Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.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.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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-bucketarn

FileKey

The file key for the object containing the application code.

string? FileKey { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-filekey

ObjectVersion

The version of the object containing the application code.

string? ObjectVersion { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-s3contentlocation.html#cfn-kinesisanalyticsv2-application-s3contentlocation-objectversion

Back to top Generated by DocFX