Class CfnLocationFSxOpenZFSMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.datasync.CfnLocationFSxOpenZFSMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLocationFSxOpenZFSMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLocationFSxOpenZFSMixinProps
@Stability(Stable)
@Internal
public static final class CfnLocationFSxOpenZFSMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLocationFSxOpenZFSMixinProps
An implementation for
CfnLocationFSxOpenZFSMixinProps-
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.datasync.CfnLocationFSxOpenZFSMixinProps
CfnLocationFSxOpenZFSMixinProps.Builder, CfnLocationFSxOpenZFSMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLocationFSxOpenZFSMixinProps.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 Amazon Resource Name (ARN) of the FSx for OpenZFS file system.final ObjectThe type of protocol that AWS DataSync uses to access your file system.The ARNs of the security groups that are used to configure the FSx for OpenZFS file system.final StringA subdirectory in the location's path that must begin with/fsx.getTags()The key-value pair that represents a tag that you want to add to the resource.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 theCfnLocationFSxOpenZFSMixinProps.Builder.
-
-
Method Details
-
getFsxFilesystemArn
Description copied from interface:CfnLocationFSxOpenZFSMixinPropsThe Amazon Resource Name (ARN) of the FSx for OpenZFS file system.- Specified by:
getFsxFilesystemArnin interfaceCfnLocationFSxOpenZFSMixinProps- See Also:
-
getProtocol
Description copied from interface:CfnLocationFSxOpenZFSMixinPropsThe type of protocol that AWS DataSync uses to access your file system.Returns union: either
IResolvableorCfnLocationFSxOpenZFSPropsMixin.ProtocolProperty- Specified by:
getProtocolin interfaceCfnLocationFSxOpenZFSMixinProps- See Also:
-
getSecurityGroupArns
Description copied from interface:CfnLocationFSxOpenZFSMixinPropsThe ARNs of the security groups that are used to configure the FSx for OpenZFS file system.Pattern :
^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\-0-9]*:[0-9]{12}:security-group/.*$Length constraints : Maximum length of 128.
- Specified by:
getSecurityGroupArnsin interfaceCfnLocationFSxOpenZFSMixinProps- See Also:
-
getSubdirectory
Description copied from interface:CfnLocationFSxOpenZFSMixinPropsA subdirectory in the location's path that must begin with/fsx.DataSync uses this subdirectory to read or write data (depending on whether the file system is a source or destination location).
- Specified by:
getSubdirectoryin interfaceCfnLocationFSxOpenZFSMixinProps- See Also:
-
getTags
Description copied from interface:CfnLocationFSxOpenZFSMixinPropsThe key-value pair that represents a tag that you want to add to the resource.The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.
- Specified by:
getTagsin interfaceCfnLocationFSxOpenZFSMixinProps- 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()
-