Class CfnPortfolioProps
Properties for defining a CfnPortfolio
.
Inheritance
System.Object
CfnPortfolioProps
Implements
Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPortfolioProps : Object, ICfnPortfolioProps
Syntax (vb)
Public Class CfnPortfolioProps
Inherits Object
Implements ICfnPortfolioProps
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 cfnPortfolioProps = new CfnPortfolioProps {
DisplayName = "displayName",
ProviderName = "providerName",
// the properties below are optional
AcceptLanguage = "acceptLanguage",
Description = "description",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
CfnPortfolioProps() |
Properties
AcceptLanguage | The language code. |
Description | The description of the portfolio. |
DisplayName | The name to use for display purposes. |
ProviderName | The name of the portfolio provider. |
Tags | One or more tags. |
Constructors
CfnPortfolioProps()
public CfnPortfolioProps()
Properties
AcceptLanguage
The language code.
public string AcceptLanguage { get; set; }
Property Value
System.String
Remarks
Description
The description of the portfolio.
public string Description { get; set; }
Property Value
System.String
Remarks
DisplayName
The name to use for display purposes.
public string DisplayName { get; set; }
Property Value
System.String
Remarks
ProviderName
The name of the portfolio provider.
public string ProviderName { get; set; }
Property Value
System.String