Class: Aws::SecurityAgent::Types::CreateTargetDomainInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::CreateTargetDomainInput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Input for creating a new target domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tags to associate with the target domain.
-
#target_domain_name ⇒ String
The domain name to register as a target domain.
-
#verification_method ⇒ String
The method to use for verifying domain ownership.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The tags to associate with the target domain.
1797 1798 1799 1800 1801 1802 1803 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1797 class CreateTargetDomainInput < Struct.new( :target_domain_name, :verification_method, :tags) SENSITIVE = [] include Aws::Structure end |
#target_domain_name ⇒ String
The domain name to register as a target domain.
1797 1798 1799 1800 1801 1802 1803 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1797 class CreateTargetDomainInput < Struct.new( :target_domain_name, :verification_method, :tags) SENSITIVE = [] include Aws::Structure end |
#verification_method ⇒ String
The method to use for verifying domain ownership. Valid values are DNS_TXT, HTTP_ROUTE, and PRIVATE_VPC.
1797 1798 1799 1800 1801 1802 1803 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1797 class CreateTargetDomainInput < Struct.new( :target_domain_name, :verification_method, :tags) SENSITIVE = [] include Aws::Structure end |