Class CfnClusterActionLogsDestProps
Implements
Inherited Members
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