1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. s3files
  6. MountTarget

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi

    Resource Type definition for AWS::S3Files::MountTarget

    Create MountTarget Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new MountTarget(name: string, args: MountTargetArgs, opts?: CustomResourceOptions);
    @overload
    def MountTarget(resource_name: str,
                    args: MountTargetArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def MountTarget(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    file_system_id: Optional[str] = None,
                    subnet_id: Optional[str] = None,
                    ip_address_type: Optional[MountTargetIpAddressType] = None,
                    ipv4_address: Optional[str] = None,
                    ipv6_address: Optional[str] = None,
                    security_groups: Optional[Sequence[str]] = 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:s3files:MountTarget
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    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

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The MountTarget resource accepts the following input properties:

    Outputs

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

    AvailabilityZoneId string
    Id string
    The provider-assigned unique ID for this managed resource.
    MountTargetId string
    NetworkInterfaceId string
    OwnerId string
    Status Pulumi.AwsNative.S3Files.MountTargetStatus
    StatusMessage string
    VpcId string
    AvailabilityZoneId string
    Id string
    The provider-assigned unique ID for this managed resource.
    MountTargetId string
    NetworkInterfaceId string
    OwnerId string
    Status MountTargetStatus
    StatusMessage string
    VpcId string
    availabilityZoneId String
    id String
    The provider-assigned unique ID for this managed resource.
    mountTargetId String
    networkInterfaceId String
    ownerId String
    status MountTargetStatus
    statusMessage String
    vpcId String
    availabilityZoneId string
    id string
    The provider-assigned unique ID for this managed resource.
    mountTargetId string
    networkInterfaceId string
    ownerId string
    status MountTargetStatus
    statusMessage string
    vpcId string
    availability_zone_id str
    id str
    The provider-assigned unique ID for this managed resource.
    mount_target_id str
    network_interface_id str
    owner_id str
    status MountTargetStatus
    status_message str
    vpc_id str
    availabilityZoneId String
    id String
    The provider-assigned unique ID for this managed resource.
    mountTargetId String
    networkInterfaceId String
    ownerId String
    status "available" | "creating" | "updating" | "deleting" | "deleted" | "error"
    statusMessage String
    vpcId String

    Supporting Types

    MountTargetIpAddressType, MountTargetIpAddressTypeArgs

    Ipv4Only
    IPV4_ONLY
    Ipv6Only
    IPV6_ONLY
    DualStack
    DUAL_STACK
    MountTargetIpAddressTypeIpv4Only
    IPV4_ONLY
    MountTargetIpAddressTypeIpv6Only
    IPV6_ONLY
    MountTargetIpAddressTypeDualStack
    DUAL_STACK
    Ipv4Only
    IPV4_ONLY
    Ipv6Only
    IPV6_ONLY
    DualStack
    DUAL_STACK
    Ipv4Only
    IPV4_ONLY
    Ipv6Only
    IPV6_ONLY
    DualStack
    DUAL_STACK
    IPV4_ONLY
    IPV4_ONLY
    IPV6_ONLY
    IPV6_ONLY
    DUAL_STACK
    DUAL_STACK
    "IPV4_ONLY"
    IPV4_ONLY
    "IPV6_ONLY"
    IPV6_ONLY
    "DUAL_STACK"
    DUAL_STACK

    MountTargetStatus, MountTargetStatusArgs

    Available
    available
    Creating
    creating
    Updating
    updating
    Deleting
    deleting
    Deleted
    deleted
    Error
    error
    MountTargetStatusAvailable
    available
    MountTargetStatusCreating
    creating
    MountTargetStatusUpdating
    updating
    MountTargetStatusDeleting
    deleting
    MountTargetStatusDeleted
    deleted
    MountTargetStatusError
    error
    Available
    available
    Creating
    creating
    Updating
    updating
    Deleting
    deleting
    Deleted
    deleted
    Error
    error
    Available
    available
    Creating
    creating
    Updating
    updating
    Deleting
    deleting
    Deleted
    deleted
    Error
    error
    AVAILABLE
    available
    CREATING
    creating
    UPDATING
    updating
    DELETING
    deleting
    DELETED
    deleted
    ERROR
    error
    "available"
    available
    "creating"
    creating
    "updating"
    updating
    "deleting"
    deleting
    "deleted"
    deleted
    "error"
    error

    Package Details

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

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.62.0
    published on Monday, Apr 20, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.