Show / Hide Table of Contents

Interface ICfnPortfolioShareProps

Properties for defining a CfnPortfolioShare.

Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnPortfolioShareProps
Syntax (vb)
Public Interface 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

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.

Properties

AcceptLanguage

The language code.

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

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

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

    object? ShareTagOptions { get; }
    Property Value

    object

    Remarks

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

    Back to top Generated by DocFX