ResourceDataSyncAwsOrganizationsSource
public struct ResourceDataSyncAwsOrganizationsSource : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The AWS Organizations organization units included in the sync.
Declaration
Swift
public let organizationalUnits: [ResourceDataSyncOrganizationalUnit]?
-
If an AWS Organization is present, this is either OrganizationalUnits or EntireOrganization. For OrganizationalUnits, the data is aggregated from a set of organization units. For EntireOrganization, the data is aggregated from the entire AWS Organization.
Declaration
Swift
public let organizationSourceType: String
-
Undocumented
Declaration
Swift
public init(organizationalUnits: [ResourceDataSyncOrganizationalUnit]? = nil, organizationSourceType: String)
-
Declaration
Swift
public func validate(name: String) throws