aws-cdk-lib.aws_sam.CfnHttpApi.AccessLogSettingProperty

interface AccessLogSettingProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnHttpApi.AccessLogSettingProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnHttpApi_AccessLogSettingProperty
Javasoftware.amazon.awscdk.services.sam.CfnHttpApi.AccessLogSettingProperty
Pythonaws_cdk.aws_sam.CfnHttpApi.AccessLogSettingProperty
TypeScript aws-cdk-lib » aws_sam » CfnHttpApi » AccessLogSettingProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sam as sam } from 'aws-cdk-lib';
const accessLogSettingProperty: sam.CfnHttpApi.AccessLogSettingProperty = {
  destinationArn: 'destinationArn',
  format: 'format',
};

Properties

NameTypeDescription
destinationArn?stringCfnHttpApi.AccessLogSettingProperty.DestinationArn.
format?stringCfnHttpApi.AccessLogSettingProperty.Format.

destinationArn?

Type: string (optional)

CfnHttpApi.AccessLogSettingProperty.DestinationArn.


format?

Type: string (optional)

CfnHttpApi.AccessLogSettingProperty.Format.