@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.660Z") @Stability(value=Stable) public class CfnMLTransform extends CfnResource implements IInspectable
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.glue.*;
Object tags;
CfnMLTransform cfnMLTransform = CfnMLTransform.Builder.create(this, "MyCfnMLTransform")
.inputRecordTables(InputRecordTablesProperty.builder()
.glueTables(List.of(GlueTablesProperty.builder()
.databaseName("databaseName")
.tableName("tableName")
// the properties below are optional
.catalogId("catalogId")
.connectionName("connectionName")
.build()))
.build())
.role("role")
.transformParameters(TransformParametersProperty.builder()
.transformType("transformType")
// the properties below are optional
.findMatchesParameters(FindMatchesParametersProperty.builder()
.primaryKeyColumnName("primaryKeyColumnName")
// the properties below are optional
.accuracyCostTradeoff(123)
.enforceProvidedLabels(false)
.precisionRecallTradeoff(123)
.build())
.build())
// the properties below are optional
.description("description")
.glueVersion("glueVersion")
.maxCapacity(123)
.maxRetries(123)
.name("name")
.numberOfWorkers(123)
.tags(tags)
.timeout(123)
.transformEncryption(TransformEncryptionProperty.builder()
.mlUserDataEncryption(MLUserDataEncryptionProperty.builder()
.mlUserDataEncryptionMode("mlUserDataEncryptionMode")
// the properties below are optional
.kmsKeyId("kmsKeyId")
.build())
.taskRunSecurityConfigurationName("taskRunSecurityConfigurationName")
.build())
.workerType("workerType")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnMLTransform.Builder
A fluent builder for
CfnMLTransform. |
static interface |
CfnMLTransform.FindMatchesParametersProperty
Example:
|
static interface |
CfnMLTransform.GlueTablesProperty
Example:
|
static interface |
CfnMLTransform.InputRecordTablesProperty
Example:
|
static interface |
CfnMLTransform.MLUserDataEncryptionProperty
Example:
|
static interface |
CfnMLTransform.TransformEncryptionProperty
Example:
|
static interface |
CfnMLTransform.TransformParametersProperty
Example:
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnMLTransform(software.constructs.Construct scope,
String id,
CfnMLTransformProps props)
Create a new `AWS::Glue::MLTransform`.
|
protected |
CfnMLTransform(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnMLTransform(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
`AWS::Glue::MLTransform.Description`.
|
String |
getGlueVersion()
`AWS::Glue::MLTransform.GlueVersion`.
|
Object |
getInputRecordTables()
`AWS::Glue::MLTransform.InputRecordTables`.
|
Number |
getMaxCapacity()
`AWS::Glue::MLTransform.MaxCapacity`.
|
Number |
getMaxRetries()
`AWS::Glue::MLTransform.MaxRetries`.
|
String |
getName()
`AWS::Glue::MLTransform.Name`.
|
Number |
getNumberOfWorkers()
`AWS::Glue::MLTransform.NumberOfWorkers`.
|
String |
getRole()
`AWS::Glue::MLTransform.Role`.
|
TagManager |
getTags()
`AWS::Glue::MLTransform.Tags`.
|
Number |
getTimeout()
`AWS::Glue::MLTransform.Timeout`.
|
Object |
getTransformEncryption()
`AWS::Glue::MLTransform.TransformEncryption`.
|
Object |
getTransformParameters()
`AWS::Glue::MLTransform.TransformParameters`.
|
String |
getWorkerType()
`AWS::Glue::MLTransform.WorkerType`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDescription(String value)
`AWS::Glue::MLTransform.Description`.
|
void |
setGlueVersion(String value)
`AWS::Glue::MLTransform.GlueVersion`.
|
void |
setInputRecordTables(CfnMLTransform.InputRecordTablesProperty value)
`AWS::Glue::MLTransform.InputRecordTables`.
|
void |
setInputRecordTables(IResolvable value)
`AWS::Glue::MLTransform.InputRecordTables`.
|
void |
setMaxCapacity(Number value)
`AWS::Glue::MLTransform.MaxCapacity`.
|
void |
setMaxRetries(Number value)
`AWS::Glue::MLTransform.MaxRetries`.
|
void |
setName(String value)
`AWS::Glue::MLTransform.Name`.
|
void |
setNumberOfWorkers(Number value)
`AWS::Glue::MLTransform.NumberOfWorkers`.
|
void |
setRole(String value)
`AWS::Glue::MLTransform.Role`.
|
void |
setTimeout(Number value)
`AWS::Glue::MLTransform.Timeout`.
|
void |
setTransformEncryption(CfnMLTransform.TransformEncryptionProperty value)
`AWS::Glue::MLTransform.TransformEncryption`.
|
void |
setTransformEncryption(IResolvable value)
`AWS::Glue::MLTransform.TransformEncryption`.
|
void |
setTransformParameters(CfnMLTransform.TransformParametersProperty value)
`AWS::Glue::MLTransform.TransformParameters`.
|
void |
setTransformParameters(IResolvable value)
`AWS::Glue::MLTransform.TransformParameters`.
|
void |
setWorkerType(String value)
`AWS::Glue::MLTransform.WorkerType`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnMLTransform(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnMLTransform(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnMLTransform(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnMLTransformProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getGlueVersion()
@Stability(value=Stable)
public void setGlueVersion(@Nullable
String value)
@Stability(value=Stable) @NotNull public Object getInputRecordTables()
@Stability(value=Stable)
public void setInputRecordTables(@NotNull
CfnMLTransform.InputRecordTablesProperty value)
@Stability(value=Stable)
public void setInputRecordTables(@NotNull
IResolvable value)
@Stability(value=Stable) @Nullable public Number getMaxCapacity()
@Stability(value=Stable)
public void setMaxCapacity(@Nullable
Number value)
@Stability(value=Stable) @Nullable public Number getMaxRetries()
@Stability(value=Stable)
public void setMaxRetries(@Nullable
Number value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Number getNumberOfWorkers()
@Stability(value=Stable)
public void setNumberOfWorkers(@Nullable
Number value)
@Stability(value=Stable) @NotNull public String getRole()
@Stability(value=Stable)
public void setRole(@NotNull
String value)
@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @Nullable public Number getTimeout()
@Stability(value=Stable)
public void setTimeout(@Nullable
Number value)
@Stability(value=Stable) @Nullable public Object getTransformEncryption()
@Stability(value=Stable)
public void setTransformEncryption(@Nullable
CfnMLTransform.TransformEncryptionProperty value)
@Stability(value=Stable)
public void setTransformEncryption(@Nullable
IResolvable value)
@Stability(value=Stable) @NotNull public Object getTransformParameters()
@Stability(value=Stable)
public void setTransformParameters(@NotNull
CfnMLTransform.TransformParametersProperty value)
@Stability(value=Stable)
public void setTransformParameters(@NotNull
IResolvable value)
@Stability(value=Stable) @Nullable public String getWorkerType()
@Stability(value=Stable)
public void setWorkerType(@Nullable
String value)
Copyright © 2021. All rights reserved.