Class: Aws::DataSync::Types::DescribeLocationObjectStorageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeLocationObjectStorageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
DescribeLocationObjectStorageResponse
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_key ⇒ String
The access key (for example, a user name) required to authenticate with the object storage system.
-
#agent_arns ⇒ Array<String>
The ARNs of the DataSync agents that can connect with your object storage system.
-
#cmk_secret_config ⇒ Types::CmkSecretConfig
Describes configuration information for a DataSync-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location, and a customer-managed KMS key.
-
#creation_time ⇒ Time
The time that the location was created.
-
#custom_secret_config ⇒ Types::CustomSecretConfig
Describes configuration information for a customer-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location, and a customer-managed KMS key.
-
#location_arn ⇒ String
The ARN of the object storage system location.
-
#location_uri ⇒ String
The URI of the object storage system location.
-
#managed_secret_config ⇒ Types::ManagedSecretConfig
Describes configuration information for a DataSync-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location.
-
#server_certificate ⇒ String
The certificate chain for DataSync to authenticate with your object storage system if the system uses a private or self-signed certificate authority (CA).
-
#server_port ⇒ Integer
The port that your object storage server accepts inbound network traffic on (for example, port 443).
-
#server_protocol ⇒ String
The protocol that your object storage system uses to communicate.
Instance Attribute Details
#access_key ⇒ String
The access key (for example, a user name) required to authenticate with the object storage system.
2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 |
# File 'lib/aws-sdk-datasync/types.rb', line 2373 class DescribeLocationObjectStorageResponse < Struct.new( :location_arn, :location_uri, :access_key, :server_port, :server_protocol, :agent_arns, :creation_time, :server_certificate, :managed_secret_config, :cmk_secret_config, :custom_secret_config) SENSITIVE = [] include Aws::Structure end |
#agent_arns ⇒ Array<String>
The ARNs of the DataSync agents that can connect with your object storage system.
2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 |
# File 'lib/aws-sdk-datasync/types.rb', line 2373 class DescribeLocationObjectStorageResponse < Struct.new( :location_arn, :location_uri, :access_key, :server_port, :server_protocol, :agent_arns, :creation_time, :server_certificate, :managed_secret_config, :cmk_secret_config, :custom_secret_config) SENSITIVE = [] include Aws::Structure end |
#cmk_secret_config ⇒ Types::CmkSecretConfig
Describes configuration information for a DataSync-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location, and a customer-managed KMS key.
2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 |
# File 'lib/aws-sdk-datasync/types.rb', line 2373 class DescribeLocationObjectStorageResponse < Struct.new( :location_arn, :location_uri, :access_key, :server_port, :server_protocol, :agent_arns, :creation_time, :server_certificate, :managed_secret_config, :cmk_secret_config, :custom_secret_config) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time that the location was created.
2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 |
# File 'lib/aws-sdk-datasync/types.rb', line 2373 class DescribeLocationObjectStorageResponse < Struct.new( :location_arn, :location_uri, :access_key, :server_port, :server_protocol, :agent_arns, :creation_time, :server_certificate, :managed_secret_config, :cmk_secret_config, :custom_secret_config) SENSITIVE = [] include Aws::Structure end |
#custom_secret_config ⇒ Types::CustomSecretConfig
Describes configuration information for a customer-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location, and a customer-managed KMS key.
2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 |
# File 'lib/aws-sdk-datasync/types.rb', line 2373 class DescribeLocationObjectStorageResponse < Struct.new( :location_arn, :location_uri, :access_key, :server_port, :server_protocol, :agent_arns, :creation_time, :server_certificate, :managed_secret_config, :cmk_secret_config, :custom_secret_config) SENSITIVE = [] include Aws::Structure end |
#location_arn ⇒ String
The ARN of the object storage system location.
2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 |
# File 'lib/aws-sdk-datasync/types.rb', line 2373 class DescribeLocationObjectStorageResponse < Struct.new( :location_arn, :location_uri, :access_key, :server_port, :server_protocol, :agent_arns, :creation_time, :server_certificate, :managed_secret_config, :cmk_secret_config, :custom_secret_config) SENSITIVE = [] include Aws::Structure end |
#location_uri ⇒ String
The URI of the object storage system location.
2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 |
# File 'lib/aws-sdk-datasync/types.rb', line 2373 class DescribeLocationObjectStorageResponse < Struct.new( :location_arn, :location_uri, :access_key, :server_port, :server_protocol, :agent_arns, :creation_time, :server_certificate, :managed_secret_config, :cmk_secret_config, :custom_secret_config) SENSITIVE = [] include Aws::Structure end |
#managed_secret_config ⇒ Types::ManagedSecretConfig
Describes configuration information for a DataSync-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location. DataSync uses the default Amazon Web Services-managed KMS key to encrypt this secret in Secrets Manager.
2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 |
# File 'lib/aws-sdk-datasync/types.rb', line 2373 class DescribeLocationObjectStorageResponse < Struct.new( :location_arn, :location_uri, :access_key, :server_port, :server_protocol, :agent_arns, :creation_time, :server_certificate, :managed_secret_config, :cmk_secret_config, :custom_secret_config) SENSITIVE = [] include Aws::Structure end |
#server_certificate ⇒ String
The certificate chain for DataSync to authenticate with your object storage system if the system uses a private or self-signed certificate authority (CA).
2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 |
# File 'lib/aws-sdk-datasync/types.rb', line 2373 class DescribeLocationObjectStorageResponse < Struct.new( :location_arn, :location_uri, :access_key, :server_port, :server_protocol, :agent_arns, :creation_time, :server_certificate, :managed_secret_config, :cmk_secret_config, :custom_secret_config) SENSITIVE = [] include Aws::Structure end |
#server_port ⇒ Integer
The port that your object storage server accepts inbound network traffic on (for example, port 443).
2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 |
# File 'lib/aws-sdk-datasync/types.rb', line 2373 class DescribeLocationObjectStorageResponse < Struct.new( :location_arn, :location_uri, :access_key, :server_port, :server_protocol, :agent_arns, :creation_time, :server_certificate, :managed_secret_config, :cmk_secret_config, :custom_secret_config) SENSITIVE = [] include Aws::Structure end |
#server_protocol ⇒ String
The protocol that your object storage system uses to communicate.
2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 |
# File 'lib/aws-sdk-datasync/types.rb', line 2373 class DescribeLocationObjectStorageResponse < Struct.new( :location_arn, :location_uri, :access_key, :server_port, :server_protocol, :agent_arns, :creation_time, :server_certificate, :managed_secret_config, :cmk_secret_config, :custom_secret_config) SENSITIVE = [] include Aws::Structure end |