Show / Hide Table of Contents

Interface ICfnTransactionSearchConfigMixinProps

Properties for CfnTransactionSearchConfigPropsMixin.

Namespace: Amazon.CDK.Mixins.Preview.AWS.XRay.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnTransactionSearchConfigMixinProps
Syntax (vb)
Public Interface ICfnTransactionSearchConfigMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-xray-transactionsearchconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.XRay.Mixins;

             var cfnTransactionSearchConfigMixinProps = new CfnTransactionSearchConfigMixinProps {
                 IndexingPercentage = 123
             };

Synopsis

Properties

IndexingPercentage

Determines the percentage of traces indexed from CloudWatch Logs to X-Ray.

Properties

IndexingPercentage

Determines the percentage of traces indexed from CloudWatch Logs to X-Ray.

double? IndexingPercentage { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-xray-transactionsearchconfig.html#cfn-xray-transactionsearchconfig-indexingpercentage

Back to top Generated by DocFX