Class CfnApiV2.BodyS3LocationProperty
Inheritance
System.Object
CfnApiV2.BodyS3LocationProperty
Implements
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
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) |
Etag | (deprecated) |
Key | (deprecated) |
Version | (deprecated) |
Constructors
BodyS3LocationProperty()
public BodyS3LocationProperty()
Properties
Bucket
(deprecated) CfnApiV2.BodyS3LocationProperty.Bucket
.
public string Bucket { get; set; }
Property Value
System.String
Remarks
Etag
(deprecated) CfnApiV2.BodyS3LocationProperty.Etag
.
public string Etag { get; set; }
Property Value
System.String
Remarks
Key
(deprecated) CfnApiV2.BodyS3LocationProperty.Key
.
public string Key { get; set; }
Property Value
System.String
Remarks
Version
(deprecated) CfnApiV2.BodyS3LocationProperty.Version
.
public string Version { get; set; }
Property Value
System.String