|
3811 | 3811 | "properties": {
|
3812 | 3812 | "Attributes": "A string map that contains attributes with values that you can use to filter instances by any custom attribute that you specified when you registered the instance. Only instances that match all of the specified key/value pairs will be returned.",
|
3813 | 3813 | "IpPreference": "The preferred IP version that this virtual node uses. Setting the IP preference on the virtual node only overrides the IP preference set for the mesh on this specific node.",
|
3814 |
| - "NamespaceName": "The name of the AWS Cloud Map namespace to use.", |
| 3814 | + "NamespaceName": "The HTTP name of the AWS Cloud Map namespace to use.", |
3815 | 3815 | "ServiceName": "The name of the AWS Cloud Map service to use."
|
3816 | 3816 | }
|
3817 | 3817 | },
|
|
14169 | 14169 | "InstanceRequirements": "The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.\n\n> If you specify `InstanceRequirements` , you can't specify `InstanceType` .",
|
14170 | 14170 | "InstanceType": "The instance type.\n\n`mac1.metal` is not supported as a launch template override.\n\n> If you specify `InstanceType` , you can't specify `InstanceRequirements` .",
|
14171 | 14171 | "MaxPrice": "The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.\n\n> If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.",
|
14172 |
| - "Placement": "The location where the instance launched, if applicable.\n\nSupported only for fleets of type `instant` .", |
| 14172 | + "Placement": "The location where the instance launched, if applicable.", |
14173 | 14173 | "Priority": "The priority for the launch template override. The highest priority is launched first.\n\nIf the On-Demand `AllocationStrategy` is set to `prioritized` , EC2 Fleet uses priority to determine which launch template override to use first in fulfilling On-Demand capacity.\n\nIf the Spot `AllocationStrategy` is set to `capacity-optimized-prioritized` , EC2 Fleet uses priority on a best-effort basis to determine which launch template override to use in fulfilling Spot capacity, but optimizes for capacity first.\n\nValid values are whole numbers starting at `0` . The lower the number, the higher the priority. If no number is set, the launch template override has the lowest priority. You can set the same priority for different launch template overrides.",
|
14174 | 14174 | "SubnetId": "The IDs of the subnets in which to launch the instances. Separate multiple subnet IDs using commas (for example, `subnet-1234abcdeexample1, subnet-0987cdef6example2` ). A request of type `instant` can have only one subnet ID.",
|
14175 | 14175 | "WeightedCapacity": "The number of units provided by the specified instance type."
|
|
43101 | 43101 | "Name": "A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.",
|
43102 | 43102 | "OutpostArn": "",
|
43103 | 43103 | "PreferredInstanceType": "",
|
43104 |
| - "ResolverEndpointType": "", |
| 43104 | + "ResolverEndpointType": "The Resolver endpoint IP address type.", |
43105 | 43105 | "SecurityGroupIds": "The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules (for inbound endpoints) or outbound rules (for outbound endpoints). Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port that you're using for DNS queries on your network.",
|
43106 | 43106 | "Tags": "Route 53 Resolver doesn't support updating tags through CloudFormation."
|
43107 | 43107 | }
|
|
43110 | 43110 | "attributes": {},
|
43111 | 43111 | "description": "In a [CreateResolverEndpoint](https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverEndpoint.html) request, the IP address that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). `IpAddressRequest` also includes the ID of the subnet that contains the IP address.",
|
43112 | 43112 | "properties": {
|
43113 |
| - "Ip": "The IP address that you want to use for DNS queries.", |
43114 |
| - "Ipv6": "", |
| 43113 | + "Ip": "The IPv4 address that you want to use for DNS queries.", |
| 43114 | + "Ipv6": "The IPv6 address that you want to use for DNS queries.", |
43115 | 43115 | "SubnetId": "The ID of the subnet that contains the IP address."
|
43116 | 43116 | }
|
43117 | 43117 | },
|
@@ -43165,15 +43165,15 @@
|
43165 | 43165 | "ResolverEndpointId": "The ID of the endpoint that the rule is associated with.",
|
43166 | 43166 | "RuleType": "When you want to forward DNS queries for specified domain name to resolvers on your network, specify `FORWARD` .\n\nWhen you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for a subdomain of that domain, specify `SYSTEM` .\n\nFor example, to forward DNS queries for example.com to resolvers on your network, you create a rule and specify `FORWARD` for `RuleType` . To then have Resolver process queries for apex.example.com, you create a rule and specify `SYSTEM` for `RuleType` .\n\nCurrently, only Resolver can create rules that have a value of `RECURSIVE` for `RuleType` .",
|
43167 | 43167 | "Tags": "Route 53 Resolver doesn't support updating tags through CloudFormation.",
|
43168 |
| - "TargetIps": "An array that contains the IP addresses and ports that an outbound endpoint forwards DNS queries to. Typically, these are the IP addresses of DNS resolvers on your network. Specify IPv4 addresses. IPv6 is not supported." |
| 43168 | + "TargetIps": "An array that contains the IP addresses and ports that an outbound endpoint forwards DNS queries to. Typically, these are the IP addresses of DNS resolvers on your network." |
43169 | 43169 | }
|
43170 | 43170 | },
|
43171 | 43171 | "AWS::Route53Resolver::ResolverRule.TargetAddress": {
|
43172 | 43172 | "attributes": {},
|
43173 | 43173 | "description": "In a [CreateResolverRule](https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverRule.html) request, an array of the IPs that you want to forward DNS queries to.",
|
43174 | 43174 | "properties": {
|
43175 |
| - "Ip": "One IP address that you want to forward DNS queries to. You can specify only IPv4 addresses.", |
43176 |
| - "Ipv6": "", |
| 43175 | + "Ip": "One IPv4 address that you want to forward DNS queries to.", |
| 43176 | + "Ipv6": "One IPv6 address that you want to forward DNS queries to.", |
43177 | 43177 | "Port": "The port at `Ip` that you want to forward DNS queries to."
|
43178 | 43178 | }
|
43179 | 43179 | },
|
|
0 commit comments