AWS Fundamentals Logo
AWS Fundamentals
AWS::ResourceExplorer2::Index

ResourceExplorer2 Index

Definition of AWS::ResourceExplorer2::Index Resource Type

Properties

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

Filter:
PropertyTypeFlags
Type
string
Required
Tags
TagMap

Return Values

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

AttributeTypeDescription
Arnstring-
IndexStatestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ResourceExplorer2::Index

Resources:
  MyResource:
    Type: AWS::ResourceExplorer2::Index
    Properties:
      Type: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

resource-explorer-2:CreateIndexresource-explorer-2:GetIndexresource-explorer-2:TagResourceresource-explorer-2:UpdateIndexTyperesource-explorer-2:DeleteIndexiam:CreateServiceLinkedRole

update

resource-explorer-2:GetIndexresource-explorer-2:UpdateIndexTyperesource-explorer-2:TagResourceresource-explorer-2:UntagResourceresource-explorer-2:ListTagsForResource

delete

resource-explorer-2:DeleteIndexresource-explorer-2:GetIndexresource-explorer-2:UntagResource

list

resource-explorer-2:ListIndexes

read

resource-explorer-2:GetIndex

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

ServiceResourceExplorer2
Properties4
Required1
TaggingSupported
Primary IDArn

Supported Operations

CreateUpdateDeleteListRead

External Links