Did you find this page useful? Do you have a suggestion? Give us feedback or send us a pull request on GitHub.
First time using the AWS CLI? See the User Guide for help getting started.
[ aws . servicecatalog ]
Shares the specified portfolio with the specified account or organization node. Shares to an organization node can only be created by the master account of an organization or by a delegated administrator. You can share portfolios to an organization, an organizational unit, or a specific account.
Note that if a delegated admin is de-registered, they can no longer create portfolio shares.
AWSOrganizationsAccess
must be enabled in order to create a portfolio share to an organization node.
See also: AWS API Documentation
See ‘aws help’ for descriptions of global parameters.
create-portfolio-share
[--accept-language <value>]
--portfolio-id <value>
[--account-id <value>]
[--organization-node <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
[--cli-auto-prompt <value>]
--accept-language
(string)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
--portfolio-id
(string)
The portfolio identifier.
--account-id
(string)
The AWS account ID. For example,
123456789012
.
--organization-node
(structure)
The organization node to whom you are going to share. If
OrganizationNode
is passed in,PortfolioShare
will be created for the node and its children (when applies), and aPortfolioShareToken
will be returned in the output in order for the administrator to monitor the status of thePortfolioShare
creation process.Type -> (string)
The organization node type.
Value -> (string)
The identifier of the organization node.
Shorthand Syntax:
Type=string,Value=string
JSON Syntax:
{
"Type": "ORGANIZATION"|"ORGANIZATIONAL_UNIT"|"ACCOUNT",
"Value": "string"
}
--cli-input-json
| --cli-input-yaml
(string)
Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton
. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml
.
--generate-cli-skeleton
(string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input
, prints a sample input JSON that can be used as an argument for --cli-input-json
. Similarly, if provided yaml-input
it will print a sample input YAML that can be used with --cli-input-yaml
. If provided with the value output
, it validates the command inputs and returns a sample output JSON for that command.
--cli-auto-prompt
(boolean)
Automatically prompt for CLI input parameters.
See ‘aws help’ for descriptions of global parameters.
To share a portfolio with an account
The following create-portfolio-share
example shares the specified portfolio with the specified account.
aws servicecatalog create-portfolio-share \
--portfolio-id port-2s6abcdef5wdh4 \
--account-id 794123456789
This command produceds no output.
PortfolioShareToken -> (string)
The portfolio share unique identifier. This will only be returned if portfolio is shared to an organization node.