Class: Aws::IoT::Types::CreateDomainConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_configTypes::AuthorizerConfig

An object that specifies the authorization service for a domain.



2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2611

class CreateDomainConfigurationRequest < Struct.new(
  :domain_configuration_name,
  :domain_name,
  :server_certificate_arns,
  :validation_certificate_arn,
  :authorizer_config,
  :service_type,
  :tags,
  :tls_config,
  :server_certificate_config)
  SENSITIVE = []
  include Aws::Structure
end

#domain_configuration_nameString

The name of the domain configuration. This value must be unique to a region.

Returns:

  • (String)


2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2611

class CreateDomainConfigurationRequest < Struct.new(
  :domain_configuration_name,
  :domain_name,
  :server_certificate_arns,
  :validation_certificate_arn,
  :authorizer_config,
  :service_type,
  :tags,
  :tls_config,
  :server_certificate_config)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The name of the domain.

Returns:

  • (String)


2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2611

class CreateDomainConfigurationRequest < Struct.new(
  :domain_configuration_name,
  :domain_name,
  :server_certificate_arns,
  :validation_certificate_arn,
  :authorizer_config,
  :service_type,
  :tags,
  :tls_config,
  :server_certificate_config)
  SENSITIVE = []
  include Aws::Structure
end

#server_certificate_arnsArray<String>

The ARNs of the certificates that IoT passes to the device during the TLS handshake. Currently you can specify only one certificate ARN. This value is not required for Amazon Web Services-managed domains.

Returns:

  • (Array<String>)


2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2611

class CreateDomainConfigurationRequest < Struct.new(
  :domain_configuration_name,
  :domain_name,
  :server_certificate_arns,
  :validation_certificate_arn,
  :authorizer_config,
  :service_type,
  :tags,
  :tls_config,
  :server_certificate_config)
  SENSITIVE = []
  include Aws::Structure
end

#server_certificate_configTypes::ServerCertificateConfig

The server certificate configuration.



2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2611

class CreateDomainConfigurationRequest < Struct.new(
  :domain_configuration_name,
  :domain_name,
  :server_certificate_arns,
  :validation_certificate_arn,
  :authorizer_config,
  :service_type,
  :tags,
  :tls_config,
  :server_certificate_config)
  SENSITIVE = []
  include Aws::Structure
end

#service_typeString

The type of service delivered by the endpoint.

Amazon Web Services IoT Core currently supports only the DATA service type.

Returns:

  • (String)


2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2611

class CreateDomainConfigurationRequest < Struct.new(
  :domain_configuration_name,
  :domain_name,
  :server_certificate_arns,
  :validation_certificate_arn,
  :authorizer_config,
  :service_type,
  :tags,
  :tls_config,
  :server_certificate_config)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Metadata which can be used to manage the domain configuration.

For URI Request parameters use format: ...key1=value1&key2=value2...

For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..."

For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."

Returns:



2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2611

class CreateDomainConfigurationRequest < Struct.new(
  :domain_configuration_name,
  :domain_name,
  :server_certificate_arns,
  :validation_certificate_arn,
  :authorizer_config,
  :service_type,
  :tags,
  :tls_config,
  :server_certificate_config)
  SENSITIVE = []
  include Aws::Structure
end

#tls_configTypes::TlsConfig

An object that specifies the TLS configuration for a domain.

Returns:



2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2611

class CreateDomainConfigurationRequest < Struct.new(
  :domain_configuration_name,
  :domain_name,
  :server_certificate_arns,
  :validation_certificate_arn,
  :authorizer_config,
  :service_type,
  :tags,
  :tls_config,
  :server_certificate_config)
  SENSITIVE = []
  include Aws::Structure
end

#validation_certificate_arnString

The certificate used to validate the server certificate and prove domain name ownership. This certificate must be signed by a public certificate authority. This value is not required for Amazon Web Services-managed domains.

Returns:

  • (String)


2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2611

class CreateDomainConfigurationRequest < Struct.new(
  :domain_configuration_name,
  :domain_name,
  :server_certificate_arns,
  :validation_certificate_arn,
  :authorizer_config,
  :service_type,
  :tags,
  :tls_config,
  :server_certificate_config)
  SENSITIVE = []
  include Aws::Structure
end