Class CfnAcceptedPortfolioShareProps
Properties for defining a CfnAcceptedPortfolioShare
.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAcceptedPortfolioShareProps : ICfnAcceptedPortfolioShareProps
Syntax (vb)
Public Class CfnAcceptedPortfolioShareProps Implements ICfnAcceptedPortfolioShareProps
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 cfnAcceptedPortfolioShareProps = new CfnAcceptedPortfolioShareProps {
PortfolioId = "portfolioId",
// the properties below are optional
AcceptLanguage = "acceptLanguage"
};
Synopsis
Constructors
CfnAcceptedPortfolioShareProps() | Properties for defining a |
Properties
AcceptLanguage | The language code. |
PortfolioId | The portfolio identifier. |
Constructors
CfnAcceptedPortfolioShareProps()
Properties for defining a CfnAcceptedPortfolioShare
.
public CfnAcceptedPortfolioShareProps()
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 cfnAcceptedPortfolioShareProps = new CfnAcceptedPortfolioShareProps {
PortfolioId = "portfolioId",
// the properties below are optional
AcceptLanguage = "acceptLanguage"
};
Properties
AcceptLanguage
The language code.
public string? AcceptLanguage { get; set; }
Property Value
Remarks
PortfolioId
The portfolio identifier.
public string PortfolioId { get; set; }