Table of Contents

Interface CfnStageV2.IAccessLogSettingsProperty

Namespace
Amazon.CDK.AWS.APIGateway
Assembly
Amazon.CDK.AWS.APIGateway.dll
[Obsolete("moved to package aws-apigatewayv2")]
public interface CfnStageV2.IAccessLogSettingsProperty

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

Properties

DestinationArn

(deprecated) CfnStageV2.AccessLogSettingsProperty.DestinationArn.

[Obsolete]
string? DestinationArn { get; }

Property Value

string

Remarks

Format

(deprecated) CfnStageV2.AccessLogSettingsProperty.Format.

[Obsolete]
string? Format { get; }

Property Value

string

Remarks