View source: R/directoryservice_operations.R
directoryservice_add_ip_routes | R Documentation |
If the DNS server for your self-managed domain uses a publicly addressable IP address, you must add a CIDR address block to correctly route traffic to and from your Microsoft AD on Amazon Web Services. AddIpRoutes adds this address block. You can also use AddIpRoutes to facilitate routing traffic that uses public IP ranges from your Microsoft AD on Amazon Web Services to a peer VPC.
See https://www.paws-r-sdk.com/docs/directoryservice_add_ip_routes/ for full documentation.
directoryservice_add_ip_routes(
DirectoryId,
IpRoutes,
UpdateSecurityGroupForDirectoryControllers = NULL
)
DirectoryId |
[required] Identifier (ID) of the directory to which to add the address block. |
IpRoutes |
[required] IP address blocks, using CIDR format, of the traffic to route. This is often the IP address block of the DNS server used for your self-managed domain. |
UpdateSecurityGroupForDirectoryControllers |
If set to true, updates the inbound and outbound rules of the security group that has the description: "Amazon Web Services created security group for directory ID directory controllers." Following are the new rules: Inbound:
Outbound:
These security rules impact an internal network interface that is not exposed publicly. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.