Interface ICfnPortfolioProps
Properties for defining a CfnPortfolio.
Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnPortfolioProps
Syntax (vb)
Public Interface 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
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. |
Properties
AcceptLanguage
The language code.
string? AcceptLanguage { get; }
Property Value
Remarks
Description
The description of the portfolio.
string? Description { get; }
Property Value
Remarks
DisplayName
The name to use for display purposes.
string DisplayName { get; }
Property Value
Remarks
ProviderName
The name of the portfolio provider.
string ProviderName { get; }