Class: Aws::FSx::Types::S3AccessPointAttachment

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#creation_timeTime

The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

Returns:

  • (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

#lifecycleString

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

Returns:

  • (String)


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_reasonTypes::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

#nameString

The name of the S3 access point attachment; also used for the name of the S3 access point.

Returns:

  • (String)


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_configurationTypes::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_pointTypes::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

#typeString

The type of Amazon FSx volume that the S3 access point is attached to.

Returns:

  • (String)


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