![]() |
![]()
| ![]() |
![]()
NAMEPaws::Datasync::CreateLocationFsxWindows - Arguments for method CreateLocationFsxWindows on Paws::Datasync DESCRIPTIONThis 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. SYNOPSISmy $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> ATTRIBUTESDomain => StrThe name of the Windows domain that the FSx for Windows File Server belongs to. REQUIRED FsxFilesystemArn => StrThe Amazon Resource Name (ARN) for the FSx for Windows File Server file system. REQUIRED Password => StrThe 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. Subdirectory => StrA 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. Tags => ArrayRef[Paws::Datasync::TagListEntry]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 => StrThe 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. SEE ALSOThis class forms part of Paws, documenting arguments for method CreateLocationFsxWindows in Paws::Datasync BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|