Show / Hide Table of Contents

Class CfnLinkPropsMixin.ApplicationLogsProperty

Describes the configuration of a link application log.

Inheritance
object
CfnLinkPropsMixin.ApplicationLogsProperty
Implements
CfnLinkPropsMixin.IApplicationLogsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.RTBFabric.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnLinkPropsMixin.ApplicationLogsProperty : CfnLinkPropsMixin.IApplicationLogsProperty
Syntax (vb)
Public Class CfnLinkPropsMixin.ApplicationLogsProperty Implements 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

Constructors

ApplicationLogsProperty()

Describes the configuration of a link application log.

Properties

LinkApplicationLogSampling

Describes a link application log sample.

Constructors

ApplicationLogsProperty()

Describes the configuration of a link application log.

public ApplicationLogsProperty()
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
                 }
             };

Properties

LinkApplicationLogSampling

Describes a link application log sample.

public object? LinkApplicationLogSampling { get; set; }
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

Implements

CfnLinkPropsMixin.IApplicationLogsProperty
Back to top Generated by DocFX