@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-21T20:56:26.736Z") @Stability(value=Stable) public class CfnPortfolioPrincipalAssociation extends CfnResource implements IInspectable
Associates the specified principal ARN with the specified portfolio.
If you share the portfolio with principal name sharing enabled, the PrincipalARN association is included in the share.
The PortfolioID , PrincipalARN , and PrincipalType parameters are required.
You can associate a maximum of 10 Principals with a portfolio using PrincipalType as IAM_PATTERN
When you associate a principal with portfolio, a potential privilege escalation path may occur when that portfolio is then shared with other accounts. For a user in a recipient account who is not an AWS Service Catalog Admin, but still has the ability to create Principals (Users/Groups/Roles), that user could create a role that matches a principal name association for the portfolio. Although this user may not know which principal names are associated through AWS Service Catalog , they may be able to guess the user. If this potential escalation path is a concern, then AWS Service Catalog recommends using
PrincipalTypeasIAM. With this configuration, thePrincipalARNmust already exist in the recipient account before it can be associated.
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.*;
CfnPortfolioPrincipalAssociation cfnPortfolioPrincipalAssociation = CfnPortfolioPrincipalAssociation.Builder.create(this, "MyCfnPortfolioPrincipalAssociation")
.portfolioId("portfolioId")
.principalArn("principalArn")
.principalType("principalType")
// the properties below are optional
.acceptLanguage("acceptLanguage")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnPortfolioPrincipalAssociation.Builder
A fluent builder for
CfnPortfolioPrincipalAssociation. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| 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 |
|---|---|
|
CfnPortfolioPrincipalAssociation(Construct scope,
String id,
CfnPortfolioPrincipalAssociationProps props)
Create a new `AWS::ServiceCatalog::PortfolioPrincipalAssociation`.
|
protected |
CfnPortfolioPrincipalAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnPortfolioPrincipalAssociation(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 |
getPrincipalArn()
The ARN of the principal (IAM user, role, or group).
|
String |
getPrincipalType()
The principal type.
|
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 |
setPrincipalArn(String value)
The ARN of the principal (IAM user, role, or group).
|
void |
setPrincipalType(String value)
The principal type.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnPortfolioPrincipalAssociation(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnPortfolioPrincipalAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnPortfolioPrincipalAssociation(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnPortfolioPrincipalAssociationProps 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 getPrincipalArn()
This field allows an ARN with no accountID if PrincipalType is IAM_PATTERN .
You can associate multiple IAM patterns even if the account has no principal with that name. This is useful in Principal Name Sharing if you want to share a principal without creating it in the account that owns the portfolio.
@Stability(value=Stable)
public void setPrincipalArn(@NotNull
String value)
This field allows an ARN with no accountID if PrincipalType is IAM_PATTERN .
You can associate multiple IAM patterns even if the account has no principal with that name. This is useful in Principal Name Sharing if you want to share a principal without creating it in the account that owns the portfolio.
@Stability(value=Stable) @NotNull public String getPrincipalType()
The supported value is IAM if you use a fully defined ARN, or IAM_PATTERN if you use an ARN with no accountID .
@Stability(value=Stable)
public void setPrincipalType(@NotNull
String value)
The supported value is IAM if you use a fully defined ARN, or IAM_PATTERN if you use an ARN with no accountID .
@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 - ChineseCopyright © 2022. All rights reserved.