| Package | Description |
|---|---|
| software.amazon.awscdk.services.route53resolver |
Amazon Route53 Resolver Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnResolverEndpoint.Builder |
CfnResolverEndpoint.Builder.create(software.constructs.Construct scope,
String id) |
CfnResolverEndpoint.Builder |
CfnResolverEndpoint.Builder.direction(String direction)
Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:.
|
CfnResolverEndpoint.Builder |
CfnResolverEndpoint.Builder.ipAddresses(IResolvable ipAddresses)
The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints).
|
CfnResolverEndpoint.Builder |
CfnResolverEndpoint.Builder.ipAddresses(List<? extends Object> ipAddresses)
The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints).
|
CfnResolverEndpoint.Builder |
CfnResolverEndpoint.Builder.name(String name)
A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
|
CfnResolverEndpoint.Builder |
CfnResolverEndpoint.Builder.securityGroupIds(List<String> securityGroupIds)
The ID of one or more security groups that control access to this VPC.
|
CfnResolverEndpoint.Builder |
CfnResolverEndpoint.Builder.tags(List<? extends CfnTag> tags)
Route 53 Resolver doesn't support updating tags through CloudFormation.
|
Copyright © 2022. All rights reserved.