aws-cdk-lib.CfnTypeActivation.LoggingConfigProperty

interface LoggingConfigProperty

LanguageType name
.NETAmazon.CDK.CfnTypeActivation.LoggingConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2#CfnTypeActivation_LoggingConfigProperty
Javasoftware.amazon.awscdk.CfnTypeActivation.LoggingConfigProperty
Pythonaws_cdk.CfnTypeActivation.LoggingConfigProperty
TypeScript aws-cdk-lib » 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 cdk from 'aws-cdk-lib';
const loggingConfigProperty: cdk.CfnTypeActivation.LoggingConfigProperty = {
  logGroupName: 'logGroupName',
  logRoleArn: 'logRoleArn',
};

Properties

NameTypeDescription
logGroupName?stringThe Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.
logRoleArn?stringThe 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.