Class: Convection::Model::Template::ResourceProperty::CloudFrontViewerCertificate

Inherits:
Convection::Model::Template::ResourceProperty show all
Defined in:
lib/convection/model/template/resource_property/aws_cloudfront_viewercertificate.rb

Overview

Instance Attribute Summary

Attributes inherited from Convection::Model::Template::ResourceProperty

#exist, #properties, #template

Instance Method Summary collapse

Methods inherited from Convection::Model::Template::ResourceProperty

attach_method, #initialize, properties, property, #property, #render

Methods included from DSL::Helpers

#camel_case, included, method_name, #screaming_snake_case, #snake_case

Methods included from DSL::IntrinsicFunctions

#base64, #find_in_map, #fn_and, #fn_equals, #fn_if, #fn_not, #fn_or, #fn_ref, #get_att, #get_azs, #join, #select

Constructor Details

This class inherits a constructor from Convection::Model::Template::ResourceProperty

Instance Method Details

#iam_certificateObject #iam_certificate(value) ⇒ Object

Overloads:

  • #iam_certificateObject

    Returns the value of the 'IamCertificateId' CloudFormation property.

  • #iam_certificate(value) ⇒ Object

    Sets the 'IamCertificateId' CloudFormation property.

    Parameters:

    • value

      the value to set the 'IamCertificateId' CloudFormation property to.



11
# File 'lib/convection/model/template/resource_property/aws_cloudfront_viewercertificate.rb', line 11

property :iam_certificate, 'IamCertificateId'

#minimum_protocol_versionObject #minimum_protocol_version(value) ⇒ Object

Overloads:

  • #minimum_protocol_versionObject

    Returns the value of the 'MinimumProtocolVersion' CloudFormation property.

  • #minimum_protocol_version(value) ⇒ Object

    Sets the 'MinimumProtocolVersion' CloudFormation property.

    Parameters:

    • value

      the value to set the 'MinimumProtocolVersion' CloudFormation property to.



12
# File 'lib/convection/model/template/resource_property/aws_cloudfront_viewercertificate.rb', line 12

property :minimum_protocol_version, 'MinimumProtocolVersion'

#ssl_support_methodObject #ssl_support_method(value) ⇒ Object

Overloads:

  • #ssl_support_methodObject

    Returns the value of the 'SslSupportMethod' CloudFormation property.

  • #ssl_support_method(value) ⇒ Object

    Sets the 'SslSupportMethod' CloudFormation property.

    Parameters:

    • value

      the value to set the 'SslSupportMethod' CloudFormation property to.



13
# File 'lib/convection/model/template/resource_property/aws_cloudfront_viewercertificate.rb', line 13

property :ssl_support_method, 'SslSupportMethod'

#use_defaultObject #use_default(value) ⇒ Object

Overloads:

  • #use_defaultObject

    Returns the value of the 'CloudFrontDefaultCertificate' CloudFormation property.

  • #use_default(value) ⇒ Object

    Sets the 'CloudFrontDefaultCertificate' CloudFormation property.

    Parameters:

    • value

      the value to set the 'CloudFrontDefaultCertificate' CloudFormation property to.



10
# File 'lib/convection/model/template/resource_property/aws_cloudfront_viewercertificate.rb', line 10

property :use_default, 'CloudFrontDefaultCertificate'