interface ApplicationLogsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.RTBFabric.CfnLinkPropsMixin.ApplicationLogsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsrtbfabric#CfnLinkPropsMixin_ApplicationLogsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.rtbfabric.CfnLinkPropsMixin.ApplicationLogsProperty |
Python | aws_cdk.cfn_property_mixins.aws_rtbfabric.CfnLinkPropsMixin.ApplicationLogsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_rtbfabric » CfnLinkPropsMixin » ApplicationLogsProperty |
Describes the configuration of a link application log.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_rtbfabric as rtbfabric } from '@aws-cdk/cfn-property-mixins';
const applicationLogsProperty: rtbfabric.CfnLinkPropsMixin.ApplicationLogsProperty = {
linkApplicationLogSampling: {
errorLog: 123,
filterLog: 123,
},
};
Properties
| Name | Type | Description |
|---|---|---|
| link | IResolvable | Link | Describes a link application log sample. |
linkApplicationLogSampling?
Type:
IResolvable | Link
(optional)
Describes a link application log sample.

.NET
Go
Java
Python
TypeScript