Interface CfnAnalysisTemplate.IAnalysisTemplateArtifactProperty
The analysis template artifact.
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysisTemplate.IAnalysisTemplateArtifactProperty
Syntax (vb)
Public Interface CfnAnalysisTemplate.IAnalysisTemplateArtifactProperty
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 analysisTemplateArtifactProperty = new AnalysisTemplateArtifactProperty {
Location = new S3LocationProperty {
Bucket = "bucket",
Key = "key"
}
};
Synopsis
Properties
Location | The artifact location. |
Properties
Location
The artifact location.
object Location { get; }