Table of Contents

Interface CfnApiV2.IBodyS3LocationProperty

Namespace
Amazon.CDK.AWS.APIGateway
Assembly
Amazon.CDK.AWS.APIGateway.dll
[Obsolete("moved to package aws-apigatewayv2")]
public interface CfnApiV2.IBodyS3LocationProperty

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"
             };

Remarks

Properties

Bucket

(deprecated) CfnApiV2.BodyS3LocationProperty.Bucket.

[Obsolete]
string? Bucket { get; }

Property Value

string

Remarks

Etag

(deprecated) CfnApiV2.BodyS3LocationProperty.Etag.

[Obsolete]
string? Etag { get; }

Property Value

string

Remarks

Key

(deprecated) CfnApiV2.BodyS3LocationProperty.Key.

[Obsolete]
string? Key { get; }

Property Value

string

Remarks

Version

(deprecated) CfnApiV2.BodyS3LocationProperty.Version.

[Obsolete]
string? Version { get; }

Property Value

string

Remarks