Class CfnTaskDefinition.FSxWindowsFileServerVolumeConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.CfnTaskDefinition.FSxWindowsFileServerVolumeConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTaskDefinition.FSxWindowsFileServerVolumeConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTaskDefinition.FSxWindowsFileServerVolumeConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnTaskDefinition.FSxWindowsFileServerVolumeConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTaskDefinition.FSxWindowsFileServerVolumeConfigurationProperty
An implementation for
CfnTaskDefinition.FSxWindowsFileServerVolumeConfigurationProperty-
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.ecs.CfnTaskDefinition.FSxWindowsFileServerVolumeConfigurationProperty
CfnTaskDefinition.FSxWindowsFileServerVolumeConfigurationProperty.Builder, CfnTaskDefinition.FSxWindowsFileServerVolumeConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTaskDefinition.FSxWindowsFileServerVolumeConfigurationProperty.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 ObjectThe authorization configuration details for the Amazon FSx for Windows File Server file system.final StringThe Amazon FSx for Windows File Server file system ID to use.final StringThe directory within the Amazon FSx for Windows File Server file system to mount as the root directory inside the host.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
protected Jsii$Proxy(CfnTaskDefinition.FSxWindowsFileServerVolumeConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTaskDefinition.FSxWindowsFileServerVolumeConfigurationProperty.Builder.
-
-
Method Details
-
getFileSystemId
Description copied from interface:CfnTaskDefinition.FSxWindowsFileServerVolumeConfigurationPropertyThe Amazon FSx for Windows File Server file system ID to use.- Specified by:
getFileSystemIdin interfaceCfnTaskDefinition.FSxWindowsFileServerVolumeConfigurationProperty- See Also:
-
getRootDirectory
Description copied from interface:CfnTaskDefinition.FSxWindowsFileServerVolumeConfigurationPropertyThe directory within the Amazon FSx for Windows File Server file system to mount as the root directory inside the host.- Specified by:
getRootDirectoryin interfaceCfnTaskDefinition.FSxWindowsFileServerVolumeConfigurationProperty- See Also:
-
getAuthorizationConfig
Description copied from interface:CfnTaskDefinition.FSxWindowsFileServerVolumeConfigurationPropertyThe authorization configuration details for the Amazon FSx for Windows File Server file system.Returns union: either
IResolvableorCfnTaskDefinition.FSxAuthorizationConfigProperty- Specified by:
getAuthorizationConfigin interfaceCfnTaskDefinition.FSxWindowsFileServerVolumeConfigurationProperty- 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()
-