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