We recommend new projects start with resources from the AWS provider.
aws-native.evidently.Project
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::Evidently::Project
Create Project Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Project(name: string, args?: ProjectArgs, opts?: CustomResourceOptions);@overload
def Project(resource_name: str,
            args: Optional[ProjectArgs] = None,
            opts: Optional[ResourceOptions] = None)
@overload
def Project(resource_name: str,
            opts: Optional[ResourceOptions] = None,
            app_config_resource: Optional[ProjectAppConfigResourceObjectArgs] = None,
            data_delivery: Optional[ProjectDataDeliveryObjectArgs] = None,
            description: Optional[str] = None,
            name: Optional[str] = None,
            tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewProject(ctx *Context, name string, args *ProjectArgs, opts ...ResourceOption) (*Project, error)public Project(string name, ProjectArgs? args = null, CustomResourceOptions? opts = null)
public Project(String name, ProjectArgs args)
public Project(String name, ProjectArgs args, CustomResourceOptions options)
type: aws-native:evidently:Project
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ProjectArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ProjectArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ProjectArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProjectArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ProjectArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Project Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Project resource accepts the following input properties:
- AppConfig Pulumi.Resource Aws Native. Evidently. Inputs. Project App Config Resource Object 
- Use this parameter if the project will use client-side evaluation powered by AWS AppConfig . 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:ExportProjectAsConfigurationpermission.
- DataDelivery Pulumi.Aws Native. Evidently. Inputs. Project Data Delivery Object 
- A structure that contains information about where Evidently is to store evaluation events for longer term storage, if you choose to do so. 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 - CloudWatchLogsand- S3Destinationin the same operation.
- Description string
- An optional description of the project.
- Name string
- The name for the project. It can include up to 127 characters.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- An array of key-value pairs to apply to this resource.
- AppConfig ProjectResource App Config Resource Object Args 
- Use this parameter if the project will use client-side evaluation powered by AWS AppConfig . 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:ExportProjectAsConfigurationpermission.
- DataDelivery ProjectData Delivery Object Args 
- A structure that contains information about where Evidently is to store evaluation events for longer term storage, if you choose to do so. 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 - CloudWatchLogsand- S3Destinationin the same operation.
- Description string
- An optional description of the project.
- Name string
- The name for the project. It can include up to 127 characters.
- 
TagArgs 
- An array of key-value pairs to apply to this resource.
- appConfig ProjectResource App Config Resource Object 
- Use this parameter if the project will use client-side evaluation powered by AWS AppConfig . 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:ExportProjectAsConfigurationpermission.
- dataDelivery ProjectData Delivery Object 
- A structure that contains information about where Evidently is to store evaluation events for longer term storage, if you choose to do so. 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 - CloudWatchLogsand- S3Destinationin the same operation.
- description String
- An optional description of the project.
- name String
- The name for the project. It can include up to 127 characters.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- appConfig ProjectResource App Config Resource Object 
- Use this parameter if the project will use client-side evaluation powered by AWS AppConfig . 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:ExportProjectAsConfigurationpermission.
- dataDelivery ProjectData Delivery Object 
- A structure that contains information about where Evidently is to store evaluation events for longer term storage, if you choose to do so. 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 - CloudWatchLogsand- S3Destinationin the same operation.
- description string
- An optional description of the project.
- name string
- The name for the project. It can include up to 127 characters.
- Tag[]
- An array of key-value pairs to apply to this resource.
- app_config_ Projectresource App Config Resource Object Args 
- Use this parameter if the project will use client-side evaluation powered by AWS AppConfig . 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:ExportProjectAsConfigurationpermission.
- data_delivery ProjectData Delivery Object Args 
- A structure that contains information about where Evidently is to store evaluation events for longer term storage, if you choose to do so. 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 - CloudWatchLogsand- S3Destinationin the same operation.
- description str
- An optional description of the project.
- name str
- The name for the project. It can include up to 127 characters.
- 
Sequence[TagArgs] 
- An array of key-value pairs to apply to this resource.
- appConfig Property MapResource 
- Use this parameter if the project will use client-side evaluation powered by AWS AppConfig . 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:ExportProjectAsConfigurationpermission.
- dataDelivery Property Map
- A structure that contains information about where Evidently is to store evaluation events for longer term storage, if you choose to do so. 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 - CloudWatchLogsand- S3Destinationin the same operation.
- description String
- An optional description of the project.
- name String
- The name for the project. It can include up to 127 characters.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the Project resource produces the following output properties:
Supporting Types
ProjectAppConfigResourceObject, ProjectAppConfigResourceObjectArgs          
- ApplicationId string
- The ID of the AWS AppConfig application to use for client-side evaluation.
- EnvironmentId string
- The ID of the AWS AppConfig environment to use for client-side evaluation.
- ApplicationId string
- The ID of the AWS AppConfig application to use for client-side evaluation.
- EnvironmentId string
- The ID of the AWS AppConfig environment to use for client-side evaluation.
- applicationId String
- The ID of the AWS AppConfig application to use for client-side evaluation.
- environmentId String
- The ID of the AWS AppConfig environment to use for client-side evaluation.
- applicationId string
- The ID of the AWS AppConfig application to use for client-side evaluation.
- environmentId string
- The ID of the AWS AppConfig environment to use for client-side evaluation.
- application_id str
- The ID of the AWS AppConfig application to use for client-side evaluation.
- environment_id str
- The ID of the AWS AppConfig environment to use for client-side evaluation.
- applicationId String
- The ID of the AWS AppConfig application to use for client-side evaluation.
- environmentId String
- The ID of the AWS AppConfig environment to use for client-side evaluation.
ProjectDataDeliveryObject, ProjectDataDeliveryObjectArgs        
- LogGroup string
- If the project stores evaluation events in CloudWatch Logs , this structure stores the log group name.
- S3
Pulumi.Aws Native. Evidently. Inputs. Project S3Destination 
- If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
- LogGroup string
- If the project stores evaluation events in CloudWatch Logs , this structure stores the log group name.
- S3
ProjectS3Destination 
- If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
- logGroup String
- If the project stores evaluation events in CloudWatch Logs , this structure stores the log group name.
- s3
ProjectS3Destination 
- If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
- logGroup string
- If the project stores evaluation events in CloudWatch Logs , this structure stores the log group name.
- s3
ProjectS3Destination 
- If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
- log_group str
- If the project stores evaluation events in CloudWatch Logs , this structure stores the log group name.
- s3
ProjectS3Destination 
- If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
- logGroup String
- If the project stores evaluation events in CloudWatch Logs , this structure stores the log group name.
- s3 Property Map
- If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
ProjectS3Destination, ProjectS3DestinationArgs    
- BucketName string
- The name of the bucket in which Evidently stores evaluation events.
- Prefix string
- The bucket prefix in which Evidently stores evaluation events.
- BucketName string
- The name of the bucket in which Evidently stores evaluation events.
- Prefix string
- The bucket prefix in which Evidently stores evaluation events.
- bucketName String
- The name of the bucket in which Evidently stores evaluation events.
- prefix String
- The bucket prefix in which Evidently stores evaluation events.
- bucketName string
- The name of the bucket in which Evidently stores evaluation events.
- prefix string
- The bucket prefix in which Evidently stores evaluation events.
- bucket_name str
- The name of the bucket in which Evidently stores evaluation events.
- prefix str
- The bucket prefix in which Evidently stores evaluation events.
- bucketName String
- The name of the bucket in which Evidently stores evaluation events.
- prefix String
- The bucket prefix in which Evidently stores evaluation events.
Tag, TagArgs  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.