Show / Hide Table of Contents

Class CfnAnalysisTemplate.S3LocationProperty

The S3 location.

Inheritance
object
CfnAnalysisTemplate.S3LocationProperty
Implements
CfnAnalysisTemplate.IS3LocationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysisTemplate.S3LocationProperty : CfnAnalysisTemplate.IS3LocationProperty
Syntax (vb)
Public Class CfnAnalysisTemplate.S3LocationProperty Implements CfnAnalysisTemplate.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.Aws_cleanrooms;

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

Synopsis

Constructors

S3LocationProperty()

The S3 location.

Properties

Bucket

The bucket name.

Key

The object key.

Constructors

S3LocationProperty()

The S3 location.

public S3LocationProperty()
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.Aws_cleanrooms;

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

Properties

Bucket

The bucket name.

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

public string Key { get; set; }
Property Value

string

Remarks

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

Implements

CfnAnalysisTemplate.IS3LocationProperty
Back to top Generated by DocFX