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