interface AccessLogProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppMesh.CfnVirtualNode.AccessLogProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnVirtualNode_AccessLogProperty |
![]() | software.amazon.awscdk.services.appmesh.CfnVirtualNode.AccessLogProperty |
![]() | aws_cdk.aws_appmesh.CfnVirtualNode.AccessLogProperty |
![]() | aws-cdk-lib » aws_appmesh » CfnVirtualNode » AccessLogProperty |
An object that represents the access logging information for a virtual node.
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 accessLogProperty: appmesh.CfnVirtualNode.AccessLogProperty = {
file: {
path: 'path',
// the properties below are optional
format: {
json: [{
key: 'key',
value: 'value',
}],
text: 'text',
},
},
};
Properties
Name | Type | Description |
---|---|---|
file? | IResolvable | File | The file object to send virtual node access logs to. |
file?
Type:
IResolvable
|
File
(optional)
The file object to send virtual node access logs to.