paws.security.identity (version 0.1.0)

directoryservice_create_trust: AWS Directory Service for Microsoft Active Directory allows you to configure trust relationships

Description

AWS Directory Service for Microsoft Active Directory allows you to configure trust relationships. For example, you can establish a trust between your AWS Managed Microsoft AD directory, and your existing on-premises Microsoft Active Directory. This would allow you to provide users and groups access to resources in either domain, with a single set of credentials.

Usage

directoryservice_create_trust(DirectoryId, RemoteDomainName,
  TrustPassword, TrustDirection, TrustType, ConditionalForwarderIpAddrs,
  SelectiveAuth)

Arguments

DirectoryId

[required] The Directory ID of the AWS Managed Microsoft AD directory for which to establish the trust relationship.

RemoteDomainName

[required] The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.

TrustPassword

[required] The trust password. The must be the same password that was used when creating the trust relationship on the external domain.

TrustDirection

[required] The direction of the trust relationship.

TrustType

The trust relationship type. Forest is the default.

ConditionalForwarderIpAddrs

The IP addresses of the remote DNS server associated with RemoteDomainName.

SelectiveAuth

Optional parameter to enable selective authentication for the trust.

Request syntax

svc$create_trust(
  DirectoryId = "string",
  RemoteDomainName = "string",
  TrustPassword = "string",
  TrustDirection = "One-Way: Outgoing"|"One-Way: Incoming"|"Two-Way",
  TrustType = "Forest"|"External",
  ConditionalForwarderIpAddrs = list(
    "string"
  ),
  SelectiveAuth = "Enabled"|"Disabled"
)

Details

This action initiates the creation of the AWS side of a trust relationship between an AWS Managed Microsoft AD directory and an external domain. You can create either a forest trust or an external trust.