interface LinkLogSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.RTBFabric.CfnLink.LinkLogSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsrtbfabric#CfnLink_LinkLogSettingsProperty |
Java | software.amazon.awscdk.services.rtbfabric.CfnLink.LinkLogSettingsProperty |
Python | aws_cdk.aws_rtbfabric.CfnLink.LinkLogSettingsProperty |
TypeScript | aws-cdk-lib » aws_rtbfabric » CfnLink » LinkLogSettingsProperty |
Describes the settings for a link 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-lib';
const linkLogSettingsProperty: rtbfabric.CfnLink.LinkLogSettingsProperty = {
applicationLogs: {
linkApplicationLogSampling: {
errorLog: 123,
filterLog: 123,
},
},
};
Properties
| Name | Type | Description |
|---|---|---|
| application | IResolvable | Application | Describes the configuration of a link application log. |
applicationLogs
Type:
IResolvable | Application
Describes the configuration of a link application log.

.NET
Go
Java
Python
TypeScript