Class CfnLaunchNotificationConstraintMixinProps
Properties for CfnLaunchNotificationConstraintPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ServiceCatalog
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnLaunchNotificationConstraintMixinProps : ICfnLaunchNotificationConstraintMixinProps
Syntax (vb)
Public Class CfnLaunchNotificationConstraintMixinProps Implements ICfnLaunchNotificationConstraintMixinProps
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.CfnPropertyMixins.AWS.ServiceCatalog;
var cfnLaunchNotificationConstraintMixinProps = new CfnLaunchNotificationConstraintMixinProps {
AcceptLanguage = "acceptLanguage",
Description = "description",
NotificationArns = new [] { "notificationArns" },
PortfolioId = "portfolioId",
ProductId = "productId"
};
Synopsis
Constructors
| CfnLaunchNotificationConstraintMixinProps() | Properties for CfnLaunchNotificationConstraintPropsMixin. |
Properties
| AcceptLanguage | The language code. |
| Description | The description of the constraint. |
| NotificationArns | The notification ARNs. |
| PortfolioId | The portfolio identifier. |
| ProductId | The product identifier. |
Constructors
CfnLaunchNotificationConstraintMixinProps()
Properties for CfnLaunchNotificationConstraintPropsMixin.
public CfnLaunchNotificationConstraintMixinProps()
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.CfnPropertyMixins.AWS.ServiceCatalog;
var cfnLaunchNotificationConstraintMixinProps = new CfnLaunchNotificationConstraintMixinProps {
AcceptLanguage = "acceptLanguage",
Description = "description",
NotificationArns = new [] { "notificationArns" },
PortfolioId = "portfolioId",
ProductId = "productId"
};
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; }