Interface CfnPortfolioPrincipalAssociationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPortfolioPrincipalAssociationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:39.759Z")
@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()
.portfolioId("portfolioId")
.principalArn("principalArn")
.principalType("principalType")
// the properties below are optional
.acceptLanguage("acceptLanguage")
.build();
-
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
-
getPortfolioId
The portfolio identifier. -
getPrincipalArn
The ARN of the principal ( IAM user, role, or group). -
getPrincipalType
The principal type. The supported value isIAM.Allowed Values :
IAM -
getAcceptLanguage
The language code.jp- Japanesezh- Chinese
-
builder
-