Interface ICfnPortfolioPrincipalAssociationProps
Properties for defining a CfnPortfolioPrincipalAssociation.
Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnPortfolioPrincipalAssociationProps
Syntax (vb)
Public Interface ICfnPortfolioPrincipalAssociationProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Servicecatalog;
var cfnPortfolioPrincipalAssociationProps = new CfnPortfolioPrincipalAssociationProps {
PrincipalType = "principalType",
// the properties below are optional
AcceptLanguage = "acceptLanguage",
PortfolioId = "portfolioId",
PrincipalArn = "principalArn"
};
Synopsis
Properties
| AcceptLanguage | The language code. |
| PortfolioId | The portfolio identifier. |
| PrincipalArn | The ARN of the principal ( IAM user, role, or group). |
| PrincipalType | The principal type. |
Properties
AcceptLanguage
The language code.
string? AcceptLanguage { get; }
Property Value
Remarks
PortfolioId
The portfolio identifier.
string? PortfolioId { get; }
Property Value
Remarks
PrincipalArn
The ARN of the principal ( IAM user, role, or group).
string? PrincipalArn { get; }
Property Value
Remarks
PrincipalType
The principal type.
string PrincipalType { get; }
Property Value
Remarks
The supported values are IAM and IAM_PATTERN .