Organizations Functions
object OrganizationsFunctions
Functions
Link copied to clipboard
suspend fun getDelegatedAdministrators(argument: GetDelegatedAdministratorsPlainArgs): GetDelegatedAdministratorsResult
Get a list of AWS accounts that are designated as delegated administrators in this organization
suspend fun getDelegatedAdministrators(servicePrincipal: String? = null): GetDelegatedAdministratorsResult
suspend fun getDelegatedAdministrators(argument: suspend GetDelegatedAdministratorsPlainArgsBuilder.() -> Unit): GetDelegatedAdministratorsResult
Link copied to clipboard
suspend fun getDelegatedServices(argument: GetDelegatedServicesPlainArgs): GetDelegatedServicesResult
Get a list the AWS services for which the specified account is a delegated administrator
suspend fun getDelegatedServices(argument: suspend GetDelegatedServicesPlainArgsBuilder.() -> Unit): GetDelegatedServicesResult
Link copied to clipboard
Get information about the organization that the user's account belongs to
Link copied to clipboard
suspend fun getOrganizationalUnitChildAccounts(argument: GetOrganizationalUnitChildAccountsPlainArgs): GetOrganizationalUnitChildAccountsResult
Get all direct child accounts under a parent organizational unit. This only provides immediate children, not all children.
suspend fun getOrganizationalUnitChildAccounts(parentId: String): GetOrganizationalUnitChildAccountsResult
suspend fun getOrganizationalUnitChildAccounts(argument: suspend GetOrganizationalUnitChildAccountsPlainArgsBuilder.() -> Unit): GetOrganizationalUnitChildAccountsResult
Link copied to clipboard
suspend fun getOrganizationalUnitDescendantAccounts(argument: GetOrganizationalUnitDescendantAccountsPlainArgs): GetOrganizationalUnitDescendantAccountsResult
Get all direct child accounts under a parent organizational unit. This provides all children.
suspend fun getOrganizationalUnitDescendantAccounts(parentId: String): GetOrganizationalUnitDescendantAccountsResult
suspend fun getOrganizationalUnitDescendantAccounts(argument: suspend GetOrganizationalUnitDescendantAccountsPlainArgsBuilder.() -> Unit): GetOrganizationalUnitDescendantAccountsResult
Link copied to clipboard
suspend fun getOrganizationalUnits(argument: GetOrganizationalUnitsPlainArgs): GetOrganizationalUnitsResult
Get all direct child organizational units under a parent organizational unit. This only provides immediate children, not all children.
suspend fun getOrganizationalUnits(argument: suspend GetOrganizationalUnitsPlainArgsBuilder.() -> Unit): GetOrganizationalUnitsResult
Link copied to clipboard
Data source for managing an AWS Organizations Policy. {{% examples %}}
Link copied to clipboard
Get tags attached to the specified AWS Organizations resource.
suspend fun getResourceTags(argument: suspend GetResourceTagsPlainArgsBuilder.() -> Unit): GetResourceTagsResult
suspend fun getResourceTags(resourceId: String, tags: Map<String, String>? = null): GetResourceTagsResult