Show / Hide Table of Contents

Class CfnLaunchPropsMixin.LaunchGroupObjectProperty

A structure that defines one launch group in a launch.

Inheritance
object
CfnLaunchPropsMixin.LaunchGroupObjectProperty
Implements
CfnLaunchPropsMixin.ILaunchGroupObjectProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.Evidently.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnLaunchPropsMixin.LaunchGroupObjectProperty : CfnLaunchPropsMixin.ILaunchGroupObjectProperty
Syntax (vb)
Public Class CfnLaunchPropsMixin.LaunchGroupObjectProperty Implements CfnLaunchPropsMixin.ILaunchGroupObjectProperty
Remarks

A launch group is a variation of the feature that you are including in the launch.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evidently-launch-launchgroupobject.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.Mixins.Preview.AWS.Evidently.Mixins;

             var launchGroupObjectProperty = new LaunchGroupObjectProperty {
                 Description = "description",
                 Feature = "feature",
                 GroupName = "groupName",
                 Variation = "variation"
             };

Synopsis

Constructors

LaunchGroupObjectProperty()

A structure that defines one launch group in a launch.

Properties

Description

A description of the launch group.

Feature

The feature that this launch is using.

GroupName

A name for this launch group.

Variation

The feature variation to use for this launch group.

Constructors

LaunchGroupObjectProperty()

A structure that defines one launch group in a launch.

public LaunchGroupObjectProperty()
Remarks

A launch group is a variation of the feature that you are including in the launch.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evidently-launch-launchgroupobject.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.Mixins.Preview.AWS.Evidently.Mixins;

             var launchGroupObjectProperty = new LaunchGroupObjectProperty {
                 Description = "description",
                 Feature = "feature",
                 GroupName = "groupName",
                 Variation = "variation"
             };

Properties

Description

A description of the launch group.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evidently-launch-launchgroupobject.html#cfn-evidently-launch-launchgroupobject-description

Feature

The feature that this launch is using.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evidently-launch-launchgroupobject.html#cfn-evidently-launch-launchgroupobject-feature

GroupName

A name for this launch group.

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

string

Remarks

It can include up to 127 characters.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evidently-launch-launchgroupobject.html#cfn-evidently-launch-launchgroupobject-groupname

Variation

The feature variation to use for this launch group.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evidently-launch-launchgroupobject.html#cfn-evidently-launch-launchgroupobject-variation

Implements

CfnLaunchPropsMixin.ILaunchGroupObjectProperty
Back to top Generated by DocFX