Show / Hide Table of Contents

Class CfnAcceptedPortfolioShareProps

Properties for defining a CfnAcceptedPortfolioShare.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.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 cfnAcceptedPortfolioShareProps = new CfnAcceptedPortfolioShareProps {
                 PortfolioId = "portfolioId",

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

Synopsis

Constructors

CfnAcceptedPortfolioShareProps()

Properties for defining a CfnAcceptedPortfolioShare.

Properties

AcceptLanguage

The language code.

PortfolioId

The portfolio identifier.

Constructors

CfnAcceptedPortfolioShareProps()

Properties for defining a CfnAcceptedPortfolioShare.

public CfnAcceptedPortfolioShareProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-acceptedportfolioshare.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 cfnAcceptedPortfolioShareProps = new CfnAcceptedPortfolioShareProps {
                 PortfolioId = "portfolioId",

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

    Implements

    ICfnAcceptedPortfolioShareProps
    Back to top Generated by DocFX