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