| Package | Description |
|---|---|
| software.amazon.awscdk.services.evidently |
AWS::Evidently Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnFeature.Builder |
CfnFeature.Builder.create(software.constructs.Construct scope,
String id) |
CfnFeature.Builder |
CfnFeature.Builder.defaultVariation(String defaultVariation)
The name of the variation to use as the default variation.
|
CfnFeature.Builder |
CfnFeature.Builder.description(String description)
An optional description of the feature.
|
CfnFeature.Builder |
CfnFeature.Builder.entityOverrides(IResolvable entityOverrides)
Specify users that should always be served a specific variation of a feature.
|
CfnFeature.Builder |
CfnFeature.Builder.entityOverrides(List<? extends Object> entityOverrides)
Specify users that should always be served a specific variation of a feature.
|
CfnFeature.Builder |
CfnFeature.Builder.evaluationStrategy(String evaluationStrategy)
Specify `ALL_RULES` to activate the traffic allocation specified by any ongoing launches or experiments.
|
CfnFeature.Builder |
CfnFeature.Builder.name(String name)
The name for the feature.
|
CfnFeature.Builder |
CfnFeature.Builder.project(String project)
The name or ARN of the project that is to contain the new feature.
|
CfnFeature.Builder |
CfnFeature.Builder.tags(List<? extends CfnTag> tags)
Assigns one or more tags (key-value pairs) to the feature.
|
CfnFeature.Builder |
CfnFeature.Builder.variations(IResolvable variations)
An array of structures that contain the configuration of the feature's different variations.
|
CfnFeature.Builder |
CfnFeature.Builder.variations(List<? extends Object> variations)
An array of structures that contain the configuration of the feature's different variations.
|
Copyright © 2022. All rights reserved.