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
Stability: Deprecated
ExampleMetadata: fixture=_generated
Properties
Bucket
(deprecated) CfnApiV2.BodyS3LocationProperty.Bucket
.
[Obsolete]
string? Bucket { get; }
Property Value
Remarks
Stability: Deprecated
Etag
(deprecated) CfnApiV2.BodyS3LocationProperty.Etag
.
[Obsolete]
string? Etag { get; }
Property Value
Remarks
Stability: Deprecated
Key
(deprecated) CfnApiV2.BodyS3LocationProperty.Key
.
[Obsolete]
string? Key { get; }
Property Value
Remarks
Stability: Deprecated
Version
(deprecated) CfnApiV2.BodyS3LocationProperty.Version
.
[Obsolete]
string? Version { get; }