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