Class CfnApi.AccessLogSettingProperty
Inheritance
System.Object
CfnApi.AccessLogSettingProperty
Implements
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.AWS.SAM.dll
Syntax (csharp)
public class AccessLogSettingProperty : Object, CfnApi.IAccessLogSettingProperty
Syntax (vb)
Public Class AccessLogSettingProperty
Inherits Object
Implements CfnApi.IAccessLogSettingProperty
Remarks
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.AWS.SAM;
var accessLogSettingProperty = new AccessLogSettingProperty {
DestinationArn = "destinationArn",
Format = "format"
};
Synopsis
Constructors
AccessLogSettingProperty() |
Properties
DestinationArn |
|
Format |
|
Constructors
AccessLogSettingProperty()
public AccessLogSettingProperty()
Properties
DestinationArn
CfnApi.AccessLogSettingProperty.DestinationArn
.
public string DestinationArn { get; set; }
Property Value
System.String
Remarks
Format
CfnApi.AccessLogSettingProperty.Format
.
public string Format { get; set; }
Property Value
System.String