interface AccessLogSettingProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SAM.Mixins.CfnHttpApiPropsMixin.AccessLogSettingProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssam/mixins#CfnHttpApiPropsMixin_AccessLogSettingProperty |
Java | software.amazon.awscdk.mixins.preview.services.sam.mixins.CfnHttpApiPropsMixin.AccessLogSettingProperty |
Python | aws_cdk.mixins_preview.aws_sam.mixins.CfnHttpApiPropsMixin.AccessLogSettingProperty |
TypeScript | @aws-cdk/mixins-preview » aws_sam » mixins » CfnHttpApiPropsMixin » AccessLogSettingProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as sam_mixins } from '@aws-cdk/mixins-preview/aws-sam';
const accessLogSettingProperty: sam_mixins.CfnHttpApiPropsMixin.AccessLogSettingProperty = {
destinationArn: 'destinationArn',
format: 'format',
};
Properties
| Name | Type | Description |
|---|---|---|
| destination | string | |
| format? | string |
destinationArn?
Type:
string
(optional)
format?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript