Show / Hide Table of Contents

Interface IApplicationProps

(experimental) Properties for a Service Catalog AppRegistry Application.

Namespace: Amazon.CDK.AWS.Servicecatalogappregistry.Alpha
Assembly: Amazon.CDK.AWS.ServiceCatalogAppRegistry.Alpha.dll
Syntax (csharp)
public interface IApplicationProps
Syntax (vb)
Public Interface IApplicationProps
Remarks

Stability: Experimental

ExampleMetadata: infused

Examples
var application = new Application(this, "MyFirstApplication", new ApplicationProps {
    ApplicationName = "MyFirstApplicationName",
    Description = "description for my application"
});

Synopsis

Properties

ApplicationName

(experimental) Enforces a particular physical application name.

Description

(experimental) Description for application.

Properties

ApplicationName

(experimental) Enforces a particular physical application name.

string ApplicationName { get; }
Property Value

System.String

Remarks

Stability: Experimental

Description

(experimental) Description for application.

virtual string Description { get; }
Property Value

System.String

Remarks

Default: - No description provided

Stability: Experimental

Back to top Generated by DocFX