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

aws-native.datasync.getLocationNFS

Resource schema for AWS::DataSync::LocationNFS

Using getLocationNFS

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 getLocationNFS(args: GetLocationNFSArgs, opts?: InvokeOptions): Promise<GetLocationNFSResult>
function getLocationNFSOutput(args: GetLocationNFSOutputArgs, opts?: InvokeOptions): Output<GetLocationNFSResult>
def get_location_nfs(location_arn: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetLocationNFSResult
def get_location_nfs_output(location_arn: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetLocationNFSResult]
func LookupLocationNFS(ctx *Context, args *LookupLocationNFSArgs, opts ...InvokeOption) (*LookupLocationNFSResult, error)
func LookupLocationNFSOutput(ctx *Context, args *LookupLocationNFSOutputArgs, opts ...InvokeOption) LookupLocationNFSResultOutput

> Note: This function is named LookupLocationNFS in the Go SDK.

public static class GetLocationNFS 
{
    public static Task<GetLocationNFSResult> InvokeAsync(GetLocationNFSArgs args, InvokeOptions? opts = null)
    public static Output<GetLocationNFSResult> Invoke(GetLocationNFSInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetLocationNFSResult> getLocationNFS(GetLocationNFSArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:datasync:getLocationNFS
  arguments:
    # arguments dictionary

The following arguments are supported:

LocationArn string

The Amazon Resource Name (ARN) of the NFS location.

LocationArn string

The Amazon Resource Name (ARN) of the NFS location.

locationArn String

The Amazon Resource Name (ARN) of the NFS location.

locationArn string

The Amazon Resource Name (ARN) of the NFS location.

location_arn str

The Amazon Resource Name (ARN) of the NFS location.

locationArn String

The Amazon Resource Name (ARN) of the NFS location.

getLocationNFS Result

The following output properties are available:

LocationArn string

The Amazon Resource Name (ARN) of the NFS location.

LocationUri string

The URL of the NFS location that was described.

MountOptions Pulumi.AwsNative.DataSync.Outputs.LocationNFSMountOptions
OnPremConfig Pulumi.AwsNative.DataSync.Outputs.LocationNFSOnPremConfig
Tags List<Pulumi.AwsNative.DataSync.Outputs.LocationNFSTag>

An array of key-value pairs to apply to this resource.

LocationArn string

The Amazon Resource Name (ARN) of the NFS location.

LocationUri string

The URL of the NFS location that was described.

MountOptions LocationNFSMountOptions
OnPremConfig LocationNFSOnPremConfig
Tags []LocationNFSTag

An array of key-value pairs to apply to this resource.

locationArn String

The Amazon Resource Name (ARN) of the NFS location.

locationUri String

The URL of the NFS location that was described.

mountOptions LocationNFSMountOptions
onPremConfig LocationNFSOnPremConfig
tags List<LocationNFSTag>

An array of key-value pairs to apply to this resource.

locationArn string

The Amazon Resource Name (ARN) of the NFS location.

locationUri string

The URL of the NFS location that was described.

mountOptions LocationNFSMountOptions
onPremConfig LocationNFSOnPremConfig
tags LocationNFSTag[]

An array of key-value pairs to apply to this resource.

location_arn str

The Amazon Resource Name (ARN) of the NFS location.

location_uri str

The URL of the NFS location that was described.

mount_options LocationNFSMountOptions
on_prem_config LocationNFSOnPremConfig
tags Sequence[LocationNFSTag]

An array of key-value pairs to apply to this resource.

locationArn String

The Amazon Resource Name (ARN) of the NFS location.

locationUri String

The URL of the NFS location that was described.

mountOptions Property Map
onPremConfig Property Map
tags List<Property Map>

An array of key-value pairs to apply to this resource.

Supporting Types

LocationNFSMountOptions

Version Pulumi.AwsNative.DataSync.LocationNFSMountOptionsVersion

The specific NFS version that you want DataSync to use to mount your NFS share.

Version LocationNFSMountOptionsVersion

The specific NFS version that you want DataSync to use to mount your NFS share.

version LocationNFSMountOptionsVersion

The specific NFS version that you want DataSync to use to mount your NFS share.

version LocationNFSMountOptionsVersion

The specific NFS version that you want DataSync to use to mount your NFS share.

version LocationNFSMountOptionsVersion

The specific NFS version that you want DataSync to use to mount your NFS share.

version "AUTOMATIC" | "NFS3" | "NFS4_0" | "NFS4_1"

The specific NFS version that you want DataSync to use to mount your NFS share.

LocationNFSMountOptionsVersion

LocationNFSOnPremConfig

AgentArns List<string>

ARN(s) of the agent(s) to use for an NFS location.

AgentArns []string

ARN(s) of the agent(s) to use for an NFS location.

agentArns List<String>

ARN(s) of the agent(s) to use for an NFS location.

agentArns string[]

ARN(s) of the agent(s) to use for an NFS location.

agent_arns Sequence[str]

ARN(s) of the agent(s) to use for an NFS location.

agentArns List<String>

ARN(s) of the agent(s) to use for an NFS location.

LocationNFSTag

Key string

The key for an AWS resource tag.

Value string

The value for an AWS resource tag.

Key string

The key for an AWS resource tag.

Value string

The value for an AWS resource tag.

key String

The key for an AWS resource tag.

value String

The value for an AWS resource tag.

key string

The key for an AWS resource tag.

value string

The value for an AWS resource tag.

key str

The key for an AWS resource tag.

value str

The value for an AWS resource tag.

key String

The key for an AWS resource tag.

value String

The value for an AWS resource tag.

Package Details

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