NAME

Paws::DS::CreateTrust - Arguments for method CreateTrust on Paws::DS

DESCRIPTION

This class represents the parameters used for calling the method CreateTrust on the AWS Directory Service service. Use the attributes of this class as arguments to method CreateTrust.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to CreateTrust.

As an example:

  $service_obj->CreateTrust(Att1 => $value1, Att2 => $value2, ...);

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object.

ATTRIBUTES

ConditionalForwarderIpAddrs => ArrayRef[Str|Undef]

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

REQUIRED DirectoryId => Str

The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.

REQUIRED RemoteDomainName => Str

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

REQUIRED TrustDirection => Str

The direction of the trust relationship.

Valid values are: "One-Way: Outgoing", "One-Way: Incoming", "Two-Way"

REQUIRED TrustPassword => Str

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

TrustType => Str

The trust relationship type.

Valid values are: "Forest"

SEE ALSO

This class forms part of Paws, documenting arguments for method CreateTrust in Paws::DS

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues