Show / Hide Table of Contents

Class CfnConfiguredModelAlgorithmAssociation

Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnConfiguredModelAlgorithmAssociation
Implements
IInspectable
IConfiguredModelAlgorithmAssociationRef
IConstruct
IDependable
IEnvironmentAware
ITaggableV2
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.Env
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.With(params IMixin[])
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanroomsml-configuredmodelalgorithmassociation.html

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 AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanroomsml-configuredmodelalgorithmassociation.html

CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation

ExampleMetadata: fixture=_generated

Properties

AttrCollaborationIdentifier

Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type.

public virtual string AttrCollaborationIdentifier { get; }
Property Value

string

Remarks

CloudformationAttribute: CollaborationIdentifier

AttrConfiguredModelAlgorithmAssociationArn

Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type.

public virtual string AttrConfiguredModelAlgorithmAssociationArn { get; }
Property Value

string

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanroomsml-configuredmodelalgorithmassociation.html

CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation

ExampleMetadata: fixture=_generated

CdkTagManager

Tag Manager which manages the tags for this resource.

public virtual TagManager CdkTagManager { get; }
Property Value

TagManager

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanroomsml-configuredmodelalgorithmassociation.html

CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation

ExampleMetadata: fixture=_generated

CfnProperties

Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type.

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanroomsml-configuredmodelalgorithmassociation.html

CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation

ExampleMetadata: fixture=_generated

ConfiguredModelAlgorithmArn

Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type.

public virtual string ConfiguredModelAlgorithmArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanroomsml-configuredmodelalgorithmassociation.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanroomsml-configuredmodelalgorithmassociation.html

CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation

ExampleMetadata: fixture=_generated

Description

Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type.

public virtual string? Description { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanroomsml-configuredmodelalgorithmassociation.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanroomsml-configuredmodelalgorithmassociation.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanroomsml-configuredmodelalgorithmassociation.html

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

object

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanroomsml-configuredmodelalgorithmassociation.html

CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation

ExampleMetadata: fixture=_generated

Methods

ArnForConfiguredModelAlgorithmAssociation(IConfiguredModelAlgorithmAssociationRef)

Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type.

public static string ArnForConfiguredModelAlgorithmAssociation(IConfiguredModelAlgorithmAssociationRef resource)
Parameters
resource IConfiguredModelAlgorithmAssociationRef
Returns

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanroomsml-configuredmodelalgorithmassociation.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanroomsml-configuredmodelalgorithmassociation.html

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

bool

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanroomsml-configuredmodelalgorithmassociation.html

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

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanroomsml-configuredmodelalgorithmassociation.html

CloudformationResource: AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation

ExampleMetadata: fixture=_generated

Implements

IInspectable
IConfiguredModelAlgorithmAssociationRef
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
ITaggableV2
Back to top Generated by DocFX