public static final class CfnProject.Builder
extends java.lang.Object
CfnProject
.Modifier and Type | Method and Description |
---|---|
CfnProject.Builder |
appConfigResource(CfnProject.AppConfigResourceObjectProperty appConfigResource)
Use this parameter if the project will use *client-side evaluation powered by AWS AppConfig* .
|
CfnProject.Builder |
appConfigResource(IResolvable appConfigResource)
Use this parameter if the project will use *client-side evaluation powered by AWS AppConfig* .
|
CfnProject |
build() |
static CfnProject.Builder |
create(Construct scope,
java.lang.String id) |
CfnProject.Builder |
dataDelivery(CfnProject.DataDeliveryObjectProperty dataDelivery)
A structure that contains information about where Evidently is to store evaluation events for longer term storage, if you choose to do so.
|
CfnProject.Builder |
dataDelivery(IResolvable dataDelivery)
A structure that contains information about where Evidently is to store evaluation events for longer term storage, if you choose to do so.
|
CfnProject.Builder |
description(java.lang.String description)
An optional description of the project.
|
CfnProject.Builder |
name(java.lang.String name)
The name for the project.
|
CfnProject.Builder |
tags(java.util.List<? extends CfnTag> tags)
Assigns one or more tags (key-value pairs) to the project.
|
public static CfnProject.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnProject.AppConfigResourceObjectProperty.Builder
.public CfnProject.Builder name(java.lang.String name)
It can include up to 127 characters.
name
- The name for the project. This parameter is required.this
public CfnProject.Builder appConfigResource(IResolvable appConfigResource)
Client-side evaluation allows your application to assign variations to user sessions locally instead of by calling the EvaluateFeature operation. This mitigates the latency and availability risks that come with an API call. For more information, see Use client-side evaluation - powered by AWS AppConfig .
This parameter is a structure that contains information about the AWS AppConfig application that will be used as for client-side evaluation.
To create a project that uses client-side evaluation, you must have the evidently:ExportProjectAsConfiguration
permission.
appConfigResource
- Use this parameter if the project will use *client-side evaluation powered by AWS AppConfig* . This parameter is required.this
public CfnProject.Builder appConfigResource(CfnProject.AppConfigResourceObjectProperty appConfigResource)
Client-side evaluation allows your application to assign variations to user sessions locally instead of by calling the EvaluateFeature operation. This mitigates the latency and availability risks that come with an API call. For more information, see Use client-side evaluation - powered by AWS AppConfig .
This parameter is a structure that contains information about the AWS AppConfig application that will be used as for client-side evaluation.
To create a project that uses client-side evaluation, you must have the evidently:ExportProjectAsConfiguration
permission.
appConfigResource
- Use this parameter if the project will use *client-side evaluation powered by AWS AppConfig* . This parameter is required.this
public CfnProject.Builder dataDelivery(IResolvable dataDelivery)
If you choose not to store these events, Evidently deletes them after using them to produce metrics and other experiment results that you can view.
You can't specify both CloudWatchLogs
and S3Destination
in the same operation.
dataDelivery
- A structure that contains information about where Evidently is to store evaluation events for longer term storage, if you choose to do so. This parameter is required.this
public CfnProject.Builder dataDelivery(CfnProject.DataDeliveryObjectProperty dataDelivery)
If you choose not to store these events, Evidently deletes them after using them to produce metrics and other experiment results that you can view.
You can't specify both CloudWatchLogs
and S3Destination
in the same operation.
dataDelivery
- A structure that contains information about where Evidently is to store evaluation events for longer term storage, if you choose to do so. This parameter is required.this
public CfnProject.Builder description(java.lang.String description)
description
- An optional description of the project. This parameter is required.this
public CfnProject.Builder tags(java.util.List<? extends CfnTag> tags)
Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
Tags don't have any semantic meaning to AWS and are interpreted strictly as strings of characters.
You can associate as many as 50 tags with a project.
For more information, see Tagging AWS resources .
tags
- Assigns one or more tags (key-value pairs) to the project. This parameter is required.this
public CfnProject build()