Class: Aws::StorageGateway::Types::AssociateFileSystemInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::AssociateFileSystemInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:password]
Instance Attribute Summary collapse
-
#audit_destination_arn ⇒ String
The Amazon Resource Name (ARN) of the storage used for the audit logs.
-
#cache_attributes ⇒ Types::CacheAttributes
The refresh cache information for the file share or FSx file systems.
-
#client_token ⇒ String
A unique string value that you supply that is used by the FSx File Gateway to ensure idempotent file system association creation.
-
#endpoint_network_configuration ⇒ Types::EndpointNetworkConfiguration
Specifies the network configuration information for the gateway associated with the Amazon FSx file system.
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
-
#location_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon FSx file system to associate with the FSx File Gateway.
-
#password ⇒ String
The password of the user credential.
-
#tags ⇒ Array<Types::Tag>
A list of up to 50 tags that can be assigned to the file system association.
-
#user_name ⇒ String
The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system.
Instance Attribute Details
#audit_destination_arn ⇒ String
The Amazon Resource Name (ARN) of the storage used for the audit logs.
422 423 424 425 426 427 428 429 430 431 432 433 434 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 422 class AssociateFileSystemInput < Struct.new( :user_name, :password, :client_token, :gateway_arn, :location_arn, :tags, :audit_destination_arn, :cache_attributes, :endpoint_network_configuration) SENSITIVE = [:password] include Aws::Structure end |
#cache_attributes ⇒ Types::CacheAttributes
The refresh cache information for the file share or FSx file systems.
422 423 424 425 426 427 428 429 430 431 432 433 434 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 422 class AssociateFileSystemInput < Struct.new( :user_name, :password, :client_token, :gateway_arn, :location_arn, :tags, :audit_destination_arn, :cache_attributes, :endpoint_network_configuration) SENSITIVE = [:password] include Aws::Structure end |
#client_token ⇒ String
A unique string value that you supply that is used by the FSx File Gateway to ensure idempotent file system association creation.
422 423 424 425 426 427 428 429 430 431 432 433 434 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 422 class AssociateFileSystemInput < Struct.new( :user_name, :password, :client_token, :gateway_arn, :location_arn, :tags, :audit_destination_arn, :cache_attributes, :endpoint_network_configuration) SENSITIVE = [:password] include Aws::Structure end |
#endpoint_network_configuration ⇒ Types::EndpointNetworkConfiguration
Specifies the network configuration information for the gateway associated with the Amazon FSx file system.
<note markdown=“1”> If multiple file systems are associated with this gateway, this parameter’s ‘IpAddresses` field is required.
</note>
422 423 424 425 426 427 428 429 430 431 432 433 434 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 422 class AssociateFileSystemInput < Struct.new( :user_name, :password, :client_token, :gateway_arn, :location_arn, :tags, :audit_destination_arn, :cache_attributes, :endpoint_network_configuration) SENSITIVE = [:password] include Aws::Structure end |
#gateway_arn ⇒ String
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.
422 423 424 425 426 427 428 429 430 431 432 433 434 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 422 class AssociateFileSystemInput < Struct.new( :user_name, :password, :client_token, :gateway_arn, :location_arn, :tags, :audit_destination_arn, :cache_attributes, :endpoint_network_configuration) SENSITIVE = [:password] include Aws::Structure end |
#location_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon FSx file system to associate with the FSx File Gateway.
422 423 424 425 426 427 428 429 430 431 432 433 434 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 422 class AssociateFileSystemInput < Struct.new( :user_name, :password, :client_token, :gateway_arn, :location_arn, :tags, :audit_destination_arn, :cache_attributes, :endpoint_network_configuration) SENSITIVE = [:password] include Aws::Structure end |
#password ⇒ String
The password of the user credential.
422 423 424 425 426 427 428 429 430 431 432 433 434 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 422 class AssociateFileSystemInput < Struct.new( :user_name, :password, :client_token, :gateway_arn, :location_arn, :tags, :audit_destination_arn, :cache_attributes, :endpoint_network_configuration) SENSITIVE = [:password] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of up to 50 tags that can be assigned to the file system association. Each tag is a key-value pair.
422 423 424 425 426 427 428 429 430 431 432 433 434 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 422 class AssociateFileSystemInput < Struct.new( :user_name, :password, :client_token, :gateway_arn, :location_arn, :tags, :audit_destination_arn, :cache_attributes, :endpoint_network_configuration) SENSITIVE = [:password] include Aws::Structure end |
#user_name ⇒ String
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.
422 423 424 425 426 427 428 429 430 431 432 433 434 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 422 class AssociateFileSystemInput < Struct.new( :user_name, :password, :client_token, :gateway_arn, :location_arn, :tags, :audit_destination_arn, :cache_attributes, :endpoint_network_configuration) SENSITIVE = [:password] include Aws::Structure end |