aws_organizations_access_status
Creates, updates, deletes, gets or lists an aws_organizations_access_status resource.
Overview
| Name | aws_organizations_access_status |
| Type | Resource |
| Id | aws.servicecatalog.aws_organizations_access_status |
Fields
The following fields are returned by SELECT queries:
- get_aws_organizations_access_status
| Name | Datatype | Description |
|---|---|---|
access_status | string | The status of the portfolio share feature. (ENABLED, UNDER_CHANGE, DISABLED) |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_aws_organizations_access_status | select | region | Get the Access Status for Organizations portfolio share feature. This API can only be called by the management account in the organization or by a delegated admin. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- get_aws_organizations_access_status
Get the Access Status for Organizations portfolio share feature. This API can only be called by the management account in the organization or by a delegated admin.
SELECT
access_status
FROM aws.servicecatalog.aws_organizations_access_status
WHERE region = '{{ region }}' -- required
;