Show / Hide Table of Contents

Interface IPortfolioShareOptions

Options for portfolio share.

Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPortfolioShareOptions
Syntax (vb)
Public Interface IPortfolioShareOptions
Remarks

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 portfolioShareOptions = new PortfolioShareOptions {
                MessageLanguage = MessageLanguage.EN,
                ShareTagOptions = false
            };

Synopsis

Properties

MessageLanguage

The message language of the share.

ShareTagOptions

Whether to share tagOptions as a part of the portfolio share.

Properties

MessageLanguage

The message language of the share.

MessageLanguage? MessageLanguage { get; }
Property Value

MessageLanguage?

Remarks

Controls status and error message language for share.

Default: - English

ShareTagOptions

Whether to share tagOptions as a part of the portfolio share.

bool? ShareTagOptions { get; }
Property Value

bool?

Remarks

Default: - share not specified

Back to top Generated by DocFX