Show / Hide Table of Contents

Class CfnDistributionAccessLogsLogGroupProps

Inheritance
object
CfnDistributionAccessLogsLogGroupProps
Implements
ICfnDistributionAccessLogsLogGroupProps
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.CloudFront.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDistributionAccessLogsLogGroupProps : ICfnDistributionAccessLogsLogGroupProps
Syntax (vb)
Public Class CfnDistributionAccessLogsLogGroupProps Implements ICfnDistributionAccessLogsLogGroupProps
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.CloudFront.Mixins;

             var cfnDistributionAccessLogsLogGroupProps = new CfnDistributionAccessLogsLogGroupProps {
                 OutputFormat = CfnDistributionAccessLogsOutputFormat.LogGroup.PLAIN,
                 RecordFields = new [] { CfnDistributionAccessLogsRecordFields.DATE }
             };

Synopsis

Constructors

CfnDistributionAccessLogsLogGroupProps()

Properties

OutputFormat

(experimental) Format for log output, options are plain,json.

RecordFields

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

Constructors

CfnDistributionAccessLogsLogGroupProps()

public CfnDistributionAccessLogsLogGroupProps()
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.CloudFront.Mixins;

             var cfnDistributionAccessLogsLogGroupProps = new CfnDistributionAccessLogsLogGroupProps {
                 OutputFormat = CfnDistributionAccessLogsOutputFormat.LogGroup.PLAIN,
                 RecordFields = new [] { CfnDistributionAccessLogsRecordFields.DATE }
             };

Properties

OutputFormat

(experimental) Format for log output, options are plain,json.

public CfnDistributionAccessLogsOutputFormat.LogGroup? OutputFormat { get; set; }
Property Value

CfnDistributionAccessLogsOutputFormat.LogGroup?

Remarks

Stability: Experimental

RecordFields

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

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

CfnDistributionAccessLogsRecordFields[]

Remarks

Stability: Experimental

Implements

ICfnDistributionAccessLogsLogGroupProps
Back to top Generated by DocFX