Class CfnFlowAliasMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowAliasMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowAliasMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowAliasMixinProps
@Stability(Stable)
@Internal
public static final class CfnFlowAliasMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowAliasMixinProps
An implementation for
CfnFlowAliasMixinProps-
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.bedrock.CfnFlowAliasMixinProps
CfnFlowAliasMixinProps.Builder, CfnFlowAliasMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFlowAliasMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFlowAliasMixinProps.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 ObjectThe configuration that specifies how nodes in the flow are executed concurrently.final StringA description of the alias.final StringThe Amazon Resource Name (ARN) of the alias.final StringgetName()The name of the alias.final ObjectA list of configurations about the versions that the alias maps to.getTags()Metadata that you can assign to a resource as key-value pairs.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 theCfnFlowAliasMixinProps.Builder.
-
-
Method Details
-
getConcurrencyConfiguration
Description copied from interface:CfnFlowAliasMixinPropsThe configuration that specifies how nodes in the flow are executed concurrently.Returns union: either
IResolvableorCfnFlowAliasPropsMixin.FlowAliasConcurrencyConfigurationProperty- Specified by:
getConcurrencyConfigurationin interfaceCfnFlowAliasMixinProps- See Also:
-
getDescription
Description copied from interface:CfnFlowAliasMixinPropsA description of the alias.- Specified by:
getDescriptionin interfaceCfnFlowAliasMixinProps- See Also:
-
getFlowArn
Description copied from interface:CfnFlowAliasMixinPropsThe Amazon Resource Name (ARN) of the alias.- Specified by:
getFlowArnin interfaceCfnFlowAliasMixinProps- See Also:
-
getName
Description copied from interface:CfnFlowAliasMixinPropsThe name of the alias.- Specified by:
getNamein interfaceCfnFlowAliasMixinProps- See Also:
-
getRoutingConfiguration
Description copied from interface:CfnFlowAliasMixinPropsA list of configurations about the versions that the alias maps to.Currently, you can only specify one.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFlowAliasPropsMixin.FlowAliasRoutingConfigurationListItemProperty>- Specified by:
getRoutingConfigurationin interfaceCfnFlowAliasMixinProps- See Also:
-
getTags
Description copied from interface:CfnFlowAliasMixinPropsMetadata that you can assign to a resource as key-value pairs. For more information, see the following resources:.- Specified by:
getTagsin interfaceCfnFlowAliasMixinProps- 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()
-