aws-cdk-lib.aws_servicecatalog.CfnLaunchNotificationConstraintProps

interface CfnLaunchNotificationConstraintProps

LanguageType name
.NETAmazon.CDK.AWS.Servicecatalog.CfnLaunchNotificationConstraintProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#CfnLaunchNotificationConstraintProps
Javasoftware.amazon.awscdk.services.servicecatalog.CfnLaunchNotificationConstraintProps
Pythonaws_cdk.aws_servicecatalog.CfnLaunchNotificationConstraintProps
TypeScript aws-cdk-lib » aws_servicecatalog » CfnLaunchNotificationConstraintProps

Properties for defining a CfnLaunchNotificationConstraint.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_servicecatalog as servicecatalog } from 'aws-cdk-lib';
const cfnLaunchNotificationConstraintProps: servicecatalog.CfnLaunchNotificationConstraintProps = {
  notificationArns: ['notificationArns'],
  portfolioId: 'portfolioId',
  productId: 'productId',

  // the properties below are optional
  acceptLanguage: 'acceptLanguage',
  description: 'description',
};

Properties

NameTypeDescription
notificationArnsstring[]The notification ARNs.
portfolioIdstringThe portfolio identifier.
productIdstringThe product identifier.
acceptLanguage?stringThe language code.
description?stringThe description of the constraint.

notificationArns

Type: string[]

The notification ARNs.


portfolioId

Type: string

The portfolio identifier.


productId

Type: string

The product identifier.


acceptLanguage?

Type: string (optional)

The language code.

  • jp - Japanese
  • zh - Chinese

description?

Type: string (optional)

The description of the constraint.