interface LoggingProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AppMesh.CfnVirtualNode.LoggingProperty |
Java | software.amazon.awscdk.services.appmesh.CfnVirtualNode.LoggingProperty |
Python | aws_cdk.aws_appmesh.CfnVirtualNode.LoggingProperty |
TypeScript | @aws-cdk/aws-appmesh » CfnVirtualNode » LoggingProperty |
An object that represents the 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 * as appmesh from '@aws-cdk/aws-appmesh';
const loggingProperty: appmesh.CfnVirtualNode.LoggingProperty = {
accessLog: {
file: {
path: 'path',
// the properties below are optional
format: {
json: [{
key: 'key',
value: 'value',
}],
text: 'text',
},
},
},
};
Properties
Name | Type | Description |
---|---|---|
access | IResolvable | Access | The access log configuration for a virtual node. |
accessLog?
Type:
IResolvable
|
Access
(optional)
The access log configuration for a virtual node.