Class CfnConfigurationBundleProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnConfigurationBundleProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationBundleProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationBundleProps
@Stability(Stable)
@Internal
public static final class CfnConfigurationBundleProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfigurationBundleProps
An implementation for
CfnConfigurationBundleProps-
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.bedrockagentcore.CfnConfigurationBundleProps
CfnConfigurationBundleProps.Builder, CfnConfigurationBundleProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfigurationBundleProps.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 StringThe branch name for version tracking.final StringThe name for the configuration bundle.final StringA commit message describing the version of the configuration bundle.final ObjectA map of component identifiers to their configurations.final ObjectThe source that created a configuration bundle version.final StringThe description for the configuration bundle.getTags()Tags to assign to the configuration bundle.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 theCfnConfigurationBundleProps.Builder.
-
-
Method Details
-
getBundleName
Description copied from interface:CfnConfigurationBundlePropsThe name for the configuration bundle.Names must be unique within your account.
- Specified by:
getBundleNamein interfaceCfnConfigurationBundleProps- See Also:
-
getComponents
Description copied from interface:CfnConfigurationBundlePropsA map of component identifiers to their configurations.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnConfigurationBundle.ComponentConfigurationProperty>- Specified by:
getComponentsin interfaceCfnConfigurationBundleProps- See Also:
-
getBranchName
Description copied from interface:CfnConfigurationBundlePropsThe branch name for version tracking.- Specified by:
getBranchNamein interfaceCfnConfigurationBundleProps- See Also:
-
getCommitMessage
Description copied from interface:CfnConfigurationBundlePropsA commit message describing the version of the configuration bundle.- Specified by:
getCommitMessagein interfaceCfnConfigurationBundleProps- See Also:
-
getCreatedBy
Description copied from interface:CfnConfigurationBundlePropsThe source that created a configuration bundle version.Returns union: either
IResolvableorCfnConfigurationBundle.VersionCreatedBySourceProperty- Specified by:
getCreatedByin interfaceCfnConfigurationBundleProps- See Also:
-
getDescription
Description copied from interface:CfnConfigurationBundlePropsThe description for the configuration bundle.- Specified by:
getDescriptionin interfaceCfnConfigurationBundleProps- See Also:
-
getTags
Description copied from interface:CfnConfigurationBundlePropsTags to assign to the configuration bundle.- Specified by:
getTagsin interfaceCfnConfigurationBundleProps- 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()
-