Show / Hide Table of Contents

Class CfnApi.AccessLogSettingProperty

Inheritance
System.Object
CfnApi.AccessLogSettingProperty
Implements
CfnApi.IAccessLogSettingProperty
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

Link: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html

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

CfnApi.AccessLogSettingProperty.DestinationArn.

Format

CfnApi.AccessLogSettingProperty.Format.

Constructors

AccessLogSettingProperty()

public AccessLogSettingProperty()

Properties

DestinationArn

CfnApi.AccessLogSettingProperty.DestinationArn.

public string DestinationArn { get; set; }
Property Value

System.String

Remarks

Link: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-destinationarn

Format

CfnApi.AccessLogSettingProperty.Format.

public string Format { get; set; }
Property Value

System.String

Remarks

Link: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-stage-accesslogsetting.html#cfn-apigateway-stage-accesslogsetting-format

Implements

CfnApi.IAccessLogSettingProperty
Back to top Generated by DocFX