Skip to main content

aws_organizations_access_status

Creates, updates, deletes, gets or lists an aws_organizations_access_status resource.

Overview

Nameaws_organizations_access_status
TypeResource
Idaws.servicecatalog.aws_organizations_access_status

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
access_statusstringThe status of the portfolio share feature. (ENABLED, UNDER_CHANGE, DISABLED)

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_aws_organizations_access_statusselectregionGet 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.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

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
;