Show / Hide Table of Contents

Class CfnPortfolioProps

Properties for defining a AWS::ServiceCatalog::Portfolio.

Inheritance
System.Object
CfnPortfolioProps
Implements
ICfnPortfolioProps
Namespace: Amazon.CDK.AWS.ServiceCatalog
Assembly: Amazon.CDK.AWS.ServiceCatalog.dll
Syntax (csharp)
public class CfnPortfolioProps : Object, ICfnPortfolioProps
Syntax (vb)
Public Class CfnPortfolioProps
    Inherits Object
    Implements ICfnPortfolioProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html

Synopsis

Constructors

CfnPortfolioProps()

Properties

AcceptLanguage

AWS::ServiceCatalog::Portfolio.AcceptLanguage.

Description

AWS::ServiceCatalog::Portfolio.Description.

DisplayName

AWS::ServiceCatalog::Portfolio.DisplayName.

ProviderName

AWS::ServiceCatalog::Portfolio.ProviderName.

Tags

AWS::ServiceCatalog::Portfolio.Tags.

Constructors

CfnPortfolioProps()

public CfnPortfolioProps()

Properties

AcceptLanguage

AWS::ServiceCatalog::Portfolio.AcceptLanguage.

public string AcceptLanguage { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-acceptlanguage

Description

AWS::ServiceCatalog::Portfolio.Description.

public string Description { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-description

DisplayName

AWS::ServiceCatalog::Portfolio.DisplayName.

public string DisplayName { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-displayname

ProviderName

AWS::ServiceCatalog::Portfolio.ProviderName.

public string ProviderName { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-providername

Tags

AWS::ServiceCatalog::Portfolio.Tags.

public ICfnTag[] Tags { get; set; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolio.html#cfn-servicecatalog-portfolio-tags

Implements

ICfnPortfolioProps
Back to top Generated by DocFX