@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-15T10:03:45.279Z") @Stability(value=Stable) public interface CfnPortfolioProps extends software.amazon.jsii.JsiiSerializable
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.*;
CfnPortfolioProps cfnPortfolioProps = CfnPortfolioProps.builder()
.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 | Interface and Description |
|---|---|
static class |
CfnPortfolioProps.Builder
A builder for
CfnPortfolioProps |
static class |
CfnPortfolioProps.Jsii$Proxy
An implementation for
CfnPortfolioProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPortfolioProps.Builder |
builder() |
default String |
getAcceptLanguage()
`AWS::ServiceCatalog::Portfolio.AcceptLanguage`.
|
default String |
getDescription()
`AWS::ServiceCatalog::Portfolio.Description`.
|
String |
getDisplayName()
`AWS::ServiceCatalog::Portfolio.DisplayName`.
|
String |
getProviderName()
`AWS::ServiceCatalog::Portfolio.ProviderName`.
|
default List<CfnTag> |
getTags()
`AWS::ServiceCatalog::Portfolio.Tags`.
|
@Stability(value=Stable) @Nullable default String getAcceptLanguage()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull String getDisplayName()
@Stability(value=Stable) @NotNull String getProviderName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnPortfolioProps.Builder builder()
CfnPortfolioProps.Builder of CfnPortfolioPropsCopyright © 2021. All rights reserved.