Class: AwsConfigDeliveryChannel

Inherits:
Object
  • Object
show all
Includes:
AwsSingularResourceMixin
Defined in:
lib/resources/aws/aws_config_delivery_channel.rb

Defined Under Namespace

Classes: Backend

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from AwsSingularResourceMixin

#exists?, included

Methods included from AwsResourceMixin

#catch_aws_errors, #check_resource_param_names, #initialize, #inspec_runner

Instance Attribute Details

#channel_nameObject (readonly)

Returns the value of attribute channel_name.



18
19
20
# File 'lib/resources/aws/aws_config_delivery_channel.rb', line 18

def channel_name
  @channel_name
end

#delivery_frequency_in_hoursObject (readonly)

Returns the value of attribute delivery_frequency_in_hours.



18
19
20
# File 'lib/resources/aws/aws_config_delivery_channel.rb', line 18

def delivery_frequency_in_hours
  @delivery_frequency_in_hours
end

#s3_bucket_nameObject (readonly)

Returns the value of attribute s3_bucket_name.



18
19
20
# File 'lib/resources/aws/aws_config_delivery_channel.rb', line 18

def s3_bucket_name
  @s3_bucket_name
end

#s3_key_prefixObject (readonly)

Returns the value of attribute s3_key_prefix.



18
19
20
# File 'lib/resources/aws/aws_config_delivery_channel.rb', line 18

def s3_key_prefix
  @s3_key_prefix
end

#sns_topic_arnObject (readonly)

Returns the value of attribute sns_topic_arn.



18
19
20
# File 'lib/resources/aws/aws_config_delivery_channel.rb', line 18

def sns_topic_arn
  @sns_topic_arn
end

Instance Method Details

#to_sObject



21
22
23
# File 'lib/resources/aws/aws_config_delivery_channel.rb', line 21

def to_s
  "Config_Delivery_Channel: #{@channel_name}"
end