View Source AWS.RAM (aws-elixir v0.13.1)
This is the Resource Access Manager API Reference.
This documentation provides descriptions and syntax for each of the actions and data types in RAM. RAM is a service that helps you securely share your Amazon Web Services resources across Amazon Web Services accounts. If you have multiple Amazon Web Services accounts, you can use RAM to share those resources with other accounts. If you use Organizations to manage your accounts, then you share your resources with your organization or organizational units (OUs). For supported resource types, you can also share resources with individual Identity and Access Management (IAM) roles an users.
To learn more about RAM, see the following resources:
Link to this section Summary
Functions
Accepts an invitation to a resource share from another Amazon Web Services account.
Adds the specified list of principals and list of resources to a resource share.
Adds or replaces the RAM permission for a resource type included in a resource share.
Creates a resource share.
Deletes the specified resource share.
Disassociates the specified principals or resources from the specified resource share.
Disassociates an RAM permission from a resource share.
Enables resource sharing within your organization in Organizations.
Gets the contents of an RAM permission in JSON format.
Retrieves the resource policies for the specified resources that you own and have shared.
Retrieves the resource and principal associations for resource shares that you own.
Retrieves details about invitations that you have received for resource shares.
Retrieves details about the resource shares that you own or that are shared with you.
Lists the resources in a resource share that is shared with you but for which
the invitation is still PENDING
.
Lists the available versions of the specified RAM permission.
Retrieves a list of available RAM permissions that you can use for the supported resource types.
Lists the principals that you are sharing resources with or that are sharing resources with you.
Lists the RAM permissions that are associated with a resource share.
Lists the resource types that can be shared by RAM.
Lists the resources that you added to a resource share or the resources that are shared with you.
When you attach a resource-based permission policy to a resource, it automatically creates a resource share.
Rejects an invitation to a resource share from another Amazon Web Services account.
Adds the specified tag keys and values to the specified resource share.
Removes the specified tag key and value pairs from the specified resource share.
Modifies some of the properties of the specified resource share.
Link to this section Functions
enable_sharing_with_aws_organization(client, input, options \\ [])
View SourceEnables resource sharing within your organization in Organizations.
Calling this operation enables RAM to retrieve information about the organization and its structure. This lets you share resources with all of the accounts in an organization by specifying the organization's ID, or all of the accounts in an organizational unit (OU) by specifying the OU's ID. Until you enable sharing within the organization, you can specify only individual Amazon Web Services accounts, or for supported resource types, IAM users and roles.
You must call this operation from an IAM user or role in the organization's management account.
Gets the contents of an RAM permission in JSON format.
Retrieves the resource policies for the specified resources that you own and have shared.
Lists the resources in a resource share that is shared with you but for which
the invitation is still PENDING
.
That means that you haven't accepted or rejected the invitation and the invitation hasn't expired.
Lists the available versions of the specified RAM permission.
Retrieves a list of available RAM permissions that you can use for the supported resource types.
Lists the principals that you are sharing resources with or that are sharing resources with you.
Lists the resource types that can be shared by RAM.
Lists the resources that you added to a resource share or the resources that are shared with you.
Adds the specified tag keys and values to the specified resource share.
The tags are attached only to the resource share, not to the resources that are in the resource share.
Removes the specified tag key and value pairs from the specified resource share.