Show / Hide Table of Contents

Class CfnClusterActionLogsDestProps

Inheritance
object
CfnClusterActionLogsDestProps
Implements
ICfnClusterActionLogsDestProps
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.ECS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnClusterActionLogsDestProps : ICfnClusterActionLogsDestProps
Syntax (vb)
Public Class CfnClusterActionLogsDestProps Implements ICfnClusterActionLogsDestProps
Remarks

Stability: Experimental

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.ECS.Mixins;

             var cfnClusterActionLogsDestProps = new CfnClusterActionLogsDestProps {
                 RecordFields = new [] { CfnClusterActionLogsRecordFields.TIMESTAMP }
             };

Synopsis

Constructors

CfnClusterActionLogsDestProps()

Properties

RecordFields

(experimental) Record fields that can be provided to a log delivery.

Constructors

CfnClusterActionLogsDestProps()

public CfnClusterActionLogsDestProps()
Remarks

Stability: Experimental

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.ECS.Mixins;

             var cfnClusterActionLogsDestProps = new CfnClusterActionLogsDestProps {
                 RecordFields = new [] { CfnClusterActionLogsRecordFields.TIMESTAMP }
             };

Properties

RecordFields

(experimental) Record fields that can be provided to a log delivery.

public CfnClusterActionLogsRecordFields[]? RecordFields { get; set; }
Property Value

CfnClusterActionLogsRecordFields[]

Remarks

Stability: Experimental

Implements

ICfnClusterActionLogsDestProps
Back to top Generated by DocFX