Class: Aws::Route53Resolver::Types::CreateOutpostResolverRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::CreateOutpostResolverRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creator_request_id ⇒ String
A unique string that identifies the request and that allows failed requests to be retried without the risk of running the operation twice.
-
#instance_count ⇒ Integer
Number of Amazon EC2 instances for the Resolver on Outpost.
-
#name ⇒ String
A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
-
#outpost_arn ⇒ String
The Amazon Resource Name (ARN) of the Outpost.
-
#preferred_instance_type ⇒ String
The Amazon EC2 instance type.
-
#tags ⇒ Array<Types::Tag>
A string that helps identify the Route 53 Resolvers on Outpost.
Instance Attribute Details
#creator_request_id ⇒ String
A unique string that identifies the request and that allows failed requests to be retried without the risk of running the operation twice.
‘CreatorRequestId` can be any unique string, for example, a date/time stamp.
528 529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 528 class CreateOutpostResolverRequest < Struct.new( :creator_request_id, :name, :instance_count, :preferred_instance_type, :outpost_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#instance_count ⇒ Integer
Number of Amazon EC2 instances for the Resolver on Outpost. The default and minimal value is 4.
528 529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 528 class CreateOutpostResolverRequest < Struct.new( :creator_request_id, :name, :instance_count, :preferred_instance_type, :outpost_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
528 529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 528 class CreateOutpostResolverRequest < Struct.new( :creator_request_id, :name, :instance_count, :preferred_instance_type, :outpost_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#outpost_arn ⇒ String
The Amazon Resource Name (ARN) of the Outpost. If you specify this, you must also specify a value for the ‘PreferredInstanceType`.
528 529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 528 class CreateOutpostResolverRequest < Struct.new( :creator_request_id, :name, :instance_count, :preferred_instance_type, :outpost_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#preferred_instance_type ⇒ String
The Amazon EC2 instance type. If you specify this, you must also specify a value for the ‘OutpostArn`.
528 529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 528 class CreateOutpostResolverRequest < Struct.new( :creator_request_id, :name, :instance_count, :preferred_instance_type, :outpost_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A string that helps identify the Route 53 Resolvers on Outpost.
528 529 530 531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 528 class CreateOutpostResolverRequest < Struct.new( :creator_request_id, :name, :instance_count, :preferred_instance_type, :outpost_arn, :tags) SENSITIVE = [] include Aws::Structure end |