Class: Aws::FSx::Types::S3AccessPointOpenZFSConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::FSx::Types::S3AccessPointOpenZFSConfiguration
 
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
Describes the FSx for OpenZFS attachment configuration of an S3 access point attachment.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #file_system_identity  ⇒ Types::OpenZFSFileSystemIdentity 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The file system identity used to authorize file access requests made using the S3 access point. 
- 
  
    
      #volume_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the FSx for OpenZFS volume that the S3 access point is attached to. 
Instance Attribute Details
#file_system_identity ⇒ Types::OpenZFSFileSystemIdentity
The file system identity used to authorize file access requests made using the S3 access point.
| 8554 8555 8556 8557 8558 8559 | # File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8554 class S3AccessPointOpenZFSConfiguration < Struct.new( :volume_id, :file_system_identity) SENSITIVE = [] include Aws::Structure end | 
#volume_id ⇒ String
The ID of the FSx for OpenZFS volume that the S3 access point is attached to.
| 8554 8555 8556 8557 8558 8559 | # File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8554 class S3AccessPointOpenZFSConfiguration < Struct.new( :volume_id, :file_system_identity) SENSITIVE = [] include Aws::Structure end |