Class CfnHarness.FilesystemConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnHarness.FilesystemConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnHarness.FilesystemConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHarness.FilesystemConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnHarness.FilesystemConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHarness.FilesystemConfigurationProperty
An implementation for
CfnHarness.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.CfnHarness.FilesystemConfigurationProperty
CfnHarness.FilesystemConfigurationProperty.Builder, CfnHarness.FilesystemConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnHarness.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 an Amazon EFS access point to mount into the AgentCore Runtime.final ObjectConfiguration for an Amazon S3 Files access point to mount into the AgentCore Runtime.final ObjectReturns union: eitherIResolvableorCfnHarness.SessionStorageConfigurationPropertyfinal 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 theCfnHarness.FilesystemConfigurationProperty.Builder.
-
-
Method Details
-
getEfsAccessPoint
Description copied from interface:CfnHarness.FilesystemConfigurationPropertyConfiguration for an Amazon EFS access point to mount into the AgentCore Runtime.Returns union: either
IResolvableorCfnHarness.EfsAccessPointConfigurationProperty- Specified by:
getEfsAccessPointin interfaceCfnHarness.FilesystemConfigurationProperty- See Also:
-
getS3FilesAccessPoint
Description copied from interface:CfnHarness.FilesystemConfigurationPropertyConfiguration for an Amazon S3 Files access point to mount into the AgentCore Runtime.Returns union: either
IResolvableorCfnHarness.S3FilesAccessPointConfigurationProperty- Specified by:
getS3FilesAccessPointin interfaceCfnHarness.FilesystemConfigurationProperty- See Also:
-
getSessionStorage
Description copied from interface:CfnHarness.FilesystemConfigurationPropertyReturns union: eitherIResolvableorCfnHarness.SessionStorageConfigurationProperty- Specified by:
getSessionStoragein interfaceCfnHarness.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()
-