aws-native.datasync.getLocationSMB
Resource schema for AWS::DataSync::LocationSMB.
Using getLocationSMB
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 getLocationSMB(args: GetLocationSMBArgs, opts?: InvokeOptions): Promise<GetLocationSMBResult>
function getLocationSMBOutput(args: GetLocationSMBOutputArgs, opts?: InvokeOptions): Output<GetLocationSMBResult>
def get_location_smb(location_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLocationSMBResult
def get_location_smb_output(location_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLocationSMBResult]
func LookupLocationSMB(ctx *Context, args *LookupLocationSMBArgs, opts ...InvokeOption) (*LookupLocationSMBResult, error)
func LookupLocationSMBOutput(ctx *Context, args *LookupLocationSMBOutputArgs, opts ...InvokeOption) LookupLocationSMBResultOutput
> Note: This function is named LookupLocationSMB
in the Go SDK.
public static class GetLocationSMB
{
public static Task<GetLocationSMBResult> InvokeAsync(GetLocationSMBArgs args, InvokeOptions? opts = null)
public static Output<GetLocationSMBResult> Invoke(GetLocationSMBInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetLocationSMBResult> getLocationSMB(GetLocationSMBArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:datasync:getLocationSMB
arguments:
# arguments dictionary
The following arguments are supported:
- Location
Arn string The Amazon Resource Name (ARN) of the SMB location that is created.
- Location
Arn string The Amazon Resource Name (ARN) of the SMB location that is created.
- location
Arn String The Amazon Resource Name (ARN) of the SMB location that is created.
- location
Arn string The Amazon Resource Name (ARN) of the SMB location that is created.
- location_
arn str The Amazon Resource Name (ARN) of the SMB location that is created.
- location
Arn String The Amazon Resource Name (ARN) of the SMB location that is created.
getLocationSMB Result
The following output properties are available:
- Agent
Arns List<string> The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
- Domain string
The name of the Windows domain that the SMB server belongs to.
- Location
Arn string The Amazon Resource Name (ARN) of the SMB location that is created.
- Location
Uri string The URL of the SMB location that was described.
- Mount
Options Pulumi.Aws Native. Data Sync. Outputs. Location SMBMount Options - List<Pulumi.
Aws Native. Data Sync. Outputs. Location SMBTag> An array of key-value pairs to apply to this resource.
- User string
The user who can mount the share, has the permissions to access files and folders in the SMB share.
- Agent
Arns []string The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
- Domain string
The name of the Windows domain that the SMB server belongs to.
- Location
Arn string The Amazon Resource Name (ARN) of the SMB location that is created.
- Location
Uri string The URL of the SMB location that was described.
- Mount
Options LocationSMBMount Options - []Location
SMBTag An array of key-value pairs to apply to this resource.
- User string
The user who can mount the share, has the permissions to access files and folders in the SMB share.
- agent
Arns List<String> The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
- domain String
The name of the Windows domain that the SMB server belongs to.
- location
Arn String The Amazon Resource Name (ARN) of the SMB location that is created.
- location
Uri String The URL of the SMB location that was described.
- mount
Options LocationSMBMount Options - List<Location
SMBTag> An array of key-value pairs to apply to this resource.
- user String
The user who can mount the share, has the permissions to access files and folders in the SMB share.
- agent
Arns string[] The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
- domain string
The name of the Windows domain that the SMB server belongs to.
- location
Arn string The Amazon Resource Name (ARN) of the SMB location that is created.
- location
Uri string The URL of the SMB location that was described.
- mount
Options LocationSMBMount Options - Location
SMBTag[] An array of key-value pairs to apply to this resource.
- user string
The user who can mount the share, has the permissions to access files and folders in the SMB share.
- agent_
arns Sequence[str] The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
- domain str
The name of the Windows domain that the SMB server belongs to.
- location_
arn str The Amazon Resource Name (ARN) of the SMB location that is created.
- location_
uri str The URL of the SMB location that was described.
- mount_
options LocationSMBMount Options - Sequence[Location
SMBTag] An array of key-value pairs to apply to this resource.
- user str
The user who can mount the share, has the permissions to access files and folders in the SMB share.
- agent
Arns List<String> The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
- domain String
The name of the Windows domain that the SMB server belongs to.
- location
Arn String The Amazon Resource Name (ARN) of the SMB location that is created.
- location
Uri String The URL of the SMB location that was described.
- mount
Options Property Map - List<Property Map>
An array of key-value pairs to apply to this resource.
- user String
The user who can mount the share, has the permissions to access files and folders in the SMB share.
Supporting Types
LocationSMBMountOptions
- Version
Pulumi.
Aws Native. Data Sync. Location SMBMount Options Version The specific SMB version that you want DataSync to use to mount your SMB share.
- Version
Location
SMBMount Options Version The specific SMB version that you want DataSync to use to mount your SMB share.
- version
Location
SMBMount Options Version The specific SMB version that you want DataSync to use to mount your SMB share.
- version
Location
SMBMount Options Version The specific SMB version that you want DataSync to use to mount your SMB share.
- version
Location
SMBMount Options Version The specific SMB version that you want DataSync to use to mount your SMB share.
- version "AUTOMATIC" | "SMB1" | "SMB2_0" | "SMB2" | "SMB3"
The specific SMB version that you want DataSync to use to mount your SMB share.
LocationSMBMountOptionsVersion
LocationSMBTag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0