@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-15T10:03:45.278Z") @Stability(value=Stable) public interface CfnPortfolioProductAssociationProps 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.*;
CfnPortfolioProductAssociationProps cfnPortfolioProductAssociationProps = CfnPortfolioProductAssociationProps.builder()
.portfolioId("portfolioId")
.productId("productId")
// the properties below are optional
.acceptLanguage("acceptLanguage")
.sourcePortfolioId("sourcePortfolioId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPortfolioProductAssociationProps.Builder
A builder for
CfnPortfolioProductAssociationProps |
static class |
CfnPortfolioProductAssociationProps.Jsii$Proxy
An implementation for
CfnPortfolioProductAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPortfolioProductAssociationProps.Builder |
builder() |
default String |
getAcceptLanguage()
`AWS::ServiceCatalog::PortfolioProductAssociation.AcceptLanguage`.
|
String |
getPortfolioId()
`AWS::ServiceCatalog::PortfolioProductAssociation.PortfolioId`.
|
String |
getProductId()
`AWS::ServiceCatalog::PortfolioProductAssociation.ProductId`.
|
default String |
getSourcePortfolioId()
`AWS::ServiceCatalog::PortfolioProductAssociation.SourcePortfolioId`.
|
@Stability(value=Stable) @Nullable default String getAcceptLanguage()
@Stability(value=Stable) @NotNull String getPortfolioId()
@Stability(value=Stable) @NotNull String getProductId()
@Stability(value=Stable) @Nullable default String getSourcePortfolioId()
@Stability(value=Stable) static CfnPortfolioProductAssociationProps.Builder builder()
Copyright © 2021. All rights reserved.