interface LinkApplicationLogSamplingProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.RTBFabric.CfnInboundExternalLinkPropsMixin.LinkApplicationLogSamplingProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsrtbfabric#CfnInboundExternalLinkPropsMixin_LinkApplicationLogSamplingProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.rtbfabric.CfnInboundExternalLinkPropsMixin.LinkApplicationLogSamplingProperty |
Python | aws_cdk.cfn_property_mixins.aws_rtbfabric.CfnInboundExternalLinkPropsMixin.LinkApplicationLogSamplingProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_rtbfabric » CfnInboundExternalLinkPropsMixin » LinkApplicationLogSamplingProperty |
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 linkApplicationLogSamplingProperty: rtbfabric.CfnInboundExternalLinkPropsMixin.LinkApplicationLogSamplingProperty = {
errorLog: 123,
filterLog: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| error | number | |
| filter | number |
errorLog?
Type:
number
(optional)
filterLog?
Type:
number
(optional)

.NET
Go
Java
Python
TypeScript