Interface CfnPortfolioPrincipalAssociationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPortfolioPrincipalAssociationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-15T10:25:07.384Z")
@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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPortfolioPrincipalAssociationProps
static final class
An implementation forCfnPortfolioPrincipalAssociationProps
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPortfolioId
The portfolio identifier.- See Also:
-
getPrincipalArn
The ARN of the principal ( IAM user, role, or group).- See Also:
-
getPrincipalType
The principal type.The supported values are
IAM
andIAM_PATTERN
.- See Also:
-
getAcceptLanguage
The language code.jp
- Japanesezh
- Chinese
- See Also:
-
builder
-