#[non_exhaustive]pub struct CreateLocationFsxWindowsInput { /* private fields */ }
Implementations§
source§impl CreateLocationFsxWindowsInput
impl CreateLocationFsxWindowsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateLocationFsxWindows, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateLocationFsxWindows, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateLocationFsxWindows
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateLocationFsxWindowsInput
.
source§impl CreateLocationFsxWindowsInput
impl CreateLocationFsxWindowsInput
sourcepub fn subdirectory(&self) -> Option<&str>
pub fn subdirectory(&self) -> Option<&str>
Specifies a mount path for your file system using forward slashes. This is where DataSync reads or writes data (depending on if this is a source or destination location).
sourcepub fn fsx_filesystem_arn(&self) -> Option<&str>
pub fn fsx_filesystem_arn(&self) -> Option<&str>
Specifies the Amazon Resource Name (ARN) for the FSx for Windows File Server file system.
sourcepub fn security_group_arns(&self) -> Option<&[String]>
pub fn security_group_arns(&self) -> Option<&[String]>
Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.
If you choose a security group that doesn't allow connections from within itself, do one of the following:
-
Configure the security group to allow it to communicate within itself.
-
Choose a different security group that can communicate with the mount target's security group.
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.
sourcepub fn user(&self) -> Option<&str>
pub fn user(&self) -> Option<&str>
Specifies the user who has the permissions to access files and folders in the file system.
For information about choosing a user name that ensures sufficient permissions to files, folders, and metadata, see user.
Trait Implementations§
source§impl Clone for CreateLocationFsxWindowsInput
impl Clone for CreateLocationFsxWindowsInput
source§fn clone(&self) -> CreateLocationFsxWindowsInput
fn clone(&self) -> CreateLocationFsxWindowsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<CreateLocationFsxWindowsInput> for CreateLocationFsxWindowsInput
impl PartialEq<CreateLocationFsxWindowsInput> for CreateLocationFsxWindowsInput
source§fn eq(&self, other: &CreateLocationFsxWindowsInput) -> bool
fn eq(&self, other: &CreateLocationFsxWindowsInput) -> bool
self
and other
values to be equal, and is used
by ==
.