Class CfnIdMappingWorkflowMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnIdMappingWorkflowMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIdMappingWorkflowMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdMappingWorkflowMixinProps
@Stability(Stable)
@Internal
public static final class CfnIdMappingWorkflowMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdMappingWorkflowMixinProps
An implementation for
CfnIdMappingWorkflowMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnIdMappingWorkflowMixinProps
CfnIdMappingWorkflowMixinProps.Builder, CfnIdMappingWorkflowMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdMappingWorkflowMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringA description of the workflow.final ObjectReturns union: eitherIResolvableorCfnIdMappingWorkflowPropsMixin.IdMappingIncrementalRunConfigPropertyfinal ObjectAn object which defines the ID mapping technique and any additional configurations.final ObjectA list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.final ObjectA list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsoutputS3PathandKMSArn.final StringThe Amazon Resource Name (ARN) of the IAM role.getTags()The tags used to organize, track, or control access for this resource.final StringThe name of the workflow.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnIdMappingWorkflowMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnIdMappingWorkflowMixinPropsA description of the workflow.- Specified by:
getDescriptionin interfaceCfnIdMappingWorkflowMixinProps- See Also:
-
getIdMappingIncrementalRunConfig
Description copied from interface:CfnIdMappingWorkflowMixinPropsReturns union: eitherIResolvableorCfnIdMappingWorkflowPropsMixin.IdMappingIncrementalRunConfigProperty- Specified by:
getIdMappingIncrementalRunConfigin interfaceCfnIdMappingWorkflowMixinProps- See Also:
-
getIdMappingTechniques
Description copied from interface:CfnIdMappingWorkflowMixinPropsAn object which defines the ID mapping technique and any additional configurations.Returns union: either
IResolvableorCfnIdMappingWorkflowPropsMixin.IdMappingTechniquesProperty- Specified by:
getIdMappingTechniquesin interfaceCfnIdMappingWorkflowMixinProps- See Also:
-
getInputSourceConfig
Description copied from interface:CfnIdMappingWorkflowMixinPropsA list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty>- Specified by:
getInputSourceConfigin interfaceCfnIdMappingWorkflowMixinProps- See Also:
-
getOutputSourceConfig
Description copied from interface:CfnIdMappingWorkflowMixinPropsA list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsoutputS3PathandKMSArn.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIdMappingWorkflowPropsMixin.IdMappingWorkflowOutputSourceProperty>- Specified by:
getOutputSourceConfigin interfaceCfnIdMappingWorkflowMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnIdMappingWorkflowMixinPropsThe Amazon Resource Name (ARN) of the IAM role.AWS Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
- Specified by:
getRoleArnin interfaceCfnIdMappingWorkflowMixinProps- See Also:
-
getTags
Description copied from interface:CfnIdMappingWorkflowMixinPropsThe tags used to organize, track, or control access for this resource.- Specified by:
getTagsin interfaceCfnIdMappingWorkflowMixinProps- See Also:
-
getWorkflowName
Description copied from interface:CfnIdMappingWorkflowMixinPropsThe name of the workflow.There can't be multiple
IdMappingWorkflowswith the same name.- Specified by:
getWorkflowNamein interfaceCfnIdMappingWorkflowMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-