Class: Aws::Types::CreateDomainNameRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDomainNameRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#certificate_body ⇒ ::String
Returns the value of attribute certificate_body.
-
#certificate_chain ⇒ ::String
Returns the value of attribute certificate_chain.
-
#certificate_name ⇒ ::String
Returns the value of attribute certificate_name.
-
#certificate_private_key ⇒ ::String
Returns the value of attribute certificate_private_key.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#endpoint_access_mode ⇒ "BASIC", "STRICT"
Returns the value of attribute endpoint_access_mode.
-
#endpoint_configuration ⇒ Types::EndpointConfiguration
Returns the value of attribute endpoint_configuration.
-
#mutual_tls_authentication ⇒ Types::MutualTlsAuthenticationInput
Returns the value of attribute mutual_tls_authentication.
-
#ownership_verification_certificate_arn ⇒ ::String
Returns the value of attribute ownership_verification_certificate_arn.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#regional_certificate_arn ⇒ ::String
Returns the value of attribute regional_certificate_arn.
-
#regional_certificate_name ⇒ ::String
Returns the value of attribute regional_certificate_name.
-
#routing_mode ⇒ "BASE_PATH_MAPPING_ONLY", ...
Returns the value of attribute routing_mode.
-
#security_policy ⇒ "TLS_1_0", ...
Returns the value of attribute security_policy.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
203 204 205 |
# File 'sig/types.rbs', line 203 def certificate_arn @certificate_arn end |
#certificate_body ⇒ ::String
Returns the value of attribute certificate_body.
200 201 202 |
# File 'sig/types.rbs', line 200 def certificate_body @certificate_body end |
#certificate_chain ⇒ ::String
Returns the value of attribute certificate_chain.
202 203 204 |
# File 'sig/types.rbs', line 202 def certificate_chain @certificate_chain end |
#certificate_name ⇒ ::String
Returns the value of attribute certificate_name.
199 200 201 |
# File 'sig/types.rbs', line 199 def certificate_name @certificate_name end |
#certificate_private_key ⇒ ::String
Returns the value of attribute certificate_private_key.
201 202 203 |
# File 'sig/types.rbs', line 201 def certificate_private_key @certificate_private_key end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
198 199 200 |
# File 'sig/types.rbs', line 198 def domain_name @domain_name end |
#endpoint_access_mode ⇒ "BASIC", "STRICT"
Returns the value of attribute endpoint_access_mode.
209 210 211 |
# File 'sig/types.rbs', line 209 def endpoint_access_mode @endpoint_access_mode end |
#endpoint_configuration ⇒ Types::EndpointConfiguration
Returns the value of attribute endpoint_configuration.
206 207 208 |
# File 'sig/types.rbs', line 206 def endpoint_configuration @endpoint_configuration end |
#mutual_tls_authentication ⇒ Types::MutualTlsAuthenticationInput
Returns the value of attribute mutual_tls_authentication.
210 211 212 |
# File 'sig/types.rbs', line 210 def mutual_tls_authentication @mutual_tls_authentication end |
#ownership_verification_certificate_arn ⇒ ::String
Returns the value of attribute ownership_verification_certificate_arn.
211 212 213 |
# File 'sig/types.rbs', line 211 def ownership_verification_certificate_arn @ownership_verification_certificate_arn end |
#policy ⇒ ::String
Returns the value of attribute policy.
212 213 214 |
# File 'sig/types.rbs', line 212 def policy @policy end |
#regional_certificate_arn ⇒ ::String
Returns the value of attribute regional_certificate_arn.
205 206 207 |
# File 'sig/types.rbs', line 205 def regional_certificate_arn @regional_certificate_arn end |
#regional_certificate_name ⇒ ::String
Returns the value of attribute regional_certificate_name.
204 205 206 |
# File 'sig/types.rbs', line 204 def regional_certificate_name @regional_certificate_name end |
#routing_mode ⇒ "BASE_PATH_MAPPING_ONLY", ...
Returns the value of attribute routing_mode.
213 214 215 |
# File 'sig/types.rbs', line 213 def routing_mode @routing_mode end |
#security_policy ⇒ "TLS_1_0", ...
Returns the value of attribute security_policy.
208 209 210 |
# File 'sig/types.rbs', line 208 def security_policy @security_policy end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
207 208 209 |
# File 'sig/types.rbs', line 207 def end |