1. Packages
  2. AWS Native
  3. API Docs
  4. datasync
  5. getLocationNfs

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.datasync.getLocationNfs

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    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.Outputs.Tag>
    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 Tag
    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<Tag>
    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 Tag[]
    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[root_Tag]
    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.

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi