Interface ICfnChannelGroupIngressAccessLogsDestProps
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaPackageV2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnChannelGroupIngressAccessLogsDestProps
Syntax (vb)
Public Interface ICfnChannelGroupIngressAccessLogsDestProps
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.MediaPackageV2.Mixins;
var cfnChannelGroupIngressAccessLogsDestProps = new CfnChannelGroupIngressAccessLogsDestProps {
RecordFields = new [] { CfnChannelGroupIngressAccessLogsRecordFields.RESOURCE_ARN }
};
Synopsis
Properties
| RecordFields | (experimental) Record fields that can be provided to a log delivery. |
Properties
RecordFields
(experimental) Record fields that can be provided to a log delivery.
CfnChannelGroupIngressAccessLogsRecordFields[]? RecordFields { get; }
Property Value
CfnChannelGroupIngressAccessLogsRecordFields[]
Remarks
Stability: Experimental