Class CfnConfiguredModelAlgorithmAssociation
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.cleanroomsml.CfnConfiguredModelAlgorithmAssociation
- All Implemented Interfaces:
IInspectable,IConfiguredModelAlgorithmAssociationRef,IEnvironmentAware,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-27T13:11:55.544Z")
@Stability(Stable)
public class CfnConfiguredModelAlgorithmAssociation
extends CfnResource
implements IInspectable, IConfiguredModelAlgorithmAssociationRef, ITaggableV2
Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cleanroomsml.*;
CfnConfiguredModelAlgorithmAssociation cfnConfiguredModelAlgorithmAssociation = CfnConfiguredModelAlgorithmAssociation.Builder.create(this, "MyCfnConfiguredModelAlgorithmAssociation")
.configuredModelAlgorithmArn("configuredModelAlgorithmArn")
.membershipIdentifier("membershipIdentifier")
.name("name")
// the properties below are optional
.description("description")
.privacyConfiguration(PrivacyConfigurationProperty.builder()
.policies(PrivacyConfigurationPoliciesProperty.builder()
.trainedModelExports(TrainedModelExportsConfigurationPolicyProperty.builder()
.filesToExport(List.of("filesToExport"))
.maxSize(TrainedModelExportsMaxSizeProperty.builder()
.unit("unit")
.value(123)
.build())
.build())
.trainedModelInferenceJobs(TrainedModelInferenceJobsConfigurationPolicyProperty.builder()
.containerLogs(List.of(LogsConfigurationPolicyProperty.builder()
.allowedAccountIds(List.of("allowedAccountIds"))
// the properties below are optional
.filterPattern("filterPattern")
.logRedactionConfiguration(LogRedactionConfigurationProperty.builder()
.entitiesToRedact(List.of("entitiesToRedact"))
// the properties below are optional
.customEntityConfig(CustomEntityConfigProperty.builder()
.customDataIdentifiers(List.of("customDataIdentifiers"))
.build())
.build())
.logType("logType")
.build()))
.maxOutputSize(TrainedModelInferenceMaxOutputSizeProperty.builder()
.unit("unit")
.value(123)
.build())
.build())
.trainedModels(TrainedModelsConfigurationPolicyProperty.builder()
.containerLogs(List.of(LogsConfigurationPolicyProperty.builder()
.allowedAccountIds(List.of("allowedAccountIds"))
// the properties below are optional
.filterPattern("filterPattern")
.logRedactionConfiguration(LogRedactionConfigurationProperty.builder()
.entitiesToRedact(List.of("entitiesToRedact"))
// the properties below are optional
.customEntityConfig(CustomEntityConfigProperty.builder()
.customDataIdentifiers(List.of("customDataIdentifiers"))
.build())
.build())
.logType("logType")
.build()))
.containerMetrics(MetricsConfigurationPolicyProperty.builder()
.noiseLevel("noiseLevel")
.build())
.maxArtifactSize(TrainedModelArtifactMaxSizeProperty.builder()
.unit("unit")
.value(123)
.build())
.build())
.build())
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnConfiguredModelAlgorithmAssociation.static interfaceExample:static interfaceExample:static interfaceExample:static interfaceExample:static interfaceExample:static interfaceExample:static interfaceExample:static interfaceExample:static interfaceExample:static interfaceExample:static interfaceExample:static interfaceExample:Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.cleanroomsml.IConfiguredModelAlgorithmAssociationRef
IConfiguredModelAlgorithmAssociationRef.Jsii$Default, IConfiguredModelAlgorithmAssociationRef.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnConfiguredModelAlgorithmAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnConfiguredModelAlgorithmAssociation(software.amazon.jsii.JsiiObjectRef objRef) CfnConfiguredModelAlgorithmAssociation(software.constructs.Construct scope, String id, CfnConfiguredModelAlgorithmAssociationProps props) Create a newAWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringTag Manager which manages the tags for this resource.A reference to a ConfiguredModelAlgorithmAssociation resource.getName()Returns union: eitherIResolvableorCfnConfiguredModelAlgorithmAssociation.PrivacyConfigurationPropertygetTags()An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm association.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnConfiguredModelAlgorithmAssociation.renderProperties(Map<String, Object> props) voidvoidsetDescription(String value) voidsetMembershipIdentifier(String value) voidvoidvoidvoidAn arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm association.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, withMethods inherited from class software.constructs.Construct
getNode, isConstructMethods 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, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnConfiguredModelAlgorithmAssociation
protected CfnConfiguredModelAlgorithmAssociation(software.amazon.jsii.JsiiObjectRef objRef) -
CfnConfiguredModelAlgorithmAssociation
protected CfnConfiguredModelAlgorithmAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnConfiguredModelAlgorithmAssociation
@Stability(Stable) public CfnConfiguredModelAlgorithmAssociation(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnConfiguredModelAlgorithmAssociationProps props) Create a newAWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
arnForConfiguredModelAlgorithmAssociation
@Stability(Stable) @NotNull public static String arnForConfiguredModelAlgorithmAssociation(@NotNull IConfiguredModelAlgorithmAssociationRef resource) - Parameters:
resource- This parameter is required.
-
isCfnConfiguredModelAlgorithmAssociation
@Stability(Stable) @NotNull public static Boolean isCfnConfiguredModelAlgorithmAssociation(@NotNull Object x) Checks whether the given object is a CfnConfiguredModelAlgorithmAssociation.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrCollaborationIdentifier
-
getAttrConfiguredModelAlgorithmAssociationArn
-
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getConfiguredModelAlgorithmAssociationRef
@Stability(Stable) @NotNull public ConfiguredModelAlgorithmAssociationReference getConfiguredModelAlgorithmAssociationRef()A reference to a ConfiguredModelAlgorithmAssociation resource.- Specified by:
getConfiguredModelAlgorithmAssociationRefin interfaceIConfiguredModelAlgorithmAssociationRef
-
getConfiguredModelAlgorithmArn
-
setConfiguredModelAlgorithmArn
-
getMembershipIdentifier
-
setMembershipIdentifier
-
getName
-
setName
-
getDescription
-
setDescription
-
getPrivacyConfiguration
Returns union: eitherIResolvableorCfnConfiguredModelAlgorithmAssociation.PrivacyConfigurationProperty -
setPrivacyConfiguration
-
setPrivacyConfiguration
@Stability(Stable) public void setPrivacyConfiguration(@Nullable CfnConfiguredModelAlgorithmAssociation.PrivacyConfigurationProperty value) -
getTags
An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm association. -
setTags
An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm association.
-