Class: Convection::Model::Template::Resource::S3Bucket
  
  
  
Overview
  Instance Attribute Summary
  
  
  #exist, #name, #parent, #properties, #resource_attributes, #template
  
    
      Instance Method Summary
      collapse
    
    
  
  
  
  
  
  
  
  
  
  
  #immutable_metadata, #render_tags, #tag, #tags
  
  
  
  
  
  
  
  
  
  #as_attribute, attach_method, #deletion_policy, #depends_on, #initialize, properties, #property, property, #reference, type, #type, #with_output
  
  
  
  
  
  
  
  
  
  #condition, #render_condition
  
  
  
  
  
  
  
  
  
  attach_resource
  
  
  
  
  
  
  
  
  
  #camel_case, included, method_name, #screaming_snake_case, #snake_case
  
  
  
  
  
  
  
  
  
  
  #base64, #find_in_map, #fn_and, #fn_equals, #fn_if, #fn_not, #fn_or, #fn_ref, #get_att, #get_azs, #join, #select
  
    Instance Method Details
    
      
  
  
    
      #access_control  ⇒ Object 
    
      #access_control(value)  ⇒ Object 
    
  
  
  
  
    
      
21 
     | 
    
      # File 'lib/convection/model/template/resource/aws_s3_bucket.rb', line 21
property :access_control, 'AccessControl' 
     | 
  
 
    
      
  
  
    
      #bucket_name  ⇒ Object 
    
      #bucket_name(value)  ⇒ Object 
    
  
  
  
  
    
      
20 
     | 
    
      # File 'lib/convection/model/template/resource/aws_s3_bucket.rb', line 20
property :bucket_name, 'BucketName' 
     | 
  
 
    
      
  
  
    
      #cors_configuration  ⇒ Object 
    
      #cors_configuration(value)  ⇒ Object 
    
  
  
  
  
    
      
22 
     | 
    
      # File 'lib/convection/model/template/resource/aws_s3_bucket.rb', line 22
property :cors_configuration, 'CorsConfiguration' 
     | 
  
 
    
      
  
  
    #cors_configurationm(*args)  ⇒ Object 
  
  
  
  
    
      
34
35
36
37 
     | 
    
      # File 'lib/convection/model/template/resource/aws_s3_bucket.rb', line 34
def cors_configurationm(*args)
  warn 'DEPRECATED: "cors_configurationm" is deprecated. Please use "cors_configuration" instead. https://github.com/rapid7/convection/pull/135'
  cors_configuration(*args)
end 
     | 
  
 
    
      
  
  
    
      #lifecycle_configuration  ⇒ Object 
    
      #lifecycle_configuration(value)  ⇒ Object 
    
  
  
  
  
    
      
23 
     | 
    
      # File 'lib/convection/model/template/resource/aws_s3_bucket.rb', line 23
property :lifecycle_configuration, 'LifecycleConfiguration' 
     | 
  
 
    
      
  
  
    
      #logging_configuration  ⇒ Object 
    
      #logging_configuration(value)  ⇒ Object 
    
  
  
  
  
    
      
24 
     | 
    
      # File 'lib/convection/model/template/resource/aws_s3_bucket.rb', line 24
property :logging_configuration, 'LoggingConfiguration' 
     | 
  
 
    
      
  
  
    
      #notification_configuration  ⇒ Object 
    
      #notification_configuration(value)  ⇒ Object 
    
  
  
  
  
    
      
25 
     | 
    
      # File 'lib/convection/model/template/resource/aws_s3_bucket.rb', line 25
property :notification_configuration, 'NotificationConfiguration' 
     | 
  
 
    
      
  
  
    #render(*args)  ⇒ Object 
  
  
  
  
    
      
39
40
41
42
43 
     | 
    
      # File 'lib/convection/model/template/resource/aws_s3_bucket.rb', line 39
def render(*args)
  super.tap do |resource|
    render_tags(resource)
  end
end
     | 
  
 
    
      
  
  
    
      #versioning_configuration  ⇒ Object 
    
      #versioning_configuration(value)  ⇒ Object 
    
  
  
  
  
    
      
26 
     | 
    
      # File 'lib/convection/model/template/resource/aws_s3_bucket.rb', line 26
property :versioning_configuration, 'VersioningConfiguration' 
     |