java.lang.Object
software.amazon.jsii.JsiiObject
All Implemented Interfaces:
IConstruct, IDependable, IInspectable, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:39.740Z") @Stability(Stable) public class CfnPortfolio extends CfnResource implements IInspectable
A CloudFormation AWS::ServiceCatalog::Portfolio.

Specifies a portfolio.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.servicecatalog.*;
 CfnPortfolio cfnPortfolio = CfnPortfolio.Builder.create(this, "MyCfnPortfolio")
         .displayName("displayName")
         .providerName("providerName")
         // the properties below are optional
         .acceptLanguage("acceptLanguage")
         .description("description")
         .tags(List.of(CfnTag.builder()
                 .key("key")
                 .value("value")
                 .build()))
         .build();
 
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String CFN_RESOURCE_TYPE_NAME
      The CloudFormation resource type name for this resource class.
  • Constructor Details

    • CfnPortfolio

      protected CfnPortfolio(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnPortfolio

      protected CfnPortfolio(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnPortfolio

      @Stability(Stable) public CfnPortfolio(@NotNull Construct scope, @NotNull String id, @NotNull CfnPortfolioProps props)
      Create a new AWS::ServiceCatalog::Portfolio.

      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      props -
      • resource properties.
      This parameter is required.
  • Method Details

    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      Parameters:
      inspector -
      • tree inspector to collect and process attributes.
      This parameter is required.
    • renderProperties

      @Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
      Overrides:
      renderProperties in class CfnResource
      Parameters:
      props - This parameter is required.
    • getAttrPortfolioName

      @Stability(Stable) @NotNull public String getAttrPortfolioName()
      The name of the portfolio.
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getTags

      @Stability(Stable) @NotNull public TagManager getTags()
      One or more tags.
    • getDisplayName

      @Stability(Stable) @NotNull public String getDisplayName()
      The name to use for display purposes.
    • setDisplayName

      @Stability(Stable) public void setDisplayName(@NotNull String value)
      The name to use for display purposes.
    • getProviderName

      @Stability(Stable) @NotNull public String getProviderName()
      The name of the portfolio provider.
    • setProviderName

      @Stability(Stable) public void setProviderName(@NotNull String value)
      The name of the portfolio provider.
    • getAcceptLanguage

      @Stability(Stable) @Nullable public String getAcceptLanguage()
      The language code.

      • jp - Japanese
      • zh - Chinese
    • setAcceptLanguage

      @Stability(Stable) public void setAcceptLanguage(@Nullable String value)
      The language code.

      • jp - Japanese
      • zh - Chinese
    • getDescription

      @Stability(Stable) @Nullable public String getDescription()
      The description of the portfolio.
    • setDescription

      @Stability(Stable) public void setDescription(@Nullable String value)
      The description of the portfolio.