Show / Hide Table of Contents

Interface ICfnLaunchNotificationConstraintProps

Properties for defining a CfnLaunchNotificationConstraint.

Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnLaunchNotificationConstraintProps
Syntax (vb)
Public Interface ICfnLaunchNotificationConstraintProps
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.AWS.Servicecatalog;

             var cfnLaunchNotificationConstraintProps = new CfnLaunchNotificationConstraintProps {
                 NotificationArns = new [] { "notificationArns" },
                 PortfolioId = "portfolioId",
                 ProductId = "productId",

                 // the properties below are optional
                 AcceptLanguage = "acceptLanguage",
                 Description = "description"
             };

Synopsis

Properties

AcceptLanguage

The language code.

Description

The description of the constraint.

NotificationArns

The notification ARNs.

PortfolioId

The portfolio identifier.

ProductId

The product identifier.

Properties

AcceptLanguage

The language code.

string? AcceptLanguage { get; }
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.

    string? Description { get; }
    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.

    string[] NotificationArns { get; }
    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.

    string PortfolioId { get; }
    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.

    string ProductId { get; }
    Property Value

    string

    Remarks

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

    Back to top Generated by DocFX