GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::Datasync::CreateLocationFsxWindows(3) User Contributed Perl Documentation Paws::Datasync::CreateLocationFsxWindows(3)

Paws::Datasync::CreateLocationFsxWindows - Arguments for method CreateLocationFsxWindows on Paws::Datasync

This class represents the parameters used for calling the method CreateLocationFsxWindows on the AWS DataSync service. Use the attributes of this class as arguments to method CreateLocationFsxWindows.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to CreateLocationFsxWindows.

    my $datasync = Paws->service('Datasync');
    my $CreateLocationFsxWindowsResponse = $datasync->CreateLocationFsxWindows(
      FsxFilesystemArn  => 'MyFsxFilesystemArn',
      Password          => 'MySmbPassword',
      SecurityGroupArns => [
        'MyEc2SecurityGroupArn', ...    # max: 128
      ],
      User         => 'MySmbUser',
      Domain       => 'MySmbDomain',                 # OPTIONAL
      Subdirectory => 'MyFsxWindowsSubdirectory',    # OPTIONAL
      Tags         => [
        {
          Key   => 'MyTagKey',      # min: 1, max: 256
          Value => 'MyTagValue',    # min: 1, max: 256; OPTIONAL
        },
        ...
      ],    # OPTIONAL
    );
    # Results:
    my $LocationArn = $CreateLocationFsxWindowsResponse->LocationArn;
    # Returns a L<Paws::Datasync::CreateLocationFsxWindowsResponse> object.

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/datasync/CreateLocationFsxWindows>

The name of the Windows domain that the FSx for Windows File Server belongs to.

REQUIRED FsxFilesystemArn => Str

The Amazon Resource Name (ARN) for the FSx for Windows File Server file system.

REQUIRED Password => Str

The password of the user who has the permissions to access files and folders in the FSx for Windows File Server file system.

REQUIRED SecurityGroupArns => ArrayRef[Str|Undef]

The Amazon Resource Names (ARNs) of the security groups that are to use to configure the FSx for Windows File Server file system.

A subdirectory in the location’s path. This subdirectory in the Amazon FSx for Windows File Server file system is used to read data from the Amazon FSx for Windows File Server source location or write data to the FSx for Windows File Server destination.

The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.

REQUIRED User => Str

The user who has the permissions to access files and folders in the FSx for Windows File Server file system.

For information about choosing a user name that ensures sufficient permissions to files, folders, and metadata, see user.

This class forms part of Paws, documenting arguments for method CreateLocationFsxWindows in Paws::Datasync

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.