interface AccessLogSettingProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SAM.CfnHttpApi.AccessLogSettingProperty |
Java | software.amazon.awscdk.services.sam.CfnHttpApi.AccessLogSettingProperty |
Python | aws_cdk.aws_sam.CfnHttpApi.AccessLogSettingProperty |
TypeScript | @aws-cdk/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 * as sam from '@aws-cdk/aws-sam';
const accessLogSettingProperty: sam.CfnHttpApi.AccessLogSettingProperty = {
destinationArn: 'destinationArn',
format: 'format',
};
Properties
| Name | Type | Description |
|---|---|---|
| destination | string | CfnHttpApi.AccessLogSettingProperty.DestinationArn. |
| format? | string | CfnHttpApi.AccessLogSettingProperty.Format. |
destinationArn?
Type:
string
(optional)
CfnHttpApi.AccessLogSettingProperty.DestinationArn.
format?
Type:
string
(optional)
CfnHttpApi.AccessLogSettingProperty.Format.

.NET
Java
Python
TypeScript