AWS Fundamentals Logo
AWS Fundamentals
AWS::Evidently::Segment

Evidently Segment

Resource Type definition for AWS::Evidently::Segment

Properties

4 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Required
Description
string
Pattern
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Evidently::Segment

Resources:
  MyResource:
    Type: AWS::Evidently::Segment
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

evidently:CreateSegmentevidently:GetSegmentevidently:TagResource

read

evidently:GetSegmentevidently:ListTagsForResource

delete

evidently:DeleteSegmentevidently:GetSegmentevidently:UntagResource

list

evidently:ListSegmentevidently:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceEvidently
Properties5
Required1
TaggingSupported
Primary IDArn

Supported Operations

CreateReadDeleteList

External Links