AssociateAdminAccountRequest

public struct AssociateAdminAccountRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The AWS account ID to associate with AWS Firewall Manager as the AWS Firewall Manager administrator account. This can be an AWS Organizations master account or a member account. For more information about AWS Organizations and master accounts, see Managing the AWS Accounts in Your Organization.

    Declaration

    Swift

    public let adminAccount: String
  • Undocumented

    Declaration

    Swift

    public init(adminAccount: String)
  • Declaration

    Swift

    public func validate(name: String) throws