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
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
Remarks
Key
The object key.
string? Key { get; }