Amazon Directory Service · JSON Structure

Amazon Directory Service Directory Connect Settings Description Structure

Contains information about an AD Connector directory.

Type: object Properties: 6
Active DirectoryAuthenticationDirectory ServicesIdentity Management

Amazon Directory Service Directory Connect Settings Description Structure is a JSON Structure definition published by Amazon Directory Service, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

VpcId SubnetIds CustomerUserName SecurityGroupId AvailabilityZones ConnectIps

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-directory-service/refs/heads/main/json-structure/amazon-directory-service-directory-connect-settings-description-structure.json",
  "title": "DirectoryConnectSettingsDescription",
  "description": "Contains information about an AD Connector directory.",
  "type": "object",
  "properties": {
    "VpcId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VpcId"
        },
        {
          "description": "The identifier of the VPC that the AD Connector is in."
        }
      ]
    },
    "SubnetIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SubnetIds"
        },
        {
          "description": "A list of subnet identifiers in the VPC that the AD Connector is in."
        }
      ]
    },
    "CustomerUserName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserName"
        },
        {
          "description": "The user name of the service account in your self-managed directory."
        }
      ]
    },
    "SecurityGroupId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SecurityGroupId"
        },
        {
          "description": "The security group identifier for the AD Connector directory."
        }
      ]
    },
    "AvailabilityZones": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AvailabilityZones"
        },
        {
          "description": "A list of the Availability Zones that the directory is in."
        }
      ]
    },
    "ConnectIps": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IpAddrs"
        },
        {
          "description": "The IP addresses of the AD Connector servers."
        }
      ]
    }
  }
}