Interface CfnHttpApi.IAccessLogSettingProperty
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAccessLogSettingProperty
Syntax (vb)
Public Interface 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
Properties
Destination |
|
Format |
Properties
DestinationArn
virtual string DestinationArn { get; }
Property Value
System.
Remarks
Format
virtual string Format { get; }
Property Value
System.