Show / Hide Table of Contents

Interface CfnAnalysisTemplatePropsMixin.IS3LocationProperty

The S3 location.

Namespace: Amazon.CDK.Mixins.Preview.AWS.CleanRooms.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnalysisTemplatePropsMixin.IS3LocationProperty
Syntax (vb)
Public Interface CfnAnalysisTemplatePropsMixin.IS3LocationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-s3location.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.Mixins.Preview.AWS.CleanRooms.Mixins;

             var s3LocationProperty = new S3LocationProperty {
                 Bucket = "bucket",
                 Key = "key"
             };

Synopsis

Properties

Bucket

The bucket name.

Key

The object key.

Properties

Bucket

The bucket name.

string? Bucket { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-s3location.html#cfn-cleanrooms-analysistemplate-s3location-bucket

Key

The object key.

string? Key { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-s3location.html#cfn-cleanrooms-analysistemplate-s3location-key

Back to top Generated by DocFX