Class CfnConfiguredModelAlgorithmAssociation
Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.CleanRoomsML
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConfiguredModelAlgorithmAssociation : CfnResource, IInspectable, IConfiguredModelAlgorithmAssociationRef, IConstruct, IDependable, IEnvironmentAware, ITaggableV2
Syntax (vb)
Public Class CfnConfiguredModelAlgorithmAssociation Inherits CfnResource Implements IInspectable, IConfiguredModelAlgorithmAssociationRef, IConstruct, IDependable, IEnvironmentAware, ITaggableV2
Remarks
CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation
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.CleanRoomsML;
var cfnConfiguredModelAlgorithmAssociation = new CfnConfiguredModelAlgorithmAssociation(this, "MyCfnConfiguredModelAlgorithmAssociation", new CfnConfiguredModelAlgorithmAssociationProps {
ConfiguredModelAlgorithmArn = "configuredModelAlgorithmArn",
MembershipIdentifier = "membershipIdentifier",
Name = "name",
// the properties below are optional
Description = "description",
PrivacyConfiguration = new PrivacyConfigurationProperty {
Policies = new PrivacyConfigurationPoliciesProperty {
TrainedModelExports = new TrainedModelExportsConfigurationPolicyProperty {
FilesToExport = new [] { "filesToExport" },
MaxSize = new TrainedModelExportsMaxSizeProperty {
Unit = "unit",
Value = 123
}
},
TrainedModelInferenceJobs = new TrainedModelInferenceJobsConfigurationPolicyProperty {
ContainerLogs = new [] { new LogsConfigurationPolicyProperty {
AllowedAccountIds = new [] { "allowedAccountIds" },
// the properties below are optional
FilterPattern = "filterPattern",
LogRedactionConfiguration = new LogRedactionConfigurationProperty {
EntitiesToRedact = new [] { "entitiesToRedact" },
// the properties below are optional
CustomEntityConfig = new CustomEntityConfigProperty {
CustomDataIdentifiers = new [] { "customDataIdentifiers" }
}
},
LogType = "logType"
} },
MaxOutputSize = new TrainedModelInferenceMaxOutputSizeProperty {
Unit = "unit",
Value = 123
}
},
TrainedModels = new TrainedModelsConfigurationPolicyProperty {
ContainerLogs = new [] { new LogsConfigurationPolicyProperty {
AllowedAccountIds = new [] { "allowedAccountIds" },
// the properties below are optional
FilterPattern = "filterPattern",
LogRedactionConfiguration = new LogRedactionConfigurationProperty {
EntitiesToRedact = new [] { "entitiesToRedact" },
// the properties below are optional
CustomEntityConfig = new CustomEntityConfigProperty {
CustomDataIdentifiers = new [] { "customDataIdentifiers" }
}
},
LogType = "logType"
} },
ContainerMetrics = new MetricsConfigurationPolicyProperty {
NoiseLevel = "noiseLevel"
},
MaxArtifactSize = new TrainedModelArtifactMaxSizeProperty {
Unit = "unit",
Value = 123
}
}
}
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
});
Synopsis
Constructors
| CfnConfiguredModelAlgorithmAssociation(Construct, string, ICfnConfiguredModelAlgorithmAssociationProps) | Create a new |
Properties
| AttrCollaborationIdentifier | Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type. |
| AttrConfiguredModelAlgorithmAssociationArn | Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type. |
| CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
| CdkTagManager | Tag Manager which manages the tags for this resource. |
| CfnProperties | Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type. |
| ConfiguredModelAlgorithmArn | Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type. |
| ConfiguredModelAlgorithmAssociationRef | A reference to a ConfiguredModelAlgorithmAssociation resource. |
| Description | Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type. |
| MembershipIdentifier | Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type. |
| Name | Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type. |
| PrivacyConfiguration | Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type. |
| Tags | An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm association. |
Methods
| ArnForConfiguredModelAlgorithmAssociation(IConfiguredModelAlgorithmAssociationRef) | Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type. |
| Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
| IsCfnConfiguredModelAlgorithmAssociation(object) | Checks whether the given object is a CfnConfiguredModelAlgorithmAssociation. |
| RenderProperties(IDictionary<string, object>) | Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type. |
Constructors
CfnConfiguredModelAlgorithmAssociation(Construct, string, ICfnConfiguredModelAlgorithmAssociationProps)
Create a new AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.
public CfnConfiguredModelAlgorithmAssociation(Construct scope, string id, ICfnConfiguredModelAlgorithmAssociationProps props)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnConfiguredModelAlgorithmAssociationProps
Resource properties.
Remarks
CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation
ExampleMetadata: fixture=_generated
Properties
AttrCollaborationIdentifier
Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type.
public virtual string AttrCollaborationIdentifier { get; }
Property Value
Remarks
CloudformationAttribute: CollaborationIdentifier
AttrConfiguredModelAlgorithmAssociationArn
Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type.
public virtual string AttrConfiguredModelAlgorithmAssociationArn { get; }
Property Value
Remarks
CloudformationAttribute: ConfiguredModelAlgorithmAssociationArn
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
Remarks
CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation
ExampleMetadata: fixture=_generated
CdkTagManager
Tag Manager which manages the tags for this resource.
public virtual TagManager CdkTagManager { get; }
Property Value
Remarks
CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation
ExampleMetadata: fixture=_generated
CfnProperties
Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation
ExampleMetadata: fixture=_generated
ConfiguredModelAlgorithmArn
Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type.
public virtual string ConfiguredModelAlgorithmArn { get; set; }
Property Value
Remarks
CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation
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.CleanRoomsML;
var cfnConfiguredModelAlgorithmAssociation = new CfnConfiguredModelAlgorithmAssociation(this, "MyCfnConfiguredModelAlgorithmAssociation", new CfnConfiguredModelAlgorithmAssociationProps {
ConfiguredModelAlgorithmArn = "configuredModelAlgorithmArn",
MembershipIdentifier = "membershipIdentifier",
Name = "name",
// the properties below are optional
Description = "description",
PrivacyConfiguration = new PrivacyConfigurationProperty {
Policies = new PrivacyConfigurationPoliciesProperty {
TrainedModelExports = new TrainedModelExportsConfigurationPolicyProperty {
FilesToExport = new [] { "filesToExport" },
MaxSize = new TrainedModelExportsMaxSizeProperty {
Unit = "unit",
Value = 123
}
},
TrainedModelInferenceJobs = new TrainedModelInferenceJobsConfigurationPolicyProperty {
ContainerLogs = new [] { new LogsConfigurationPolicyProperty {
AllowedAccountIds = new [] { "allowedAccountIds" },
// the properties below are optional
FilterPattern = "filterPattern",
LogRedactionConfiguration = new LogRedactionConfigurationProperty {
EntitiesToRedact = new [] { "entitiesToRedact" },
// the properties below are optional
CustomEntityConfig = new CustomEntityConfigProperty {
CustomDataIdentifiers = new [] { "customDataIdentifiers" }
}
},
LogType = "logType"
} },
MaxOutputSize = new TrainedModelInferenceMaxOutputSizeProperty {
Unit = "unit",
Value = 123
}
},
TrainedModels = new TrainedModelsConfigurationPolicyProperty {
ContainerLogs = new [] { new LogsConfigurationPolicyProperty {
AllowedAccountIds = new [] { "allowedAccountIds" },
// the properties below are optional
FilterPattern = "filterPattern",
LogRedactionConfiguration = new LogRedactionConfigurationProperty {
EntitiesToRedact = new [] { "entitiesToRedact" },
// the properties below are optional
CustomEntityConfig = new CustomEntityConfigProperty {
CustomDataIdentifiers = new [] { "customDataIdentifiers" }
}
},
LogType = "logType"
} },
ContainerMetrics = new MetricsConfigurationPolicyProperty {
NoiseLevel = "noiseLevel"
},
MaxArtifactSize = new TrainedModelArtifactMaxSizeProperty {
Unit = "unit",
Value = 123
}
}
}
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
});
ConfiguredModelAlgorithmAssociationRef
A reference to a ConfiguredModelAlgorithmAssociation resource.
public virtual IConfiguredModelAlgorithmAssociationReference ConfiguredModelAlgorithmAssociationRef { get; }
Property Value
IConfiguredModelAlgorithmAssociationReference
Remarks
CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation
ExampleMetadata: fixture=_generated
Description
Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type.
public virtual string? Description { get; set; }
Property Value
Remarks
CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation
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.CleanRoomsML;
var cfnConfiguredModelAlgorithmAssociation = new CfnConfiguredModelAlgorithmAssociation(this, "MyCfnConfiguredModelAlgorithmAssociation", new CfnConfiguredModelAlgorithmAssociationProps {
ConfiguredModelAlgorithmArn = "configuredModelAlgorithmArn",
MembershipIdentifier = "membershipIdentifier",
Name = "name",
// the properties below are optional
Description = "description",
PrivacyConfiguration = new PrivacyConfigurationProperty {
Policies = new PrivacyConfigurationPoliciesProperty {
TrainedModelExports = new TrainedModelExportsConfigurationPolicyProperty {
FilesToExport = new [] { "filesToExport" },
MaxSize = new TrainedModelExportsMaxSizeProperty {
Unit = "unit",
Value = 123
}
},
TrainedModelInferenceJobs = new TrainedModelInferenceJobsConfigurationPolicyProperty {
ContainerLogs = new [] { new LogsConfigurationPolicyProperty {
AllowedAccountIds = new [] { "allowedAccountIds" },
// the properties below are optional
FilterPattern = "filterPattern",
LogRedactionConfiguration = new LogRedactionConfigurationProperty {
EntitiesToRedact = new [] { "entitiesToRedact" },
// the properties below are optional
CustomEntityConfig = new CustomEntityConfigProperty {
CustomDataIdentifiers = new [] { "customDataIdentifiers" }
}
},
LogType = "logType"
} },
MaxOutputSize = new TrainedModelInferenceMaxOutputSizeProperty {
Unit = "unit",
Value = 123
}
},
TrainedModels = new TrainedModelsConfigurationPolicyProperty {
ContainerLogs = new [] { new LogsConfigurationPolicyProperty {
AllowedAccountIds = new [] { "allowedAccountIds" },
// the properties below are optional
FilterPattern = "filterPattern",
LogRedactionConfiguration = new LogRedactionConfigurationProperty {
EntitiesToRedact = new [] { "entitiesToRedact" },
// the properties below are optional
CustomEntityConfig = new CustomEntityConfigProperty {
CustomDataIdentifiers = new [] { "customDataIdentifiers" }
}
},
LogType = "logType"
} },
ContainerMetrics = new MetricsConfigurationPolicyProperty {
NoiseLevel = "noiseLevel"
},
MaxArtifactSize = new TrainedModelArtifactMaxSizeProperty {
Unit = "unit",
Value = 123
}
}
}
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
});
MembershipIdentifier
Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type.
public virtual string MembershipIdentifier { get; set; }
Property Value
Remarks
CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation
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.CleanRoomsML;
var cfnConfiguredModelAlgorithmAssociation = new CfnConfiguredModelAlgorithmAssociation(this, "MyCfnConfiguredModelAlgorithmAssociation", new CfnConfiguredModelAlgorithmAssociationProps {
ConfiguredModelAlgorithmArn = "configuredModelAlgorithmArn",
MembershipIdentifier = "membershipIdentifier",
Name = "name",
// the properties below are optional
Description = "description",
PrivacyConfiguration = new PrivacyConfigurationProperty {
Policies = new PrivacyConfigurationPoliciesProperty {
TrainedModelExports = new TrainedModelExportsConfigurationPolicyProperty {
FilesToExport = new [] { "filesToExport" },
MaxSize = new TrainedModelExportsMaxSizeProperty {
Unit = "unit",
Value = 123
}
},
TrainedModelInferenceJobs = new TrainedModelInferenceJobsConfigurationPolicyProperty {
ContainerLogs = new [] { new LogsConfigurationPolicyProperty {
AllowedAccountIds = new [] { "allowedAccountIds" },
// the properties below are optional
FilterPattern = "filterPattern",
LogRedactionConfiguration = new LogRedactionConfigurationProperty {
EntitiesToRedact = new [] { "entitiesToRedact" },
// the properties below are optional
CustomEntityConfig = new CustomEntityConfigProperty {
CustomDataIdentifiers = new [] { "customDataIdentifiers" }
}
},
LogType = "logType"
} },
MaxOutputSize = new TrainedModelInferenceMaxOutputSizeProperty {
Unit = "unit",
Value = 123
}
},
TrainedModels = new TrainedModelsConfigurationPolicyProperty {
ContainerLogs = new [] { new LogsConfigurationPolicyProperty {
AllowedAccountIds = new [] { "allowedAccountIds" },
// the properties below are optional
FilterPattern = "filterPattern",
LogRedactionConfiguration = new LogRedactionConfigurationProperty {
EntitiesToRedact = new [] { "entitiesToRedact" },
// the properties below are optional
CustomEntityConfig = new CustomEntityConfigProperty {
CustomDataIdentifiers = new [] { "customDataIdentifiers" }
}
},
LogType = "logType"
} },
ContainerMetrics = new MetricsConfigurationPolicyProperty {
NoiseLevel = "noiseLevel"
},
MaxArtifactSize = new TrainedModelArtifactMaxSizeProperty {
Unit = "unit",
Value = 123
}
}
}
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
});
Name
Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type.
public virtual string Name { get; set; }
Property Value
Remarks
CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation
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.CleanRoomsML;
var cfnConfiguredModelAlgorithmAssociation = new CfnConfiguredModelAlgorithmAssociation(this, "MyCfnConfiguredModelAlgorithmAssociation", new CfnConfiguredModelAlgorithmAssociationProps {
ConfiguredModelAlgorithmArn = "configuredModelAlgorithmArn",
MembershipIdentifier = "membershipIdentifier",
Name = "name",
// the properties below are optional
Description = "description",
PrivacyConfiguration = new PrivacyConfigurationProperty {
Policies = new PrivacyConfigurationPoliciesProperty {
TrainedModelExports = new TrainedModelExportsConfigurationPolicyProperty {
FilesToExport = new [] { "filesToExport" },
MaxSize = new TrainedModelExportsMaxSizeProperty {
Unit = "unit",
Value = 123
}
},
TrainedModelInferenceJobs = new TrainedModelInferenceJobsConfigurationPolicyProperty {
ContainerLogs = new [] { new LogsConfigurationPolicyProperty {
AllowedAccountIds = new [] { "allowedAccountIds" },
// the properties below are optional
FilterPattern = "filterPattern",
LogRedactionConfiguration = new LogRedactionConfigurationProperty {
EntitiesToRedact = new [] { "entitiesToRedact" },
// the properties below are optional
CustomEntityConfig = new CustomEntityConfigProperty {
CustomDataIdentifiers = new [] { "customDataIdentifiers" }
}
},
LogType = "logType"
} },
MaxOutputSize = new TrainedModelInferenceMaxOutputSizeProperty {
Unit = "unit",
Value = 123
}
},
TrainedModels = new TrainedModelsConfigurationPolicyProperty {
ContainerLogs = new [] { new LogsConfigurationPolicyProperty {
AllowedAccountIds = new [] { "allowedAccountIds" },
// the properties below are optional
FilterPattern = "filterPattern",
LogRedactionConfiguration = new LogRedactionConfigurationProperty {
EntitiesToRedact = new [] { "entitiesToRedact" },
// the properties below are optional
CustomEntityConfig = new CustomEntityConfigProperty {
CustomDataIdentifiers = new [] { "customDataIdentifiers" }
}
},
LogType = "logType"
} },
ContainerMetrics = new MetricsConfigurationPolicyProperty {
NoiseLevel = "noiseLevel"
},
MaxArtifactSize = new TrainedModelArtifactMaxSizeProperty {
Unit = "unit",
Value = 123
}
}
}
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
});
PrivacyConfiguration
Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type.
public virtual object? PrivacyConfiguration { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnConfiguredModelAlgorithmAssociation.IPrivacyConfigurationProperty
Tags
An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm association.
public virtual ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]
Remarks
CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation
ExampleMetadata: fixture=_generated
Methods
ArnForConfiguredModelAlgorithmAssociation(IConfiguredModelAlgorithmAssociationRef)
Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type.
public static string ArnForConfiguredModelAlgorithmAssociation(IConfiguredModelAlgorithmAssociationRef resource)
Parameters
Returns
Remarks
CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation
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.CleanRoomsML;
var cfnConfiguredModelAlgorithmAssociation = new CfnConfiguredModelAlgorithmAssociation(this, "MyCfnConfiguredModelAlgorithmAssociation", new CfnConfiguredModelAlgorithmAssociationProps {
ConfiguredModelAlgorithmArn = "configuredModelAlgorithmArn",
MembershipIdentifier = "membershipIdentifier",
Name = "name",
// the properties below are optional
Description = "description",
PrivacyConfiguration = new PrivacyConfigurationProperty {
Policies = new PrivacyConfigurationPoliciesProperty {
TrainedModelExports = new TrainedModelExportsConfigurationPolicyProperty {
FilesToExport = new [] { "filesToExport" },
MaxSize = new TrainedModelExportsMaxSizeProperty {
Unit = "unit",
Value = 123
}
},
TrainedModelInferenceJobs = new TrainedModelInferenceJobsConfigurationPolicyProperty {
ContainerLogs = new [] { new LogsConfigurationPolicyProperty {
AllowedAccountIds = new [] { "allowedAccountIds" },
// the properties below are optional
FilterPattern = "filterPattern",
LogRedactionConfiguration = new LogRedactionConfigurationProperty {
EntitiesToRedact = new [] { "entitiesToRedact" },
// the properties below are optional
CustomEntityConfig = new CustomEntityConfigProperty {
CustomDataIdentifiers = new [] { "customDataIdentifiers" }
}
},
LogType = "logType"
} },
MaxOutputSize = new TrainedModelInferenceMaxOutputSizeProperty {
Unit = "unit",
Value = 123
}
},
TrainedModels = new TrainedModelsConfigurationPolicyProperty {
ContainerLogs = new [] { new LogsConfigurationPolicyProperty {
AllowedAccountIds = new [] { "allowedAccountIds" },
// the properties below are optional
FilterPattern = "filterPattern",
LogRedactionConfiguration = new LogRedactionConfigurationProperty {
EntitiesToRedact = new [] { "entitiesToRedact" },
// the properties below are optional
CustomEntityConfig = new CustomEntityConfigProperty {
CustomDataIdentifiers = new [] { "customDataIdentifiers" }
}
},
LogType = "logType"
} },
ContainerMetrics = new MetricsConfigurationPolicyProperty {
NoiseLevel = "noiseLevel"
},
MaxArtifactSize = new TrainedModelArtifactMaxSizeProperty {
Unit = "unit",
Value = 123
}
}
}
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
});
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
Remarks
CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation
ExampleMetadata: fixture=_generated
IsCfnConfiguredModelAlgorithmAssociation(object)
Checks whether the given object is a CfnConfiguredModelAlgorithmAssociation.
public static bool IsCfnConfiguredModelAlgorithmAssociation(object x)
Parameters
- x object
Returns
Remarks
CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation
ExampleMetadata: fixture=_generated
RenderProperties(IDictionary<string, object>)
Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
Remarks
CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation
ExampleMetadata: fixture=_generated