Show / Hide Table of Contents

Class CfnPortfolioShareProps

Properties for defining a CfnPortfolioShare.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.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 cfnPortfolioShareProps = new CfnPortfolioShareProps {
                 AccountId = "accountId",
                 PortfolioId = "portfolioId",

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

Synopsis

Constructors

CfnPortfolioShareProps()

Properties for defining a CfnPortfolioShare.

Properties

AcceptLanguage

The language code.

AccountId

The AWS account ID.

PortfolioId

The portfolio identifier.

ShareTagOptions

Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.

Constructors

CfnPortfolioShareProps()

Properties for defining a CfnPortfolioShare.

public CfnPortfolioShareProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.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 cfnPortfolioShareProps = new CfnPortfolioShareProps {
                 AccountId = "accountId",
                 PortfolioId = "portfolioId",

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

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-portfolioshare.html#cfn-servicecatalog-portfolioshare-acceptlanguage

    AccountId

    The AWS account ID.

    public string AccountId { get; set; }
    Property Value

    string

    Remarks

    For example, 123456789012 .

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

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

    ShareTagOptions

    Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.

    public object? ShareTagOptions { get; set; }
    Property Value

    object

    Remarks

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

    Implements

    ICfnPortfolioShareProps
    Back to top Generated by DocFX