Class: Aws::FSx::Types::S3AccessPointAttachment
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::S3AccessPointAttachment
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
An S3 access point attached to an Amazon FSx volume.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
-
#lifecycle ⇒ String
The lifecycle status of the S3 access point attachment.
-
#lifecycle_transition_reason ⇒ Types::LifecycleTransitionReason
Describes why a resource lifecycle state changed.
-
#name ⇒ String
The name of the S3 access point attachment; also used for the name of the S3 access point.
-
#open_zfs_configuration ⇒ Types::S3AccessPointOpenZFSConfiguration
The OpenZFSConfiguration of the S3 access point attachment.
-
#s3_access_point ⇒ Types::S3AccessPoint
The S3 access point configuration of the S3 access point attachment.
-
#type ⇒ String
The type of Amazon FSx volume that the S3 access point is attached to.
Instance Attribute Details
#creation_time ⇒ Time
The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.
8470 8471 8472 8473 8474 8475 8476 8477 8478 8479 8480 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8470 class S3AccessPointAttachment < Struct.new( :lifecycle, :lifecycle_transition_reason, :creation_time, :name, :type, :open_zfs_configuration, :s3_access_point) SENSITIVE = [] include Aws::Structure end |
#lifecycle ⇒ String
The lifecycle status of the S3 access point attachment. The lifecycle can have the following values:
AVAILABLE - the S3 access point attachment is available for use
CREATING - Amazon FSx is creating the S3 access point and attachment
DELETING - Amazon FSx is deleting the S3 access point and attachment
FAILED - The S3 access point attachment is in a failed state. Delete and detach the S3 access point attachment, and create a new one.
UPDATING - Amazon FSx is updating the S3 access point attachment
8470 8471 8472 8473 8474 8475 8476 8477 8478 8479 8480 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8470 class S3AccessPointAttachment < Struct.new( :lifecycle, :lifecycle_transition_reason, :creation_time, :name, :type, :open_zfs_configuration, :s3_access_point) SENSITIVE = [] include Aws::Structure end |
#lifecycle_transition_reason ⇒ Types::LifecycleTransitionReason
Describes why a resource lifecycle state changed.
8470 8471 8472 8473 8474 8475 8476 8477 8478 8479 8480 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8470 class S3AccessPointAttachment < Struct.new( :lifecycle, :lifecycle_transition_reason, :creation_time, :name, :type, :open_zfs_configuration, :s3_access_point) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the S3 access point attachment; also used for the name of the S3 access point.
8470 8471 8472 8473 8474 8475 8476 8477 8478 8479 8480 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8470 class S3AccessPointAttachment < Struct.new( :lifecycle, :lifecycle_transition_reason, :creation_time, :name, :type, :open_zfs_configuration, :s3_access_point) SENSITIVE = [] include Aws::Structure end |
#open_zfs_configuration ⇒ Types::S3AccessPointOpenZFSConfiguration
The OpenZFSConfiguration of the S3 access point attachment.
8470 8471 8472 8473 8474 8475 8476 8477 8478 8479 8480 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8470 class S3AccessPointAttachment < Struct.new( :lifecycle, :lifecycle_transition_reason, :creation_time, :name, :type, :open_zfs_configuration, :s3_access_point) SENSITIVE = [] include Aws::Structure end |
#s3_access_point ⇒ Types::S3AccessPoint
The S3 access point configuration of the S3 access point attachment.
8470 8471 8472 8473 8474 8475 8476 8477 8478 8479 8480 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8470 class S3AccessPointAttachment < Struct.new( :lifecycle, :lifecycle_transition_reason, :creation_time, :name, :type, :open_zfs_configuration, :s3_access_point) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of Amazon FSx volume that the S3 access point is attached to.
8470 8471 8472 8473 8474 8475 8476 8477 8478 8479 8480 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8470 class S3AccessPointAttachment < Struct.new( :lifecycle, :lifecycle_transition_reason, :creation_time, :name, :type, :open_zfs_configuration, :s3_access_point) SENSITIVE = [] include Aws::Structure end |