interface LoggingConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.CfnHookVersion.LoggingConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2#CfnHookVersion_LoggingConfigProperty |
![]() | software.amazon.awscdk.CfnHookVersion.LoggingConfigProperty |
![]() | aws_cdk.CfnHookVersion.LoggingConfigProperty |
![]() | aws-cdk-lib » CfnHookVersion » LoggingConfigProperty |
The LoggingConfig
property type specifies logging configuration information for an extension.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from 'aws-cdk-lib';
const loggingConfigProperty: cdk.CfnHookVersion.LoggingConfigProperty = {
logGroupName: 'logGroupName',
logRoleArn: 'logRoleArn',
};
Properties
Name | Type | Description |
---|---|---|
log | string | The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers. |
log | string | The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to CloudWatch Logs. |
logGroupName?
Type:
string
(optional)
The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.
logRoleArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to CloudWatch Logs.