interface VirtualGatewayAccessLogProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppMesh.CfnVirtualGateway.VirtualGatewayAccessLogProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnVirtualGateway_VirtualGatewayAccessLogProperty |
![]() | software.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewayAccessLogProperty |
![]() | aws_cdk.aws_appmesh.CfnVirtualGateway.VirtualGatewayAccessLogProperty |
![]() | aws-cdk-lib » aws_appmesh » CfnVirtualGateway » VirtualGatewayAccessLogProperty |
The access log configuration for a virtual gateway.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appmesh as appmesh } from 'aws-cdk-lib';
const virtualGatewayAccessLogProperty: appmesh.CfnVirtualGateway.VirtualGatewayAccessLogProperty = {
file: {
path: 'path',
// the properties below are optional
format: {
json: [{
key: 'key',
value: 'value',
}],
text: 'text',
},
},
};
Properties
Name | Type | Description |
---|---|---|
file? | IResolvable | Virtual | The file object to send virtual gateway access logs to. |
file?
Type:
IResolvable
|
Virtual
(optional)
The file object to send virtual gateway access logs to.