# AWS::CloudFormation::HookVersion LoggingConfig ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "LogGroupName" : String,
    "LogRoleArn" : String
}
### YAML
LogGroupName: String
LogRoleArn: String
## Properties #### LogGroupName The Amazon CloudWatch log group to which CloudFormation sends error logging information when invoking the type's handlers. _Required_: No _Type_: String _Minimum_: 1 _Maximum_: 512 _Pattern_: ^[\.\-_/#A-Za-z0-9]+$ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### LogRoleArn The ARN of the role that CloudFormation should assume when sending log entries to CloudWatch logs. _Required_: No _Type_: String _Minimum_: 1 _Maximum_: 256 _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)