Resource Access Manager (RAM) share targets configuration. Share targets is an accelerator-specific configuration object that can be used for resources provisioned by the accelerator. Share targets allow you to specify multiple accounts and/or organizational units (OUs) as targets for RAM shares. RAM allows you to securely share resources between accounts and OUs within your organization.

The following example would share a resource to all accounts in the organization:

Example

shareTargets:
organizationalUnits:
- Root

Hierarchy

  • ShareTargets

Implements

Constructors

Properties

Constructors

Properties

accounts: string[] = []

Use this property to define one or more accounts as a share target.

organizationalUnits: string[] = []

Use this property to define one or more organizational units (OUs) as a share target. Resources can be consumed each account contained within the OU.

Remarks

Any nested OUs that you would like to share resources to must be explicitly defined in this property. Share targets will not automatically share to nested OUs.

Generated using TypeDoc