@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.326Z") @Stability(value=Stable) public class CfnMLTransform extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnMLTransform.Builder
A fluent builder for
CfnMLTransform. |
static interface |
CfnMLTransform.FindMatchesParametersProperty |
static interface |
CfnMLTransform.GlueTablesProperty |
static interface |
CfnMLTransform.InputRecordTablesProperty |
static interface |
CfnMLTransform.MLUserDataEncryptionProperty |
static interface |
CfnMLTransform.TransformEncryptionProperty |
static interface |
CfnMLTransform.TransformParametersProperty |
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) @NotNull public TagManager getTags()
@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) @NotNull public String getRole()
@Stability(value=Stable)
public void setRole(@NotNull
String 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 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) @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) @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) @Nullable public String getWorkerType()
@Stability(value=Stable)
public void setWorkerType(@Nullable
String value)
Copyright © 2021. All rights reserved.