interface LoggingConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudFormation.CfnTypeActivation.LoggingConfigProperty |
![]() | software.amazon.awscdk.services.cloudformation.CfnTypeActivation.LoggingConfigProperty |
![]() | aws_cdk.aws_cloudformation.CfnTypeActivation.LoggingConfigProperty |
![]() | @aws-cdk/aws-cloudformation » CfnTypeActivation » LoggingConfigProperty |
Contains 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 cloudformation from '@aws-cdk/aws-cloudformation';
const loggingConfigProperty: cloudformation.CfnTypeActivation.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.