@aws-cdk_aws-servicecatalogappregistry-alpha.ApplicationProps

interface ApplicationProps ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.Servicecatalogappregistry.Alpha.ApplicationProps
Gogithub.com/aws/aws-cdk-go/awscdkservicecatalogappregistryalpha/v2#ApplicationProps
Javasoftware.amazon.awscdk.services.servicecatalogappregistry.alpha.ApplicationProps
Pythonaws_cdk.aws_servicecatalogappregistry_alpha.ApplicationProps
TypeScript (source)@aws-cdk/aws-servicecatalogappregistry-alpha ยป ApplicationProps

Properties for a Service Catalog AppRegistry Application.

Example

const application = new appreg.Application(this, 'MyFirstApplication', {
  applicationName: 'MyFirstApplicationName',
  description: 'description for my application', // the description is optional
});

Properties

NameTypeDescription
applicationName๐Ÿ”นstringEnforces a particular physical application name.
description?๐Ÿ”นstringDescription for application.

applicationName๐Ÿ”น

Type: string

Enforces a particular physical application name.


description?๐Ÿ”น

Type: string (optional, default: No description provided)

Description for application.