1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. servicecatalog
  5. Portfolio

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.59.0
published on Monday, Mar 30, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.59.0
published on Monday, Mar 30, 2026 by Pulumi

    Resource type definition for AWS::ServiceCatalog::Portfolio

    Create Portfolio Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Portfolio(name: string, args: PortfolioArgs, opts?: CustomResourceOptions);
    @overload
    def Portfolio(resource_name: str,
                  args: PortfolioArgs,
                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def Portfolio(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  display_name: Optional[str] = None,
                  provider_name: Optional[str] = None,
                  accept_language: Optional[str] = None,
                  description: Optional[str] = None,
                  tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewPortfolio(ctx *Context, name string, args PortfolioArgs, opts ...ResourceOption) (*Portfolio, error)
    public Portfolio(string name, PortfolioArgs args, CustomResourceOptions? opts = null)
    public Portfolio(String name, PortfolioArgs args)
    public Portfolio(String name, PortfolioArgs args, CustomResourceOptions options)
    
    type: aws-native:servicecatalog:Portfolio
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args PortfolioArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args PortfolioArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args PortfolioArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PortfolioArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PortfolioArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Portfolio Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Portfolio resource accepts the following input properties:

    DisplayName string
    The name to use for display purposes.
    ProviderName string
    The name of the portfolio provider.
    AcceptLanguage string
    The language code.

    • jp - Japanese
    • zh - Chinese
    Description string
    The description of the portfolio.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    One or more tags.
    DisplayName string
    The name to use for display purposes.
    ProviderName string
    The name of the portfolio provider.
    AcceptLanguage string
    The language code.

    • jp - Japanese
    • zh - Chinese
    Description string
    The description of the portfolio.
    Tags TagArgs
    One or more tags.
    displayName String
    The name to use for display purposes.
    providerName String
    The name of the portfolio provider.
    acceptLanguage String
    The language code.

    • jp - Japanese
    • zh - Chinese
    description String
    The description of the portfolio.
    tags List<Tag>
    One or more tags.
    displayName string
    The name to use for display purposes.
    providerName string
    The name of the portfolio provider.
    acceptLanguage string
    The language code.

    • jp - Japanese
    • zh - Chinese
    description string
    The description of the portfolio.
    tags Tag[]
    One or more tags.
    display_name str
    The name to use for display purposes.
    provider_name str
    The name of the portfolio provider.
    accept_language str
    The language code.

    • jp - Japanese
    • zh - Chinese
    description str
    The description of the portfolio.
    tags Sequence[TagArgs]
    One or more tags.
    displayName String
    The name to use for display purposes.
    providerName String
    The name of the portfolio provider.
    acceptLanguage String
    The language code.

    • jp - Japanese
    • zh - Chinese
    description String
    The description of the portfolio.
    tags List<Property Map>
    One or more tags.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Portfolio resource produces the following output properties:

    AwsId string
    The portfolio identifier.
    Id string
    The provider-assigned unique ID for this managed resource.
    PortfolioName string
    The name of the portfolio.
    AwsId string
    The portfolio identifier.
    Id string
    The provider-assigned unique ID for this managed resource.
    PortfolioName string
    The name of the portfolio.
    awsId String
    The portfolio identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    portfolioName String
    The name of the portfolio.
    awsId string
    The portfolio identifier.
    id string
    The provider-assigned unique ID for this managed resource.
    portfolioName string
    The name of the portfolio.
    aws_id str
    The portfolio identifier.
    id str
    The provider-assigned unique ID for this managed resource.
    portfolio_name str
    The name of the portfolio.
    awsId String
    The portfolio identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    portfolioName String
    The name of the portfolio.

    Supporting Types

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.59.0
    published on Monday, Mar 30, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.