ActiveDirectoryBackupAttributes

public struct ActiveDirectoryBackupAttributes : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the AWS Managed Microsoft Active Directory instance to which the file system is joined.

    Declaration

    Swift

    public let activeDirectoryId: String?
  • The fully qualified domain name of the self-managed AD directory.

    Declaration

    Swift

    public let domainName: String?
  • Undocumented

    Declaration

    Swift

    public init(activeDirectoryId: String? = nil, domainName: String? = nil)