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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnFlowAliasProps
CfnFlowAliasProps.Builder, CfnFlowAliasProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnFlowAliasProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFlowAliasProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
A description of the alias.final String
The Amazon Resource Name (ARN) of the alias.final String
getName()
The name of the alias.final Object
A 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 int
hashCode()
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:CfnFlowAliasProps
The Amazon Resource Name (ARN) of the alias.- Specified by:
getFlowArn
in interfaceCfnFlowAliasProps
- See Also:
-
getName
Description copied from interface:CfnFlowAliasProps
The name of the alias.- Specified by:
getName
in interfaceCfnFlowAliasProps
- See Also:
-
getRoutingConfiguration
Description copied from interface:CfnFlowAliasProps
A list of configurations about the versions that the alias maps to.Currently, you can only specify one.
- Specified by:
getRoutingConfiguration
in interfaceCfnFlowAliasProps
- See Also:
-
getDescription
Description copied from interface:CfnFlowAliasProps
A description of the alias.- Specified by:
getDescription
in interfaceCfnFlowAliasProps
- See Also:
-
getTags
Description copied from interface:CfnFlowAliasProps
Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:.- Specified by:
getTags
in interfaceCfnFlowAliasProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-