Show / Hide Table of Contents

Class CfnApplicationPropsMixin.S3ContentLocationProperty

The location of an application or a custom artifact.

Inheritance
object
CfnApplicationPropsMixin.S3ContentLocationProperty
Implements
CfnApplicationPropsMixin.IS3ContentLocationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.KinesisAnalyticsV2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnApplicationPropsMixin.S3ContentLocationProperty : CfnApplicationPropsMixin.IS3ContentLocationProperty
Syntax (vb)
Public Class CfnApplicationPropsMixin.S3ContentLocationProperty Implements 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

Constructors

S3ContentLocationProperty()

The location of an application or a custom artifact.

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.

Constructors

S3ContentLocationProperty()

The location of an application or a custom artifact.

public S3ContentLocationProperty()
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"
             };

Properties

BucketArn

The Amazon Resource Name (ARN) for the S3 bucket containing the application code.

public string? BucketArn { get; set; }
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.

public string? FileKey { get; set; }
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.

public string? ObjectVersion { get; set; }
Property Value

string

Remarks

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

Implements

CfnApplicationPropsMixin.IS3ContentLocationProperty
Back to top Generated by DocFX