Class CfnLaunchNotificationConstraintProps
Properties for defining a CfnLaunchNotificationConstraint
.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnLaunchNotificationConstraintProps : ICfnLaunchNotificationConstraintProps
Syntax (vb)
Public Class CfnLaunchNotificationConstraintProps Implements ICfnLaunchNotificationConstraintProps
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 cfnLaunchNotificationConstraintProps = new CfnLaunchNotificationConstraintProps {
NotificationArns = new [] { "notificationArns" },
PortfolioId = "portfolioId",
ProductId = "productId",
// the properties below are optional
AcceptLanguage = "acceptLanguage",
Description = "description"
};
Synopsis
Constructors
CfnLaunchNotificationConstraintProps() | Properties for defining a |
Properties
AcceptLanguage | The language code. |
Description | The description of the constraint. |
NotificationArns | The notification ARNs. |
PortfolioId | The portfolio identifier. |
ProductId | The product identifier. |
Constructors
CfnLaunchNotificationConstraintProps()
Properties for defining a CfnLaunchNotificationConstraint
.
public CfnLaunchNotificationConstraintProps()
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 cfnLaunchNotificationConstraintProps = new CfnLaunchNotificationConstraintProps {
NotificationArns = new [] { "notificationArns" },
PortfolioId = "portfolioId",
ProductId = "productId",
// the properties below are optional
AcceptLanguage = "acceptLanguage",
Description = "description"
};
Properties
AcceptLanguage
The language code.
public string? AcceptLanguage { get; set; }
Property Value
Remarks
Description
The description of the constraint.
public string? Description { get; set; }
Property Value
Remarks
NotificationArns
The notification ARNs.
public string[] NotificationArns { get; set; }
Property Value
string[]
Remarks
PortfolioId
The portfolio identifier.
public string PortfolioId { get; set; }
Property Value
Remarks
ProductId
The product identifier.
public string ProductId { get; set; }