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