Class CfnAcceptedPortfolioShareProps
Properties for defining a CfnAcceptedPortfolioShare
.
Inheritance
System.Object
CfnAcceptedPortfolioShareProps
Implements
Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAcceptedPortfolioShareProps : Object, ICfnAcceptedPortfolioShareProps
Syntax (vb)
Public Class CfnAcceptedPortfolioShareProps
Inherits Object
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
AcceptLanguage | The language code. |
PortfolioId | The portfolio identifier. |
Constructors
CfnAcceptedPortfolioShareProps()
public CfnAcceptedPortfolioShareProps()
Properties
AcceptLanguage
The language code.
public string AcceptLanguage { get; set; }
Property Value
System.String
Remarks
PortfolioId
The portfolio identifier.
public string PortfolioId { get; set; }
Property Value
System.String