@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.089Z") @Stability(value=Stable) public interface CfnPortfolioPrincipalAssociationProps extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPortfolioPrincipalAssociationProps.Builder
A builder for
CfnPortfolioPrincipalAssociationProps |
static class |
CfnPortfolioPrincipalAssociationProps.Jsii$Proxy
An implementation for
CfnPortfolioPrincipalAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPortfolioPrincipalAssociationProps.Builder |
builder() |
default String |
getAcceptLanguage()
The language code.
|
String |
getPortfolioId()
The portfolio identifier.
|
String |
getPrincipalArn()
The ARN of the principal (IAM user, role, or group).
|
String |
getPrincipalType()
The principal type.
|
@Stability(value=Stable) @NotNull String getPortfolioId()
@Stability(value=Stable) @NotNull String getPrincipalArn()
@Stability(value=Stable) @NotNull String getPrincipalType()
The supported value is IAM .
@Stability(value=Stable) @Nullable default String getAcceptLanguage()
en - English (default)jp - Japanesezh - Chinese@Stability(value=Stable) static CfnPortfolioPrincipalAssociationProps.Builder builder()
Copyright © 2022. All rights reserved.