Class CfnAnalysisTemplate.S3LocationProperty
The S3 location.
Implements
Inherited Members
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
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
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
Remarks
Key
The object key.
public string Key { get; set; }