Show / Hide Table of Contents

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

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

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

string

Remarks

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

    PortfolioId

    The portfolio identifier.

    string PortfolioId { get; }
    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).

    string PrincipalArn { get; }
    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.

    string PrincipalType { get; }
    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

    Back to top Generated by DocFX