Expand description
Account-partitioned, serializable state for AWS Resource Access Manager.
Models the RAM control plane: resource shares (with their resource and
principal associations and attached permissions), resource-share
invitations, customer-managed permissions (with versions), and tags. AWS
seeds a catalogue of managed default permissions and supported resource
types; those are constant data served from service
rather than stored per-account.
Structs§
- Association
Record - A resource-share / principal association within a share.
- Invitation
Record - A resource-share invitation delivered to an external account.
- Permission
Record - A customer-managed permission with its versions.
- Permission
Version Record - A single version of a customer-managed permission.
- RamSnapshot
- RamState
- The account-scoped RAM state for one AWS account.
- Resource
Share Record - A resource share owned by (or shared with) the account.
Constants§
Functions§
- invitation_
arn - managed_
permission_ arn - ARN for an AWS-managed default permission (partition-scoped, no region/account).
- permission_
arn - ARN for a customer-managed permission.
- resource_
share_ arn