Show / Hide Table of Contents

Class CfnLaunchNotificationConstraintMixinProps

Properties for CfnLaunchNotificationConstraintPropsMixin.

Inheritance
object
CfnLaunchNotificationConstraintMixinProps
Implements
ICfnLaunchNotificationConstraintMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html

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

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-acceptlanguage

    Description

    The description of the constraint.

    public string? Description { get; set; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-description

    NotificationArns

    The notification ARNs.

    public string[]? NotificationArns { get; set; }
    Property Value

    string[]

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-notificationarns

    PortfolioId

    The portfolio identifier.

    public string? PortfolioId { get; set; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-portfolioid

    ProductId

    The product identifier.

    public string? ProductId { get; set; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html#cfn-servicecatalog-launchnotificationconstraint-productid

    Implements

    ICfnLaunchNotificationConstraintMixinProps
    Back to top Generated by DocFX