class Aws::CloudWatchEvidently::Types::CreateProjectRequest
@note When making an API call, you may pass CreateProjectRequest
data as a hash: { data_delivery: { cloud_watch_logs: { log_group: "CwLogGroupSafeName", }, s3_destination: { bucket: "S3BucketSafeName", prefix: "S3PrefixSafeName", }, }, description: "Description", name: "ProjectName", # required tags: { "TagKey" => "TagValue", }, }
@!attribute [rw] data_delivery
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. @return [Types::ProjectDataDeliveryConfig]
@!attribute [rw] description
An optional description of the project. @return [String]
@!attribute [rw] name
The name for the project. @return [String]
@!attribute [rw] tags
Assigns one or more tags (key-value pairs) to the project. 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 Amazon Web Services and are interpreted strictly as strings of characters. <p>You can associate as many as 50 tags with a project.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a>.</p> @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/CreateProjectRequest AWS API Documentation
Constants
- SENSITIVE