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
published on Monday, Apr 20, 2026 by Pulumi
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
published on Monday, Apr 20, 2026 by Pulumi
Resource Type definition for AWS::S3Files::MountTarget
Using getMountTarget
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getMountTarget(args: GetMountTargetArgs, opts?: InvokeOptions): Promise<GetMountTargetResult>
function getMountTargetOutput(args: GetMountTargetOutputArgs, opts?: InvokeOptions): Output<GetMountTargetResult>def get_mount_target(mount_target_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMountTargetResult
def get_mount_target_output(mount_target_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMountTargetResult]func LookupMountTarget(ctx *Context, args *LookupMountTargetArgs, opts ...InvokeOption) (*LookupMountTargetResult, error)
func LookupMountTargetOutput(ctx *Context, args *LookupMountTargetOutputArgs, opts ...InvokeOption) LookupMountTargetResultOutput> Note: This function is named LookupMountTarget in the Go SDK.
public static class GetMountTarget
{
public static Task<GetMountTargetResult> InvokeAsync(GetMountTargetArgs args, InvokeOptions? opts = null)
public static Output<GetMountTargetResult> Invoke(GetMountTargetInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMountTargetResult> getMountTarget(GetMountTargetArgs args, InvokeOptions options)
public static Output<GetMountTargetResult> getMountTarget(GetMountTargetArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:s3files:getMountTarget
arguments:
# arguments dictionaryThe following arguments are supported:
- Mount
Target stringId
- Mount
Target stringId
- mount
Target StringId
- mount
Target stringId
- mount_
target_ strid
- mount
Target StringId
getMountTarget Result
The following output properties are available:
- Availability
Zone stringId - Mount
Target stringId - Network
Interface stringId - Owner
Id string - Security
Groups List<string> - Status
Pulumi.
Aws Native. S3Files. Mount Target Status - Status
Message string - Vpc
Id string
- Availability
Zone stringId - Mount
Target stringId - Network
Interface stringId - Owner
Id string - Security
Groups []string - Status
Mount
Target Status - Status
Message string - Vpc
Id string
- availability
Zone StringId - mount
Target StringId - network
Interface StringId - owner
Id String - security
Groups List<String> - status
Mount
Target Status - status
Message String - vpc
Id String
- availability
Zone stringId - mount
Target stringId - network
Interface stringId - owner
Id string - security
Groups string[] - status
Mount
Target Status - status
Message string - vpc
Id string
- availability_
zone_ strid - mount_
target_ strid - network_
interface_ strid - owner_
id str - security_
groups Sequence[str] - status
Mount
Target Status - status_
message str - vpc_
id str
- availability
Zone StringId - mount
Target StringId - network
Interface StringId - owner
Id String - security
Groups List<String> - status "available" | "creating" | "updating" | "deleting" | "deleted" | "error"
- status
Message String - vpc
Id String
Supporting Types
MountTargetStatus
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
published on Monday, Apr 20, 2026 by Pulumi
