@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.087Z") @Stability(value=Stable) public class CfnPortfolio extends CfnResource implements IInspectable
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();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnPortfolio.Builder
A fluent builder for
CfnPortfolio. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnPortfolio(software.constructs.Construct scope,
String id,
CfnPortfolioProps props)
Create a new `AWS::ServiceCatalog::Portfolio`.
|
protected |
CfnPortfolio(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnPortfolio(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptLanguage()
The language code.
|
String |
getAttrPortfolioName()
The name of the portfolio.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
The description of the portfolio.
|
String |
getDisplayName()
The name to use for display purposes.
|
String |
getProviderName()
The name of the portfolio provider.
|
TagManager |
getTags()
One or more tags.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAcceptLanguage(String value)
The language code.
|
void |
setDescription(String value)
The description of the portfolio.
|
void |
setDisplayName(String value)
The name to use for display purposes.
|
void |
setProviderName(String value)
The name of the portfolio provider.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnPortfolio(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnPortfolio(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnPortfolio(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnPortfolioProps props)
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.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrPortfolioName()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getDisplayName()
@Stability(value=Stable)
public void setDisplayName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getProviderName()
@Stability(value=Stable)
public void setProviderName(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getAcceptLanguage()
en - English (default)jp - Japanesezh - Chinese@Stability(value=Stable)
public void setAcceptLanguage(@Nullable
String value)
en - English (default)jp - Japanesezh - Chinese@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
Copyright © 2022. All rights reserved.