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
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
Remarks
AccountId
The AWS account ID.
string AccountId { get; }
Property Value
Remarks
PortfolioId
The portfolio identifier.
string PortfolioId { get; }
Property Value
Remarks
ShareTagOptions
Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.
object? ShareTagOptions { get; }