Show / Hide Table of Contents

Class CfnPortfolioPrincipalAssociationProps

Properties for defining a CfnPortfolioPrincipalAssociation.

Inheritance
object
CfnPortfolioPrincipalAssociationProps
Implements
ICfnPortfolioPrincipalAssociationProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPortfolioPrincipalAssociationProps : ICfnPortfolioPrincipalAssociationProps
Syntax (vb)
Public Class CfnPortfolioPrincipalAssociationProps Implements ICfnPortfolioPrincipalAssociationProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html

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 {
                 PortfolioId = "portfolioId",
                 PrincipalArn = "principalArn",
                 PrincipalType = "principalType",

                 // the properties below are optional
                 AcceptLanguage = "acceptLanguage"
             };

Synopsis

Constructors

CfnPortfolioPrincipalAssociationProps()

Properties for defining a CfnPortfolioPrincipalAssociation.

Properties

AcceptLanguage

The language code.

PortfolioId

The portfolio identifier.

PrincipalArn

The ARN of the principal ( IAM user, role, or group).

PrincipalType

The principal type.

Constructors

CfnPortfolioPrincipalAssociationProps()

Properties for defining a CfnPortfolioPrincipalAssociation.

public CfnPortfolioPrincipalAssociationProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html

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 {
                 PortfolioId = "portfolioId",
                 PrincipalArn = "principalArn",
                 PrincipalType = "principalType",

                 // the properties below are optional
                 AcceptLanguage = "acceptLanguage"
             };

Properties

AcceptLanguage

The language code.

public string? AcceptLanguage { get; set; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-acceptlanguage

    PortfolioId

    The portfolio identifier.

    public string PortfolioId { get; set; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid

    PrincipalArn

    The ARN of the principal ( IAM user, role, or group).

    public string PrincipalArn { get; set; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn

    PrincipalType

    The principal type.

    public string PrincipalType { get; set; }
    Property Value

    string

    Remarks

    The supported values are IAM and IAM_PATTERN .

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype

    Implements

    ICfnPortfolioPrincipalAssociationProps
    Back to top Generated by DocFX