Class CfnMountTargetMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMountTargetMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMountTargetMixinProps
CfnMountTargetMixinProps-
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.efs.CfnMountTargetMixinProps
CfnMountTargetMixinProps.Builder, CfnMountTargetMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMountTargetMixinProps.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 ID of the file system for which to create the mount target.final StringIf theIpAddressTypefor the mount target is IPv4 (IPV4_ONLYorDUAL_STACK), then specify the IPv4 address to use.final StringThe IP address type for the mount target.final StringIf theIPAddressTypefor the mount target is IPv6 (IPV6_ONLYorDUAL_STACK), then specify the IPv6 address to use.VPC security group IDs, of the formsg-xxxxxxxx.final ObjectThe ID of the subnet to add the mount target in.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 theCfnMountTargetMixinProps.Builder.
-
-
Method Details
-
getFileSystemId
Description copied from interface:CfnMountTargetMixinPropsThe ID of the file system for which to create the mount target.Returns union: either
StringorIFileSystemRef- Specified by:
getFileSystemIdin interfaceCfnMountTargetMixinProps- See Also:
-
getIpAddress
Description copied from interface:CfnMountTargetMixinPropsIf theIpAddressTypefor the mount target is IPv4 (IPV4_ONLYorDUAL_STACK), then specify the IPv4 address to use.If you do not specify an
IpAddress, then Amazon EFS selects an unused IP address from the subnet specified forSubnetId.- Specified by:
getIpAddressin interfaceCfnMountTargetMixinProps- See Also:
-
getIpAddressType
Description copied from interface:CfnMountTargetMixinPropsThe IP address type for the mount target.The possible values are
IPV4_ONLY(only IPv4 addresses),IPV6_ONLY(only IPv6 addresses), andDUAL_STACK(dual-stack, both IPv4 and IPv6 addresses). If you don’t specify anIpAddressType, thenIPV4_ONLYis used.The
IPAddressTypemust match the IP type of the subnet. Additionally, theIPAddressTypeparameter overrides the value set as the default IP address for the subnet in the VPC. For example, if theIPAddressTypeisIPV4_ONLYandAssignIpv6AddressOnCreationistrue, then IPv4 is used for the mount target. For more information, see Modify the IP addressing attributes of your subnet .- Specified by:
getIpAddressTypein interfaceCfnMountTargetMixinProps- See Also:
-
getIpv6Address
Description copied from interface:CfnMountTargetMixinPropsIf theIPAddressTypefor the mount target is IPv6 (IPV6_ONLYorDUAL_STACK), then specify the IPv6 address to use.If you do not specify an
Ipv6Address, then Amazon EFS selects an unused IP address from the subnet specified forSubnetId.- Specified by:
getIpv6Addressin interfaceCfnMountTargetMixinProps- See Also:
-
getSecurityGroups
Description copied from interface:CfnMountTargetMixinPropsVPC security group IDs, of the formsg-xxxxxxxx.These must be for the same VPC as the subnet specified. The maximum number of security groups depends on account quota. For more information, see Amazon VPC Quotas in the Amazon VPC User Guide (see the Security Groups table). If you don't specify a security group, then Amazon EFS uses the default security group for the subnet's VPC.
Returns union: Listinvalid input: '<'either
StringorISecurityGroupRef>- Specified by:
getSecurityGroupsin interfaceCfnMountTargetMixinProps- See Also:
-
getSubnetId
Description copied from interface:CfnMountTargetMixinPropsThe ID of the subnet to add the mount target in.For One Zone file systems, use the subnet that is associated with the file system's Availability Zone. The subnet type must be the same type as the
IpAddressType.Returns union: either
StringorISubnetRef- Specified by:
getSubnetIdin interfaceCfnMountTargetMixinProps- 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()
-