Show / Hide Table of Contents

Class CfnPortfolioProductAssociationMixinProps

Properties for CfnPortfolioProductAssociationPropsMixin.

Inheritance
object
CfnPortfolioProductAssociationMixinProps
Implements
ICfnPortfolioProductAssociationMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.ServiceCatalog.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnPortfolioProductAssociationMixinProps : ICfnPortfolioProductAssociationMixinProps
Syntax (vb)
Public Class CfnPortfolioProductAssociationMixinProps Implements ICfnPortfolioProductAssociationMixinProps
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.Mixins.Preview.AWS.ServiceCatalog.Mixins;

             var cfnPortfolioProductAssociationMixinProps = new CfnPortfolioProductAssociationMixinProps {
                 AcceptLanguage = "acceptLanguage",
                 PortfolioId = "portfolioId",
                 ProductId = "productId",
                 SourcePortfolioId = "sourcePortfolioId"
             };

Synopsis

Constructors

CfnPortfolioProductAssociationMixinProps()

Properties for CfnPortfolioProductAssociationPropsMixin.

Properties

AcceptLanguage

The language code.

PortfolioId

The portfolio identifier.

ProductId

The product identifier.

SourcePortfolioId

The identifier of the source portfolio.

Constructors

CfnPortfolioProductAssociationMixinProps()

Properties for CfnPortfolioProductAssociationPropsMixin.

public CfnPortfolioProductAssociationMixinProps()
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.Mixins.Preview.AWS.ServiceCatalog.Mixins;

             var cfnPortfolioProductAssociationMixinProps = new CfnPortfolioProductAssociationMixinProps {
                 AcceptLanguage = "acceptLanguage",
                 PortfolioId = "portfolioId",
                 ProductId = "productId",
                 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

    ICfnPortfolioProductAssociationMixinProps
    Back to top Generated by DocFX