Struct aws_sdk_directory::model::DirectoryConnectSettings [−][src]
#[non_exhaustive]pub struct DirectoryConnectSettings {
pub vpc_id: Option<String>,
pub subnet_ids: Option<Vec<String>>,
pub customer_dns_ips: Option<Vec<String>>,
pub customer_user_name: Option<String>,
}Expand description
Contains information for the ConnectDirectory operation when an AD Connector directory is being created.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.vpc_id: Option<String>The identifier of the VPC in which the AD Connector is created.
subnet_ids: Option<Vec<String>>A list of subnet identifiers in the VPC in which the AD Connector is created.
customer_dns_ips: Option<Vec<String>>A list of one or more IP addresses of DNS servers or domain controllers in your self-managed directory.
customer_user_name: Option<String>The user name of an account in your self-managed directory that is used to connect to the directory. This account must have the following permissions:
-
Read users and groups
-
Create computer objects
-
Join computers to the domain
Implementations
The identifier of the VPC in which the AD Connector is created.
A list of subnet identifiers in the VPC in which the AD Connector is created.
A list of one or more IP addresses of DNS servers or domain controllers in your self-managed directory.
The user name of an account in your self-managed directory that is used to connect to the directory. This account must have the following permissions:
-
Read users and groups
-
Create computer objects
-
Join computers to the domain
Creates a new builder-style object to manufacture DirectoryConnectSettings
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DirectoryConnectSettings
impl Send for DirectoryConnectSettings
impl Sync for DirectoryConnectSettings
impl Unpin for DirectoryConnectSettings
impl UnwindSafe for DirectoryConnectSettings
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more