OrganizationsFunctions

Functions

Link copied to clipboard

Get a list of AWS accounts that are designated as delegated administrators in this organization

Link copied to clipboard

Get a list the AWS services for which the specified account is a delegated administrator

Link copied to clipboard

Get information about the organization that the user's account belongs to

Link copied to clipboard
Link copied to clipboard

Get all direct child organizational units under a parent organizational unit. This only provides immediate children, not all children.

Link copied to clipboard

Data source for managing an AWS Organizations Policy. {{% examples %}}

suspend fun getPolicy(policyId: String): GetPolicyResult
suspend fun getPolicy(argument: suspend GetPolicyPlainArgsBuilder.() -> Unit): GetPolicyResult
Link copied to clipboard

Get tags attached to the specified AWS Organizations resource.

suspend fun getResourceTags(resourceId: String, tags: Map<String, String>? = null): GetResourceTagsResult