AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Container for the parameters to the CreateTrust operation. AWS Directory Service for Microsoft Active Directory allows you to configure trust relationships. For example, you can establish a trust between your Microsoft AD in the AWS cloud, 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.

This action initiates the creation of the AWS side of a trust relationship between a Microsoft AD in the AWS cloud and an external domain.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DirectoryService.AmazonDirectoryServiceRequest
      Amazon.DirectoryService.Model.CreateTrustRequest

Namespace: Amazon.DirectoryService.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CreateTrustRequest : AmazonDirectoryServiceRequest
         IRequestEvents

The CreateTrustRequest type exposes the following members

Constructors

NameDescription
Public Method CreateTrustRequest()

Properties

NameTypeDescription
Public Property DirectoryId System.String Gets and sets the property DirectoryId. The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.
Public Property RemoteDomainName System.String Gets and sets the property RemoteDomainName. The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.
Public Property TrustDirection Amazon.DirectoryService.TrustDirection Gets and sets the property TrustDirection. The direction of the trust relationship.
Public Property TrustPassword System.String Gets and sets the property TrustPassword. The trust password. The must be the same password that was used when creating the trust relationship on the external domain.
Public Property TrustType Amazon.DirectoryService.TrustType Gets and sets the property TrustType. The trust relationship type.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5