Get Organization Result
data class GetOrganizationResult(val accounts: List<GetOrganizationAccount>, val arn: String, val awsServiceAccessPrincipals: List<String>, val enabledPolicyTypes: List<String>, val featureSet: String, val id: String, val masterAccountArn: String, val masterAccountEmail: String, val masterAccountId: String, val nonMasterAccounts: List<GetOrganizationNonMasterAccount>, val roots: List<GetOrganizationRoot>)
A collection of values returned by getOrganization.
Constructors
Link copied to clipboard
fun GetOrganizationResult(accounts: List<GetOrganizationAccount>, arn: String, awsServiceAccessPrincipals: List<String>, enabledPolicyTypes: List<String>, featureSet: String, id: String, masterAccountArn: String, masterAccountEmail: String, masterAccountId: String, nonMasterAccounts: List<GetOrganizationNonMasterAccount>, roots: List<GetOrganizationRoot>)
Types
Properties
Link copied to clipboard
A list of AWS service principal names that have integration enabled with your organization. Organization must have feature_set
set to ALL
. For additional information, see the AWS Organizations User Guide.
Link copied to clipboard
A list of Organizations policy types that are enabled in the Organization Root. Organization must have feature_set
set to ALL
. For additional information about valid policy types (e.g., SERVICE_CONTROL_POLICY
), see the AWS Organizations API Reference.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard