/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include CreateLocationEfsRequestSee Also:
AWS
* API Reference
Specifies a mount path for your Amazon EFS file system. This is where * DataSync reads or writes data (depending on if this is a source or destination * location). By default, DataSync uses the root directory, but you can also * include subdirectories.
You must specify a value with forward
* slashes (for example, /path/to/folder
).
Specifies a mount path for your Amazon EFS file system. This is where * DataSync reads or writes data (depending on if this is a source or destination * location). By default, DataSync uses the root directory, but you can also * include subdirectories.
You must specify a value with forward
* slashes (for example, /path/to/folder
).
Specifies a mount path for your Amazon EFS file system. This is where * DataSync reads or writes data (depending on if this is a source or destination * location). By default, DataSync uses the root directory, but you can also * include subdirectories.
You must specify a value with forward
* slashes (for example, /path/to/folder
).
Specifies a mount path for your Amazon EFS file system. This is where * DataSync reads or writes data (depending on if this is a source or destination * location). By default, DataSync uses the root directory, but you can also * include subdirectories.
You must specify a value with forward
* slashes (for example, /path/to/folder
).
Specifies a mount path for your Amazon EFS file system. This is where * DataSync reads or writes data (depending on if this is a source or destination * location). By default, DataSync uses the root directory, but you can also * include subdirectories.
You must specify a value with forward
* slashes (for example, /path/to/folder
).
Specifies a mount path for your Amazon EFS file system. This is where * DataSync reads or writes data (depending on if this is a source or destination * location). By default, DataSync uses the root directory, but you can also * include subdirectories.
You must specify a value with forward
* slashes (for example, /path/to/folder
).
Specifies a mount path for your Amazon EFS file system. This is where * DataSync reads or writes data (depending on if this is a source or destination * location). By default, DataSync uses the root directory, but you can also * include subdirectories.
You must specify a value with forward
* slashes (for example, /path/to/folder
).
Specifies a mount path for your Amazon EFS file system. This is where * DataSync reads or writes data (depending on if this is a source or destination * location). By default, DataSync uses the root directory, but you can also * include subdirectories.
You must specify a value with forward
* slashes (for example, /path/to/folder
).
Specifies the ARN for the Amazon EFS file system.
*/ inline const Aws::String& GetEfsFilesystemArn() const{ return m_efsFilesystemArn; } /** *Specifies the ARN for the Amazon EFS file system.
*/ inline bool EfsFilesystemArnHasBeenSet() const { return m_efsFilesystemArnHasBeenSet; } /** *Specifies the ARN for the Amazon EFS file system.
*/ inline void SetEfsFilesystemArn(const Aws::String& value) { m_efsFilesystemArnHasBeenSet = true; m_efsFilesystemArn = value; } /** *Specifies the ARN for the Amazon EFS file system.
*/ inline void SetEfsFilesystemArn(Aws::String&& value) { m_efsFilesystemArnHasBeenSet = true; m_efsFilesystemArn = std::move(value); } /** *Specifies the ARN for the Amazon EFS file system.
*/ inline void SetEfsFilesystemArn(const char* value) { m_efsFilesystemArnHasBeenSet = true; m_efsFilesystemArn.assign(value); } /** *Specifies the ARN for the Amazon EFS file system.
*/ inline CreateLocationEfsRequest& WithEfsFilesystemArn(const Aws::String& value) { SetEfsFilesystemArn(value); return *this;} /** *Specifies the ARN for the Amazon EFS file system.
*/ inline CreateLocationEfsRequest& WithEfsFilesystemArn(Aws::String&& value) { SetEfsFilesystemArn(std::move(value)); return *this;} /** *Specifies the ARN for the Amazon EFS file system.
*/ inline CreateLocationEfsRequest& WithEfsFilesystemArn(const char* value) { SetEfsFilesystemArn(value); return *this;} /** *Specifies the subnet and security groups DataSync uses to access your Amazon * EFS file system.
*/ inline const Ec2Config& GetEc2Config() const{ return m_ec2Config; } /** *Specifies the subnet and security groups DataSync uses to access your Amazon * EFS file system.
*/ inline bool Ec2ConfigHasBeenSet() const { return m_ec2ConfigHasBeenSet; } /** *Specifies the subnet and security groups DataSync uses to access your Amazon * EFS file system.
*/ inline void SetEc2Config(const Ec2Config& value) { m_ec2ConfigHasBeenSet = true; m_ec2Config = value; } /** *Specifies the subnet and security groups DataSync uses to access your Amazon * EFS file system.
*/ inline void SetEc2Config(Ec2Config&& value) { m_ec2ConfigHasBeenSet = true; m_ec2Config = std::move(value); } /** *Specifies the subnet and security groups DataSync uses to access your Amazon * EFS file system.
*/ inline CreateLocationEfsRequest& WithEc2Config(const Ec2Config& value) { SetEc2Config(value); return *this;} /** *Specifies the subnet and security groups DataSync uses to access your Amazon * EFS file system.
*/ inline CreateLocationEfsRequest& WithEc2Config(Ec2Config&& value) { SetEc2Config(std::move(value)); return *this;} /** *Specifies 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.
*/ inline const Aws::VectorSpecifies 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.
*/ inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } /** *Specifies 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.
*/ inline void SetTags(const Aws::VectorSpecifies 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.
*/ inline void SetTags(Aws::VectorSpecifies 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.
*/ inline CreateLocationEfsRequest& WithTags(const Aws::VectorSpecifies 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.
*/ inline CreateLocationEfsRequest& WithTags(Aws::VectorSpecifies 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.
*/ inline CreateLocationEfsRequest& AddTags(const TagListEntry& value) { m_tagsHasBeenSet = true; m_tags.push_back(value); return *this; } /** *Specifies 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.
*/ inline CreateLocationEfsRequest& AddTags(TagListEntry&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::move(value)); return *this; } /** *Specifies the Amazon Resource Name (ARN) of the access point that DataSync * uses to access the Amazon EFS file system.
*/ inline const Aws::String& GetAccessPointArn() const{ return m_accessPointArn; } /** *Specifies the Amazon Resource Name (ARN) of the access point that DataSync * uses to access the Amazon EFS file system.
*/ inline bool AccessPointArnHasBeenSet() const { return m_accessPointArnHasBeenSet; } /** *Specifies the Amazon Resource Name (ARN) of the access point that DataSync * uses to access the Amazon EFS file system.
*/ inline void SetAccessPointArn(const Aws::String& value) { m_accessPointArnHasBeenSet = true; m_accessPointArn = value; } /** *Specifies the Amazon Resource Name (ARN) of the access point that DataSync * uses to access the Amazon EFS file system.
*/ inline void SetAccessPointArn(Aws::String&& value) { m_accessPointArnHasBeenSet = true; m_accessPointArn = std::move(value); } /** *Specifies the Amazon Resource Name (ARN) of the access point that DataSync * uses to access the Amazon EFS file system.
*/ inline void SetAccessPointArn(const char* value) { m_accessPointArnHasBeenSet = true; m_accessPointArn.assign(value); } /** *Specifies the Amazon Resource Name (ARN) of the access point that DataSync * uses to access the Amazon EFS file system.
*/ inline CreateLocationEfsRequest& WithAccessPointArn(const Aws::String& value) { SetAccessPointArn(value); return *this;} /** *Specifies the Amazon Resource Name (ARN) of the access point that DataSync * uses to access the Amazon EFS file system.
*/ inline CreateLocationEfsRequest& WithAccessPointArn(Aws::String&& value) { SetAccessPointArn(std::move(value)); return *this;} /** *Specifies the Amazon Resource Name (ARN) of the access point that DataSync * uses to access the Amazon EFS file system.
*/ inline CreateLocationEfsRequest& WithAccessPointArn(const char* value) { SetAccessPointArn(value); return *this;} /** *Specifies an Identity and Access Management (IAM) role that DataSync assumes * when mounting the Amazon EFS file system.
*/ inline const Aws::String& GetFileSystemAccessRoleArn() const{ return m_fileSystemAccessRoleArn; } /** *Specifies an Identity and Access Management (IAM) role that DataSync assumes * when mounting the Amazon EFS file system.
*/ inline bool FileSystemAccessRoleArnHasBeenSet() const { return m_fileSystemAccessRoleArnHasBeenSet; } /** *Specifies an Identity and Access Management (IAM) role that DataSync assumes * when mounting the Amazon EFS file system.
*/ inline void SetFileSystemAccessRoleArn(const Aws::String& value) { m_fileSystemAccessRoleArnHasBeenSet = true; m_fileSystemAccessRoleArn = value; } /** *Specifies an Identity and Access Management (IAM) role that DataSync assumes * when mounting the Amazon EFS file system.
*/ inline void SetFileSystemAccessRoleArn(Aws::String&& value) { m_fileSystemAccessRoleArnHasBeenSet = true; m_fileSystemAccessRoleArn = std::move(value); } /** *Specifies an Identity and Access Management (IAM) role that DataSync assumes * when mounting the Amazon EFS file system.
*/ inline void SetFileSystemAccessRoleArn(const char* value) { m_fileSystemAccessRoleArnHasBeenSet = true; m_fileSystemAccessRoleArn.assign(value); } /** *Specifies an Identity and Access Management (IAM) role that DataSync assumes * when mounting the Amazon EFS file system.
*/ inline CreateLocationEfsRequest& WithFileSystemAccessRoleArn(const Aws::String& value) { SetFileSystemAccessRoleArn(value); return *this;} /** *Specifies an Identity and Access Management (IAM) role that DataSync assumes * when mounting the Amazon EFS file system.
*/ inline CreateLocationEfsRequest& WithFileSystemAccessRoleArn(Aws::String&& value) { SetFileSystemAccessRoleArn(std::move(value)); return *this;} /** *Specifies an Identity and Access Management (IAM) role that DataSync assumes * when mounting the Amazon EFS file system.
*/ inline CreateLocationEfsRequest& WithFileSystemAccessRoleArn(const char* value) { SetFileSystemAccessRoleArn(value); return *this;} /** *Specifies whether you want DataSync to use Transport Layer Security (TLS) 1.2 * encryption when it copies data to or from the Amazon EFS file system.
If
* you specify an access point using AccessPointArn
or an IAM role
* using FileSystemAccessRoleArn
, you must set this parameter to
* TLS1_2
.
Specifies whether you want DataSync to use Transport Layer Security (TLS) 1.2 * encryption when it copies data to or from the Amazon EFS file system.
If
* you specify an access point using AccessPointArn
or an IAM role
* using FileSystemAccessRoleArn
, you must set this parameter to
* TLS1_2
.
Specifies whether you want DataSync to use Transport Layer Security (TLS) 1.2 * encryption when it copies data to or from the Amazon EFS file system.
If
* you specify an access point using AccessPointArn
or an IAM role
* using FileSystemAccessRoleArn
, you must set this parameter to
* TLS1_2
.
Specifies whether you want DataSync to use Transport Layer Security (TLS) 1.2 * encryption when it copies data to or from the Amazon EFS file system.
If
* you specify an access point using AccessPointArn
or an IAM role
* using FileSystemAccessRoleArn
, you must set this parameter to
* TLS1_2
.
Specifies whether you want DataSync to use Transport Layer Security (TLS) 1.2 * encryption when it copies data to or from the Amazon EFS file system.
If
* you specify an access point using AccessPointArn
or an IAM role
* using FileSystemAccessRoleArn
, you must set this parameter to
* TLS1_2
.
Specifies whether you want DataSync to use Transport Layer Security (TLS) 1.2 * encryption when it copies data to or from the Amazon EFS file system.
If
* you specify an access point using AccessPointArn
or an IAM role
* using FileSystemAccessRoleArn
, you must set this parameter to
* TLS1_2
.