Show / Hide Table of Contents

Class CfnApiV2.BodyS3LocationProperty

Inheritance
System.Object
CfnApiV2.BodyS3LocationProperty
Implements
CfnApiV2.IBodyS3LocationProperty
Namespace: Amazon.CDK.AWS.APIGateway
Assembly: Amazon.CDK.AWS.APIGateway.dll
Syntax (csharp)
public class BodyS3LocationProperty : Object, CfnApiV2.IBodyS3LocationProperty
Syntax (vb)
Public Class BodyS3LocationProperty
    Inherits Object
    Implements CfnApiV2.IBodyS3LocationProperty
Remarks

Stability: Deprecated

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.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.APIGateway;

var bodyS3LocationProperty = new BodyS3LocationProperty {
    Bucket = "bucket",
    Etag = "etag",
    Key = "key",
    Version = "version"
};

Synopsis

Constructors

BodyS3LocationProperty()

Properties

Bucket

(deprecated) CfnApiV2.BodyS3LocationProperty.Bucket.

Etag

(deprecated) CfnApiV2.BodyS3LocationProperty.Etag.

Key

(deprecated) CfnApiV2.BodyS3LocationProperty.Key.

Version

(deprecated) CfnApiV2.BodyS3LocationProperty.Version.

Constructors

BodyS3LocationProperty()

public BodyS3LocationProperty()

Properties

Bucket

(deprecated) CfnApiV2.BodyS3LocationProperty.Bucket.

public string Bucket { get; set; }
Property Value

System.String

Remarks

Stability: Deprecated

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-bucket

Etag

(deprecated) CfnApiV2.BodyS3LocationProperty.Etag.

public string Etag { get; set; }
Property Value

System.String

Remarks

Stability: Deprecated

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-etag

Key

(deprecated) CfnApiV2.BodyS3LocationProperty.Key.

public string Key { get; set; }
Property Value

System.String

Remarks

Stability: Deprecated

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-key

Version

(deprecated) CfnApiV2.BodyS3LocationProperty.Version.

public string Version { get; set; }
Property Value

System.String

Remarks

Stability: Deprecated

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-bodys3location.html#cfn-apigatewayv2-api-bodys3location-version

Implements

CfnApiV2.IBodyS3LocationProperty
Back to top Generated by DocFX