@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.089Z") @Stability(value=Stable) public class CfnPortfolioProductAssociation extends CfnResource implements IInspectable
Associates the specified product with the specified portfolio.
A delegated admin is authorized to invoke this command.
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.*;
CfnPortfolioProductAssociation cfnPortfolioProductAssociation = CfnPortfolioProductAssociation.Builder.create(this, "MyCfnPortfolioProductAssociation")
.portfolioId("portfolioId")
.productId("productId")
// the properties below are optional
.acceptLanguage("acceptLanguage")
.sourcePortfolioId("sourcePortfolioId")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnPortfolioProductAssociation.Builder
A fluent builder for
CfnPortfolioProductAssociation. |
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 |
|---|---|
|
CfnPortfolioProductAssociation(software.constructs.Construct scope,
String id,
CfnPortfolioProductAssociationProps props)
Create a new `AWS::ServiceCatalog::PortfolioProductAssociation`.
|
protected |
CfnPortfolioProductAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnPortfolioProductAssociation(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptLanguage()
The language code.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getPortfolioId()
The portfolio identifier.
|
String |
getProductId()
The product identifier.
|
String |
getSourcePortfolioId()
The identifier of the source portfolio.
|
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 |
setPortfolioId(String value)
The portfolio identifier.
|
void |
setProductId(String value)
The product identifier.
|
void |
setSourcePortfolioId(String value)
The identifier of the source portfolio.
|
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 CfnPortfolioProductAssociation(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnPortfolioProductAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnPortfolioProductAssociation(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnPortfolioProductAssociationProps 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 protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getPortfolioId()
@Stability(value=Stable)
public void setPortfolioId(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getProductId()
@Stability(value=Stable)
public void setProductId(@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 getSourcePortfolioId()
@Stability(value=Stable)
public void setSourcePortfolioId(@Nullable
String value)
Copyright © 2022. All rights reserved.