@Stability(value=Stable) public static final class CfnResolverEndpoint.Builder extends Object implements software.amazon.jsii.Builder<CfnResolverEndpoint>
CfnResolverEndpoint.| Modifier and Type | Method and Description |
|---|---|
CfnResolverEndpoint |
build() |
static CfnResolverEndpoint.Builder |
create(software.constructs.Construct scope,
String id) |
CfnResolverEndpoint.Builder |
direction(String direction)
Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:.
|
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 |
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 |
name(String name)
A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
|
CfnResolverEndpoint.Builder |
securityGroupIds(List<String> securityGroupIds)
The ID of one or more security groups that control access to this VPC.
|
CfnResolverEndpoint.Builder |
tags(List<? extends CfnTag> tags)
Route 53 Resolver doesn't support updating tags through CloudFormation.
|
@Stability(value=Stable) public static CfnResolverEndpoint.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnResolverEndpoint.IpAddressRequestProperty.Builder.@Stability(value=Stable) public CfnResolverEndpoint.Builder direction(String direction)
INBOUND : allows DNS queries to your VPC from your networkOUTBOUND : allows DNS queries from your VPC to your networkdirection - Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:. This parameter is required.this@Stability(value=Stable) public CfnResolverEndpoint.Builder ipAddresses(IResolvable ipAddresses)
The subnet ID uniquely identifies a VPC.
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). This parameter is required.this@Stability(value=Stable) public CfnResolverEndpoint.Builder ipAddresses(List<? extends Object> ipAddresses)
The subnet ID uniquely identifies a VPC.
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). This parameter is required.this@Stability(value=Stable) public CfnResolverEndpoint.Builder securityGroupIds(List<String> securityGroupIds)
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.
securityGroupIds - The ID of one or more security groups that control access to this VPC. This parameter is required.this@Stability(value=Stable) public CfnResolverEndpoint.Builder name(String name)
name - A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console. This parameter is required.this@Stability(value=Stable) public CfnResolverEndpoint.Builder tags(List<? extends CfnTag> tags)
tags - Route 53 Resolver doesn't support updating tags through CloudFormation. This parameter is required.this@Stability(value=Stable) public CfnResolverEndpoint build()
build in interface software.amazon.jsii.Builder<CfnResolverEndpoint>Copyright © 2022. All rights reserved.