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:
- Location
Arn string The Amazon Resource Name (ARN) of the NFS location.
- Location
Arn string The Amazon Resource Name (ARN) of the NFS location.
- location
Arn String The Amazon Resource Name (ARN) of the NFS location.
- location
Arn string The Amazon Resource Name (ARN) of the NFS location.
- location_
arn str The Amazon Resource Name (ARN) of the NFS location.
- location
Arn String The Amazon Resource Name (ARN) of the NFS location.
getLocationNFS Result
The following output properties are available:
- Location
Arn string The Amazon Resource Name (ARN) of the NFS location.
- Location
Uri string The URL of the NFS location that was described.
- Mount
Options Pulumi.Aws Native. Data Sync. Outputs. Location NFSMount Options - On
Prem Pulumi.Config Aws Native. Data Sync. Outputs. Location NFSOn Prem Config - List<Pulumi.
Aws Native. Data Sync. Outputs. Location NFSTag> An array of key-value pairs to apply to this resource.
- Location
Arn string The Amazon Resource Name (ARN) of the NFS location.
- Location
Uri string The URL of the NFS location that was described.
- Mount
Options LocationNFSMount Options - On
Prem LocationConfig NFSOn Prem Config - []Location
NFSTag An array of key-value pairs to apply to this resource.
- location
Arn String The Amazon Resource Name (ARN) of the NFS location.
- location
Uri String The URL of the NFS location that was described.
- mount
Options LocationNFSMount Options - on
Prem LocationConfig NFSOn Prem Config - List<Location
NFSTag> An array of key-value pairs to apply to this resource.
- location
Arn string The Amazon Resource Name (ARN) of the NFS location.
- location
Uri string The URL of the NFS location that was described.
- mount
Options LocationNFSMount Options - on
Prem LocationConfig NFSOn Prem Config - Location
NFSTag[] 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 LocationNFSMount Options - on_
prem_ Locationconfig NFSOn Prem Config - Sequence[Location
NFSTag] An array of key-value pairs to apply to this resource.
- location
Arn String The Amazon Resource Name (ARN) of the NFS location.
- location
Uri String The URL of the NFS location that was described.
- mount
Options Property Map - on
Prem Property MapConfig - List<Property Map>
An array of key-value pairs to apply to this resource.
Supporting Types
LocationNFSMountOptions
- Version
Pulumi.
Aws Native. Data Sync. Location NFSMount Options Version The specific NFS version that you want DataSync to use to mount your NFS share.
- Version
Location
NFSMount Options Version The specific NFS version that you want DataSync to use to mount your NFS share.
- version
Location
NFSMount Options Version The specific NFS version that you want DataSync to use to mount your NFS share.
- version
Location
NFSMount Options Version The specific NFS version that you want DataSync to use to mount your NFS share.
- version
Location
NFSMount Options Version 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
- Agent
Arns List<string> ARN(s) of the agent(s) to use for an NFS location.
- Agent
Arns []string ARN(s) of the agent(s) to use for an NFS location.
- agent
Arns List<String> ARN(s) of the agent(s) to use for an NFS location.
- agent
Arns 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.
- agent
Arns List<String> ARN(s) of the agent(s) to use for an NFS location.
LocationNFSTag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0