interface AccessLogSettingProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.CfnApi.AccessLogSettingProperty |
![]() | software.amazon.awscdk.services.sam.CfnApi.AccessLogSettingProperty |
![]() | aws_cdk.aws_sam.CfnApi.AccessLogSettingProperty |
![]() | @aws-cdk/aws-sam » CfnApi » AccessLogSettingProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as sam from '@aws-cdk/aws-sam';
const accessLogSettingProperty: sam.CfnApi.AccessLogSettingProperty = {
destinationArn: 'destinationArn',
format: 'format',
};
Properties
Name | Type | Description |
---|---|---|
destination | string | CfnApi.AccessLogSettingProperty.DestinationArn . |
format? | string | CfnApi.AccessLogSettingProperty.Format . |
destinationArn?
Type:
string
(optional)
CfnApi.AccessLogSettingProperty.DestinationArn
.
format?
Type:
string
(optional)
CfnApi.AccessLogSettingProperty.Format
.