libZSservicesZSamazonka-dsZSamazonka-ds
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DirectoryService.CreateConditionalForwarder

Description

Creates a conditional forwarder associated with your Amazon Web Services directory. Conditional forwarders are required in order to set up a trust relationship with another domain. The conditional forwarder points to the trusted domain.

Synopsis

Creating a Request

data CreateConditionalForwarder Source #

Initiates the creation of a conditional forwarder for your Directory Service for Microsoft Active Directory. Conditional forwarders are required in order to set up a trust relationship with another domain.

See: newCreateConditionalForwarder smart constructor.

Constructors

CreateConditionalForwarder' 

Fields

  • directoryId :: Text

    The directory ID of the Amazon Web Services directory for which you are creating the conditional forwarder.

  • remoteDomainName :: Text

    The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

  • dnsIpAddrs :: [Text]

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

Instances

Instances details
Eq CreateConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.CreateConditionalForwarder

Read CreateConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.CreateConditionalForwarder

Show CreateConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.CreateConditionalForwarder

Generic CreateConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.CreateConditionalForwarder

Associated Types

type Rep CreateConditionalForwarder :: Type -> Type #

NFData CreateConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.CreateConditionalForwarder

Hashable CreateConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.CreateConditionalForwarder

ToJSON CreateConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.CreateConditionalForwarder

AWSRequest CreateConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.CreateConditionalForwarder

ToHeaders CreateConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.CreateConditionalForwarder

ToPath CreateConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.CreateConditionalForwarder

ToQuery CreateConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.CreateConditionalForwarder

type Rep CreateConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.CreateConditionalForwarder

type Rep CreateConditionalForwarder = D1 ('MetaData "CreateConditionalForwarder" "Amazonka.DirectoryService.CreateConditionalForwarder" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "CreateConditionalForwarder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "remoteDomainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "dnsIpAddrs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))
type AWSResponse CreateConditionalForwarder Source # 
Instance details

Defined in Amazonka.DirectoryService.CreateConditionalForwarder

newCreateConditionalForwarder Source #

Create a value of CreateConditionalForwarder with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:directoryId:CreateConditionalForwarder', createConditionalForwarder_directoryId - The directory ID of the Amazon Web Services directory for which you are creating the conditional forwarder.

$sel:remoteDomainName:CreateConditionalForwarder', createConditionalForwarder_remoteDomainName - The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

$sel:dnsIpAddrs:CreateConditionalForwarder', createConditionalForwarder_dnsIpAddrs - The IP addresses of the remote DNS server associated with RemoteDomainName.

Request Lenses

createConditionalForwarder_directoryId :: Lens' CreateConditionalForwarder Text Source #

The directory ID of the Amazon Web Services directory for which you are creating the conditional forwarder.

createConditionalForwarder_remoteDomainName :: Lens' CreateConditionalForwarder Text Source #

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

createConditionalForwarder_dnsIpAddrs :: Lens' CreateConditionalForwarder [Text] Source #

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

Destructuring the Response

data CreateConditionalForwarderResponse Source #

The result of a CreateConditinalForwarder request.

See: newCreateConditionalForwarderResponse smart constructor.

Constructors

CreateConditionalForwarderResponse' 

Fields

Instances

Instances details
Eq CreateConditionalForwarderResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.CreateConditionalForwarder

Read CreateConditionalForwarderResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.CreateConditionalForwarder

Show CreateConditionalForwarderResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.CreateConditionalForwarder

Generic CreateConditionalForwarderResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.CreateConditionalForwarder

Associated Types

type Rep CreateConditionalForwarderResponse :: Type -> Type #

NFData CreateConditionalForwarderResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.CreateConditionalForwarder

type Rep CreateConditionalForwarderResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.CreateConditionalForwarder

type Rep CreateConditionalForwarderResponse = D1 ('MetaData "CreateConditionalForwarderResponse" "Amazonka.DirectoryService.CreateConditionalForwarder" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "CreateConditionalForwarderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateConditionalForwarderResponse Source #

Create a value of CreateConditionalForwarderResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:CreateConditionalForwarderResponse', createConditionalForwarderResponse_httpStatus - The response's http status code.

Response Lenses