Class: Aws::Types::CreateDomainNameRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("BASIC", "STRICT")


209
210
211
# File 'sig/types.rbs', line 209

def endpoint_access_mode
  @endpoint_access_mode
end

#endpoint_configurationTypes::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_authenticationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("BASE_PATH_MAPPING_ONLY", "ROUTING_RULE_ONLY", "ROUTING_RULE_THEN_BASE_PATH_MAPPING")


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.

Returns:

  • ("TLS_1_0", "TLS_1_2", "SecurityPolicy_TLS13_1_3_2025_09", "SecurityPolicy_TLS13_1_3_FIPS_2025_09", "SecurityPolicy_TLS13_1_2_PFS_PQ_2025_09", "SecurityPolicy_TLS13_1_2_FIPS_PQ_2025_09", "SecurityPolicy_TLS13_1_2_FIPS_PFS_PQ_2025_09", "SecurityPolicy_TLS13_1_2_PQ_2025_09", "SecurityPolicy_TLS13_1_2_2021_06", "SecurityPolicy_TLS13_2025_EDGE", "SecurityPolicy_TLS12_PFS_2025_EDGE", "SecurityPolicy_TLS12_2018_EDGE")


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.

Returns:

  • (::Hash[::String, ::String])


207
208
209
# File 'sig/types.rbs', line 207

def tags
  @tags
end