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
Stability: Deprecated
ExampleMetadata: fixture=_generated
Properties
DestinationArn
(deprecated) CfnStageV2.AccessLogSettingsProperty.DestinationArn
.
[Obsolete]
string? DestinationArn { get; }
Property Value
Remarks
Stability: Deprecated
Format
(deprecated) CfnStageV2.AccessLogSettingsProperty.Format
.
[Obsolete]
string? Format { get; }