Table of Contents

Class CfnStageV2.AccessLogSettingsProperty

Namespace
Amazon.CDK.AWS.APIGateway
Assembly
Amazon.CDK.AWS.APIGateway.dll
public class CfnStageV2.AccessLogSettingsProperty : CfnStageV2.IAccessLogSettingsProperty
Inheritance
CfnStageV2.AccessLogSettingsProperty
Implements
Inherited Members

Examples

// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.APIGateway;

             var accessLogSettingsProperty = new AccessLogSettingsProperty {
                 DestinationArn = "destinationArn",
                 Format = "format"
             };

Remarks

Constructors

AccessLogSettingsProperty()

public AccessLogSettingsProperty()

Properties

DestinationArn

(deprecated) CfnStageV2.AccessLogSettingsProperty.DestinationArn.

[Obsolete]
public string? DestinationArn { get; set; }

Property Value

string

Remarks

Format

(deprecated) CfnStageV2.AccessLogSettingsProperty.Format.

[Obsolete]
public string? Format { get; set; }

Property Value

string

Remarks