Class CfnLocationFSxLustreMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.datasync.CfnLocationFSxLustreMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLocationFSxLustreMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLocationFSxLustreMixinProps
@Stability(Stable)
@Internal
public static final class CfnLocationFSxLustreMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLocationFSxLustreMixinProps
An implementation for
CfnLocationFSxLustreMixinProps-
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.CfnLocationFSxLustreMixinProps
CfnLocationFSxLustreMixinProps.Builder, CfnLocationFSxLustreMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLocationFSxLustreMixinProps.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 StringSpecifies the Amazon Resource Name (ARN) of the FSx for Lustre file system.The ARNs of the security groups that are used to configure the FSx for Lustre file system.final StringSpecifies a mount path for your FSx for Lustre file system.getTags()Specifies labels that help you categorize, filter, and search for your AWS resources.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 theCfnLocationFSxLustreMixinProps.Builder.
-
-
Method Details
-
getFsxFilesystemArn
Description copied from interface:CfnLocationFSxLustreMixinPropsSpecifies the Amazon Resource Name (ARN) of the FSx for Lustre file system.- Specified by:
getFsxFilesystemArnin interfaceCfnLocationFSxLustreMixinProps- See Also:
-
getSecurityGroupArns
Description copied from interface:CfnLocationFSxLustreMixinPropsThe ARNs of the security groups that are used to configure the FSx for Lustre 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 interfaceCfnLocationFSxLustreMixinProps- See Also:
-
getSubdirectory
Description copied from interface:CfnLocationFSxLustreMixinPropsSpecifies a mount path for your FSx for Lustre file system. The path can include subdirectories.When the location is used as a source, DataSync reads data from the mount path. When the location is used as a destination, DataSync writes data to the mount path. If you don't include this parameter, DataSync uses the file system's root directory (
/).- Specified by:
getSubdirectoryin interfaceCfnLocationFSxLustreMixinProps- See Also:
-
getTags
Description copied from interface:CfnLocationFSxLustreMixinPropsSpecifies labels that help you categorize, filter, and search for your AWS resources.We recommend creating at least a name tag for your location.
- Specified by:
getTagsin interfaceCfnLocationFSxLustreMixinProps- 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()
-