Struct aws_sdk_appstream::model::DirectoryConfig
source · #[non_exhaustive]pub struct DirectoryConfig { /* private fields */ }
Expand description
Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.
Implementations§
source§impl DirectoryConfig
impl DirectoryConfig
sourcepub fn directory_name(&self) -> Option<&str>
pub fn directory_name(&self) -> Option<&str>
The fully qualified name of the directory (for example, corp.example.com).
sourcepub fn organizational_unit_distinguished_names(&self) -> Option<&[String]>
pub fn organizational_unit_distinguished_names(&self) -> Option<&[String]>
The distinguished names of the organizational units for computer accounts.
sourcepub fn service_account_credentials(&self) -> Option<&ServiceAccountCredentials>
pub fn service_account_credentials(&self) -> Option<&ServiceAccountCredentials>
The credentials for the service account used by the fleet or image builder to connect to the directory.
sourcepub fn created_time(&self) -> Option<&DateTime>
pub fn created_time(&self) -> Option<&DateTime>
The time the directory configuration was created.
source§impl DirectoryConfig
impl DirectoryConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DirectoryConfig
.
Trait Implementations§
source§impl Clone for DirectoryConfig
impl Clone for DirectoryConfig
source§fn clone(&self) -> DirectoryConfig
fn clone(&self) -> DirectoryConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more