Interface CfnAnalysisTemplatePropsMixin.AnalysisTemplateArtifactProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysisTemplatePropsMixin.AnalysisTemplateArtifactProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysisTemplatePropsMixin
@Stability(Stable)
public static interface CfnAnalysisTemplatePropsMixin.AnalysisTemplateArtifactProperty
extends software.amazon.jsii.JsiiSerializable
The analysis template artifact.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.*;
AnalysisTemplateArtifactProperty analysisTemplateArtifactProperty = AnalysisTemplateArtifactProperty.builder()
.location(S3LocationProperty.builder()
.bucket("bucket")
.key("key")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAnalysisTemplatePropsMixin.AnalysisTemplateArtifactProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLocation
The artifact location.Returns union: either
IResolvableorCfnAnalysisTemplatePropsMixin.S3LocationProperty- See Also:
-
builder
@Stability(Stable) static CfnAnalysisTemplatePropsMixin.AnalysisTemplateArtifactProperty.Builder builder()
-