Interface CfnPortfolioPrincipalAssociationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPortfolioPrincipalAssociationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-17T14:41:00.795Z")
@Stability(Stable)
public interface CfnPortfolioPrincipalAssociationProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnPortfolioPrincipalAssociation.
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.*;
CfnPortfolioPrincipalAssociationProps cfnPortfolioPrincipalAssociationProps = CfnPortfolioPrincipalAssociationProps.builder()
.principalType("principalType")
// the properties below are optional
.acceptLanguage("acceptLanguage")
.portfolioId("portfolioId")
.principalArn("principalArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPortfolioPrincipalAssociationPropsstatic final classAn implementation forCfnPortfolioPrincipalAssociationProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPrincipalType
The principal type.The supported values are
IAMandIAM_PATTERN.- See Also:
-
getAcceptLanguage
The language code.jp- Japanesezh- Chinese
- See Also:
-
getPortfolioId
The portfolio identifier.- See Also:
-
getPrincipalArn
The ARN of the principal ( IAM user, role, or group).- See Also:
-
builder
-