Class CfnAnalysisTemplatePropsMixin
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.Mixin
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnAnalysisTemplatePropsMixin
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IMixin
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:56.860Z")
@Stability(Stable)
public class CfnAnalysisTemplatePropsMixin
extends Mixin
implements software.constructs.IMixin
Creates a new analysis template.
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.*;
import software.amazon.awscdk.*;
IMergeStrategy mergeStrategy;
CfnAnalysisTemplatePropsMixin cfnAnalysisTemplatePropsMixin = CfnAnalysisTemplatePropsMixin.Builder.create(CfnAnalysisTemplateMixinProps.builder()
.analysisParameters(List.of(AnalysisParameterProperty.builder()
.defaultValue("defaultValue")
.name("name")
.type("type")
.build()))
.description("description")
.errorMessageConfiguration(ErrorMessageConfigurationProperty.builder()
.type("type")
.build())
.format("format")
.membershipIdentifier("membershipIdentifier")
.name("name")
.schema(AnalysisSchemaProperty.builder()
.referencedTables(List.of("referencedTables"))
.build())
.source(AnalysisSourceProperty.builder()
.artifacts(AnalysisTemplateArtifactsProperty.builder()
.additionalArtifacts(List.of(AnalysisTemplateArtifactProperty.builder()
.location(S3LocationProperty.builder()
.bucket("bucket")
.key("key")
.build())
.build()))
.entryPoint(AnalysisTemplateArtifactProperty.builder()
.location(S3LocationProperty.builder()
.bucket("bucket")
.key("key")
.build())
.build())
.roleArn("roleArn")
.build())
.text("text")
.build())
.sourceMetadata(AnalysisSourceMetadataProperty.builder()
.artifacts(AnalysisTemplateArtifactMetadataProperty.builder()
.additionalArtifactHashes(List.of(HashProperty.builder()
.sha256("sha256")
.build()))
.entryPointHash(HashProperty.builder()
.sha256("sha256")
.build())
.build())
.build())
.syntheticDataParameters(SyntheticDataParametersProperty.builder()
.mlSyntheticDataParameters(MLSyntheticDataParametersProperty.builder()
.columnClassification(ColumnClassificationDetailsProperty.builder()
.columnMapping(List.of(SyntheticDataColumnPropertiesProperty.builder()
.columnName("columnName")
.columnType("columnType")
.isPredictiveValue(false)
.build()))
.build())
.epsilon(123)
.maxMembershipInferenceAttackScore(123)
.build())
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build())
.strategy(mergeStrategy)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceOptional.static interfaceA relation within an analysis.static interfaceThe analysis source metadata.static interfaceThe structure that defines the body of the analysis template.static interfaceThe analysis template artifact metadata.static interfaceThe analysis template artifact.static interfaceThe analysis template artifacts.static final classA fluent builder forCfnAnalysisTemplatePropsMixin.static interfaceContains classification information for data columns, including mappings that specify how columns should be handled during synthetic data generation and privacy analysis.static interfaceA structure that defines the level of detail included in error messages returned by PySpark jobs.static interfaceHash.static interfaceParameters that control the generation of synthetic data for machine learning, including privacy settings and column classification details.static interfaceThe S3 location.static interfaceProperties that define how a specific data column should be handled during synthetic data generation, including its name, type, and role in predictive modeling.static interfaceThe parameters that control how synthetic data is generated, including privacy settings, column classifications, and other configuration options that affect the data synthesis process.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IMixin
software.constructs.IMixin.Jsii$Default, software.constructs.IMixin.Jsii$Proxy -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionCreate a mixin to apply properties toAWS::CleanRooms::AnalysisTemplate.Create a mixin to apply properties toAWS::CleanRooms::AnalysisTemplate.protectedCfnAnalysisTemplatePropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnAnalysisTemplatePropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyTo(software.constructs.IConstruct construct) Apply the mixin properties to the construct.protected CfnAnalysisTemplateMixinPropsgetProps()protected IMergeStrategysupports(software.constructs.IConstruct construct) Check if this mixin supports the given construct.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_PROPERTY_KEYS
-
-
Constructor Details
-
CfnAnalysisTemplatePropsMixin
protected CfnAnalysisTemplatePropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
CfnAnalysisTemplatePropsMixin
protected CfnAnalysisTemplatePropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnAnalysisTemplatePropsMixin
@Stability(Stable) public CfnAnalysisTemplatePropsMixin(@NotNull CfnAnalysisTemplateMixinProps props, @Nullable CfnPropertyMixinOptions options) Create a mixin to apply properties toAWS::CleanRooms::AnalysisTemplate.- Parameters:
props- L1 properties to apply. This parameter is required.options- Mixin options.
-
CfnAnalysisTemplatePropsMixin
@Stability(Stable) public CfnAnalysisTemplatePropsMixin(@NotNull CfnAnalysisTemplateMixinProps props) Create a mixin to apply properties toAWS::CleanRooms::AnalysisTemplate.- Parameters:
props- L1 properties to apply. This parameter is required.
-
-
Method Details
-
applyTo
@Stability(Stable) public void applyTo(@NotNull software.constructs.IConstruct construct) Apply the mixin properties to the construct. -
supports
@Stability(Stable) @NotNull public Boolean supports(@NotNull software.constructs.IConstruct construct) Check if this mixin supports the given construct. -
getProps
-
getStrategy
-