Class: Aws::Types::RequestCertificateRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_authority_arn::String

Returns the value of attribute certificate_authority_arn.

Returns:

  • (::String)


864
865
866
# File 'sig/types.rbs', line 864

def certificate_authority_arn
  @certificate_authority_arn
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

def domain_name
  @domain_name
end

#domain_validation_options::Array[Types::DomainValidationOption]

Returns the value of attribute domain_validation_options.

Returns:



862
863
864
# File 'sig/types.rbs', line 862

def domain_validation_options
  @domain_validation_options
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


861
862
863
# File 'sig/types.rbs', line 861

def idempotency_token
  @idempotency_token
end

#key_algorithm"RSA_1024", ...

Returns the value of attribute key_algorithm.

Returns:

  • ("RSA_1024", "RSA_2048", "RSA_3072", "RSA_4096", "EC_prime256v1", "EC_secp384r1", "EC_secp521r1")


866
867
868
# File 'sig/types.rbs', line 866

def key_algorithm
  @key_algorithm
end

#managed_by"CLOUDFRONT"

Returns the value of attribute managed_by.

Returns:

  • ("CLOUDFRONT")


867
868
869
# File 'sig/types.rbs', line 867

def managed_by
  @managed_by
end

#optionsTypes::CertificateOptions

Returns the value of attribute options.



863
864
865
# File 'sig/types.rbs', line 863

def options
  @options
end

#subject_alternative_names::Array[::String]

Returns the value of attribute subject_alternative_names.

Returns:

  • (::Array[::String])


860
861
862
# File 'sig/types.rbs', line 860

def subject_alternative_names
  @subject_alternative_names
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



865
866
867
# File 'sig/types.rbs', line 865

def tags
  @tags
end

#validation_method"EMAIL", ...

Returns the value of attribute validation_method.

Returns:

  • ("EMAIL", "DNS", "HTTP")


859
860
861
# File 'sig/types.rbs', line 859

def validation_method
  @validation_method
end