#[non_exhaustive]pub struct AssociateFileSystemInput { /* private fields */ }
Implementations
sourceimpl AssociateFileSystemInput
impl AssociateFileSystemInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateFileSystem, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateFileSystem, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociateFileSystem
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateFileSystemInput
.
sourceimpl AssociateFileSystemInput
impl AssociateFileSystemInput
sourcepub fn user_name(&self) -> Option<&str>
pub fn user_name(&self) -> Option<&str>
The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
A unique string value that you supply that is used by the FSx File Gateway to ensure idempotent file system association creation.
sourcepub fn gateway_arn(&self) -> Option<&str>
pub fn gateway_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
operation to return a list of gateways for your account and Amazon Web Services Region.
sourcepub fn location_arn(&self) -> Option<&str>
pub fn location_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the Amazon FSx file system to associate with the FSx File Gateway.
A list of up to 50 tags that can be assigned to the file system association. Each tag is a key-value pair.
sourcepub fn audit_destination_arn(&self) -> Option<&str>
pub fn audit_destination_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the storage used for the audit logs.
sourcepub fn cache_attributes(&self) -> Option<&CacheAttributes>
pub fn cache_attributes(&self) -> Option<&CacheAttributes>
The refresh cache information for the file share or FSx file systems.
sourcepub fn endpoint_network_configuration(
&self
) -> Option<&EndpointNetworkConfiguration>
pub fn endpoint_network_configuration(
&self
) -> Option<&EndpointNetworkConfiguration>
Specifies the network configuration information for the gateway associated with the Amazon FSx file system.
If multiple file systems are associated with this gateway, this parameter's IpAddresses
field is required.
Trait Implementations
sourceimpl Clone for AssociateFileSystemInput
impl Clone for AssociateFileSystemInput
sourcefn clone(&self) -> AssociateFileSystemInput
fn clone(&self) -> AssociateFileSystemInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more