Show / Hide Table of Contents

Interface CfnLinkPropsMixin.IApplicationLogsProperty

Describes the configuration of a link application log.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-applicationlogs.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.RTBFabric.Mixins;

             var applicationLogsProperty = new ApplicationLogsProperty {
                 LinkApplicationLogSampling = new LinkApplicationLogSamplingProperty {
                     ErrorLog = 123,
                     FilterLog = 123
                 }
             };

Synopsis

Properties

LinkApplicationLogSampling

Describes a link application log sample.

Properties

LinkApplicationLogSampling

Describes a link application log sample.

object? LinkApplicationLogSampling { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-applicationlogs.html#cfn-rtbfabric-link-applicationlogs-linkapplicationlogsampling

Type union: either IResolvable or CfnLinkPropsMixin.ILinkApplicationLogSamplingProperty

Back to top Generated by DocFX