aws-native logo
AWS Native v0.54.0, Mar 21 23

aws-native.efs.MountTarget

Resource Type definition for AWS::EFS::MountTarget

Create MountTarget Resource

new MountTarget(name: string, args: MountTargetArgs, opts?: CustomResourceOptions);
@overload
def MountTarget(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                file_system_id: Optional[str] = None,
                ip_address: Optional[str] = None,
                security_groups: Optional[Sequence[str]] = None,
                subnet_id: Optional[str] = None)
@overload
def MountTarget(resource_name: str,
                args: MountTargetArgs,
                opts: Optional[ResourceOptions] = None)
func NewMountTarget(ctx *Context, name string, args MountTargetArgs, opts ...ResourceOption) (*MountTarget, error)
public MountTarget(string name, MountTargetArgs args, CustomResourceOptions? opts = null)
public MountTarget(String name, MountTargetArgs args)
public MountTarget(String name, MountTargetArgs args, CustomResourceOptions options)
type: aws-native:efs:MountTarget
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args MountTargetArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args MountTargetArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args MountTargetArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args MountTargetArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args MountTargetArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

MountTarget Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The MountTarget resource accepts the following input properties:

FileSystemId string
SecurityGroups List<string>
SubnetId string
IpAddress string
FileSystemId string
SecurityGroups []string
SubnetId string
IpAddress string
fileSystemId String
securityGroups List<String>
subnetId String
ipAddress String
fileSystemId string
securityGroups string[]
subnetId string
ipAddress string
fileSystemId String
securityGroups List<String>
subnetId String
ipAddress String

Outputs

All input properties are implicitly available as output properties. Additionally, the MountTarget resource produces the following output properties:

Id string

The provider-assigned unique ID for this managed resource.

Id string

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

id string

The provider-assigned unique ID for this managed resource.

id str

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0