Class CfnRuntimePropsMixin.FilesystemConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnRuntimePropsMixin.FilesystemConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRuntimePropsMixin.FilesystemConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRuntimePropsMixin.FilesystemConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnRuntimePropsMixin.FilesystemConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRuntimePropsMixin.FilesystemConfigurationProperty
An implementation for
CfnRuntimePropsMixin.FilesystemConfigurationProperty-
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.CfnRuntimePropsMixin.FilesystemConfigurationProperty
CfnRuntimePropsMixin.FilesystemConfigurationProperty.Builder, CfnRuntimePropsMixin.FilesystemConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRuntimePropsMixin.FilesystemConfigurationProperty.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 ObjectConfiguration for a CapacityProvider-managed volume to mount into the agent runtime.final ObjectConfiguration for EFS access point filesystem.final ObjectConfiguration for S3 Files access point filesystem.final ObjectConfiguration for session storage.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 theCfnRuntimePropsMixin.FilesystemConfigurationProperty.Builder.
-
-
Method Details
-
getCapacityProviderVolume
Description copied from interface:CfnRuntimePropsMixin.FilesystemConfigurationPropertyConfiguration for a CapacityProvider-managed volume to mount into the agent runtime.Returns union: either
IResolvableorCfnRuntimePropsMixin.CapacityProviderVolumeConfigurationProperty- Specified by:
getCapacityProviderVolumein interfaceCfnRuntimePropsMixin.FilesystemConfigurationProperty- See Also:
-
getEfsAccessPoint
Description copied from interface:CfnRuntimePropsMixin.FilesystemConfigurationPropertyConfiguration for EFS access point filesystem.Returns union: either
IResolvableorCfnRuntimePropsMixin.EfsAccessPointConfigurationProperty- Specified by:
getEfsAccessPointin interfaceCfnRuntimePropsMixin.FilesystemConfigurationProperty- See Also:
-
getS3FilesAccessPoint
Description copied from interface:CfnRuntimePropsMixin.FilesystemConfigurationPropertyConfiguration for S3 Files access point filesystem.Returns union: either
IResolvableorCfnRuntimePropsMixin.S3FilesAccessPointConfigurationProperty- Specified by:
getS3FilesAccessPointin interfaceCfnRuntimePropsMixin.FilesystemConfigurationProperty- See Also:
-
getSessionStorage
Description copied from interface:CfnRuntimePropsMixin.FilesystemConfigurationPropertyConfiguration for session storage.Returns union: either
IResolvableorCfnRuntimePropsMixin.SessionStorageConfigurationProperty- Specified by:
getSessionStoragein interfaceCfnRuntimePropsMixin.FilesystemConfigurationProperty- 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()
-