Class: Aws::CloudTrail::Types::S3ImportSource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudTrail::Types::S3ImportSource
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudtrail/types.rb
 
Overview
The settings for the source S3 bucket.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #s3_bucket_access_role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IAM ARN role used to access the source S3 bucket.
 - 
  
    
      #s3_bucket_region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Region associated with the source S3 bucket.
 - 
  
    
      #s3_location_uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The URI for the source S3 bucket.
 
Instance Attribute Details
#s3_bucket_access_role_arn ⇒ String
The IAM ARN role used to access the source S3 bucket.
      4434 4435 4436 4437 4438 4439 4440  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 4434 class S3ImportSource < Struct.new( :s3_location_uri, :s3_bucket_region, :s3_bucket_access_role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#s3_bucket_region ⇒ String
The Region associated with the source S3 bucket.
      4434 4435 4436 4437 4438 4439 4440  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 4434 class S3ImportSource < Struct.new( :s3_location_uri, :s3_bucket_region, :s3_bucket_access_role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#s3_location_uri ⇒ String
The URI for the source S3 bucket.
      4434 4435 4436 4437 4438 4439 4440  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 4434 class S3ImportSource < Struct.new( :s3_location_uri, :s3_bucket_region, :s3_bucket_access_role_arn) SENSITIVE = [] include Aws::Structure end  |