Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.evidently.CfnLaunchPropsMixin.Builder
Packages that use CfnLaunchPropsMixin.Builder
-
Uses of CfnLaunchPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.evidently
Methods in software.amazon.awscdk.cfnpropertymixins.services.evidently that return CfnLaunchPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnLaunchPropsMixin.BuilderCfnLaunchPropsMixin.Builder.create()static CfnLaunchPropsMixin.BuilderCfnLaunchPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnLaunchPropsMixin.Builder.description(String description) An optional description for the launch.CfnLaunchPropsMixin.Builder.executionStatus(CfnLaunchPropsMixin.ExecutionStatusObjectProperty executionStatus) A structure that you can use to start and stop the launch.CfnLaunchPropsMixin.Builder.executionStatus(IResolvable executionStatus) A structure that you can use to start and stop the launch.An array of structures that contains the feature and variations that are to be used for the launch.CfnLaunchPropsMixin.Builder.groups(IResolvable groups) An array of structures that contains the feature and variations that are to be used for the launch.CfnLaunchPropsMixin.Builder.metricMonitors(List<? extends Object> metricMonitors) An array of structures that define the metrics that will be used to monitor the launch performance.CfnLaunchPropsMixin.Builder.metricMonitors(IResolvable metricMonitors) An array of structures that define the metrics that will be used to monitor the launch performance.The name for the launch.The name or ARN of the project that you want to create the launch in.CfnLaunchPropsMixin.Builder.project(IProjectRef project) The name or ARN of the project that you want to create the launch in.CfnLaunchPropsMixin.Builder.randomizationSalt(String randomizationSalt) When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine which variation the user session is served.CfnLaunchPropsMixin.Builder.scheduledSplitsConfig(List<? extends Object> scheduledSplitsConfig) An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.CfnLaunchPropsMixin.Builder.scheduledSplitsConfig(IResolvable scheduledSplitsConfig) An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.Assigns one or more tags (key-value pairs) to the launch.