Show / Hide Table of Contents

Class CfnPortfolioProductAssociationProps

Properties for defining a CfnPortfolioProductAssociation.

Inheritance
object
CfnPortfolioProductAssociationProps
Implements
ICfnPortfolioProductAssociationProps
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 CfnPortfolioProductAssociationProps : ICfnPortfolioProductAssociationProps
Syntax (vb)
Public Class CfnPortfolioProductAssociationProps Implements ICfnPortfolioProductAssociationProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.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 cfnPortfolioProductAssociationProps = new CfnPortfolioProductAssociationProps {
                 PortfolioId = "portfolioId",
                 ProductId = "productId",

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

Synopsis

Constructors

CfnPortfolioProductAssociationProps()

Properties for defining a CfnPortfolioProductAssociation.

Properties

AcceptLanguage

The language code.

PortfolioId

The portfolio identifier.

ProductId

The product identifier.

SourcePortfolioId

The identifier of the source portfolio.

Constructors

CfnPortfolioProductAssociationProps()

Properties for defining a CfnPortfolioProductAssociation.

public CfnPortfolioProductAssociationProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioproductassociation.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 cfnPortfolioProductAssociationProps = new CfnPortfolioProductAssociationProps {
                 PortfolioId = "portfolioId",
                 ProductId = "productId",

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

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-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-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-portfolioproductassociation.html#cfn-servicecatalog-portfolioproductassociation-portfolioid

    ProductId

    The product identifier.

    public string ProductId { get; set; }
    Property Value

    string

    Remarks

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

    SourcePortfolioId

    The identifier of the source portfolio.

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

    string

    Remarks

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

    Implements

    ICfnPortfolioProductAssociationProps
    Back to top Generated by DocFX