Method: Aws::Route53Resolver::Types::CreateResolverEndpointRequest#preferred_instance_type
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
#preferred_instance_type ⇒ String
The instance type. If you specify this, you must also specify a value for the OutpostArn.
730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 730 class CreateResolverEndpointRequest < Struct.new( :creator_request_id, :name, :security_group_ids, :direction, :ip_addresses, :outpost_arn, :preferred_instance_type, :tags, :resolver_endpoint_type, :protocols, :rni_enhanced_metrics_enabled, :target_name_server_metrics_enabled) SENSITIVE = [] include Aws::Structure end |