Class CfnPortfolioShareProps
Properties for defining a CfnPortfolioShare
.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPortfolioShareProps : ICfnPortfolioShareProps
Syntax (vb)
Public Class CfnPortfolioShareProps Implements 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
Constructors
CfnPortfolioShareProps() | Properties for defining a |
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
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
Remarks
AccountId
The AWS account ID.
public string AccountId { get; set; }
Property Value
Remarks
PortfolioId
The portfolio identifier.
public string PortfolioId { get; set; }
Property Value
Remarks
ShareTagOptions
Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.
public object? ShareTagOptions { get; set; }