Interface CfnBot.IS3LocationProperty
Defines an Amazon S3 bucket location.
Namespace: Amazon.CDK.AWS.Lex
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IS3LocationProperty
Syntax (vb)
Public Interface IS3LocationProperty
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-s3location.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.Lex;
var s3LocationProperty = new S3LocationProperty {
S3Bucket = "s3Bucket",
S3ObjectKey = "s3ObjectKey",
// the properties below are optional
S3ObjectVersion = "s3ObjectVersion"
};
Synopsis
Properties
S3Bucket | The S3 bucket name. |
S3Object |
The path and file name to the object in the S3 bucket. |
S3Object |
The version of the object in the S3 bucket. |
Properties
S3Bucket
The S3 bucket name.
string S3Bucket { get; }
Property Value
System.
Remarks
S3ObjectKey
The path and file name to the object in the S3 bucket.
string S3ObjectKey { get; }
Property Value
System.
Remarks
S3ObjectVersion
The version of the object in the S3 bucket.
virtual string S3ObjectVersion { get; }
Property Value
System.