Interface CfnCapability.IS3LocationProperty
Specifies the details for the Amazon S3 file location that is being used with AWS B2B Data Interchange.
Namespace: Amazon.CDK.AwsB2Bi
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IS3LocationProperty
Syntax (vb)
Public Interface IS3LocationProperty
Remarks
File locations in Amazon S3 are identified using a combination of the bucket and key.
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_b2bi;
var s3LocationProperty = new S3LocationProperty {
BucketName = "bucketName",
Key = "key"
};
Synopsis
Properties
Bucket |
Specifies the name of the Amazon S3 bucket. |
Key | Specifies the Amazon S3 key for the file location. |
Properties
BucketName
Specifies the name of the Amazon S3 bucket.
virtual string BucketName { get; }
Property Value
System.
Remarks
Key
Specifies the Amazon S3 key for the file location.
virtual string Key { get; }
Property Value
System.