Class: Aws::Types::CreateDomainConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDomainConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_protocol ⇒ "SECURE_MQTT", ...
Returns the value of attribute application_protocol.
-
#authentication_type ⇒ "CUSTOM_AUTH_X509", ...
Returns the value of attribute authentication_type.
-
#authorizer_config ⇒ Types::AuthorizerConfig
Returns the value of attribute authorizer_config.
-
#client_certificate_config ⇒ Types::ClientCertificateConfig
Returns the value of attribute client_certificate_config.
-
#domain_configuration_name ⇒ ::String
Returns the value of attribute domain_configuration_name.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#server_certificate_arns ⇒ ::Array[::String]
Returns the value of attribute server_certificate_arns.
-
#server_certificate_config ⇒ Types::ServerCertificateConfig
Returns the value of attribute server_certificate_config.
-
#service_type ⇒ "DATA", ...
Returns the value of attribute service_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tls_config ⇒ Types::TlsConfig
Returns the value of attribute tls_config.
-
#validation_certificate_arn ⇒ ::String
Returns the value of attribute validation_certificate_arn.
Instance Attribute Details
#application_protocol ⇒ "SECURE_MQTT", ...
Returns the value of attribute application_protocol.
874 875 876 |
# File 'sig/types.rbs', line 874 def application_protocol @application_protocol end |
#authentication_type ⇒ "CUSTOM_AUTH_X509", ...
Returns the value of attribute authentication_type.
873 874 875 |
# File 'sig/types.rbs', line 873 def authentication_type @authentication_type end |
#authorizer_config ⇒ Types::AuthorizerConfig
Returns the value of attribute authorizer_config.
868 869 870 |
# File 'sig/types.rbs', line 868 def @authorizer_config end |
#client_certificate_config ⇒ Types::ClientCertificateConfig
Returns the value of attribute client_certificate_config.
875 876 877 |
# File 'sig/types.rbs', line 875 def client_certificate_config @client_certificate_config end |
#domain_configuration_name ⇒ ::String
Returns the value of attribute domain_configuration_name.
864 865 866 |
# File 'sig/types.rbs', line 864 def domain_configuration_name @domain_configuration_name end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
865 866 867 |
# File 'sig/types.rbs', line 865 def domain_name @domain_name end |
#server_certificate_arns ⇒ ::Array[::String]
Returns the value of attribute server_certificate_arns.
866 867 868 |
# File 'sig/types.rbs', line 866 def server_certificate_arns @server_certificate_arns end |
#server_certificate_config ⇒ Types::ServerCertificateConfig
Returns the value of attribute server_certificate_config.
872 873 874 |
# File 'sig/types.rbs', line 872 def server_certificate_config @server_certificate_config end |
#service_type ⇒ "DATA", ...
Returns the value of attribute service_type.
869 870 871 |
# File 'sig/types.rbs', line 869 def service_type @service_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
870 871 872 |
# File 'sig/types.rbs', line 870 def @tags end |
#tls_config ⇒ Types::TlsConfig
Returns the value of attribute tls_config.
871 872 873 |
# File 'sig/types.rbs', line 871 def tls_config @tls_config end |
#validation_certificate_arn ⇒ ::String
Returns the value of attribute validation_certificate_arn.
867 868 869 |
# File 'sig/types.rbs', line 867 def validation_certificate_arn @validation_certificate_arn end |