Interface CfnApplication.IS3ContentLocationProperty
The location of an application or a custom artifact.
Namespace: Amazon.CDK.AWS.KinesisAnalyticsV2
Assembly: Amazon.CDK.AWS.KinesisAnalyticsV2.dll
Syntax (csharp)
public interface IS3ContentLocationProperty
Syntax (vb)
Public Interface IS3ContentLocationProperty
Remarks
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.KinesisAnalyticsV2;
var s3ContentLocationProperty = new S3ContentLocationProperty {
BucketArn = "bucketArn",
FileKey = "fileKey",
// the properties below are optional
ObjectVersion = "objectVersion"
};
Synopsis
Properties
Bucket |
The Amazon Resource Name (ARN) for the S3 bucket containing the application code. |
File |
The file key for the object containing the application code. |
Object |
The version of the object containing the application code. |
Properties
BucketArn
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
string BucketArn { get; }
Property Value
System.
Remarks
FileKey
The file key for the object containing the application code.
string FileKey { get; }
Property Value
System.
Remarks
ObjectVersion
The version of the object containing the application code.
virtual string ObjectVersion { get; }
Property Value
System.