AWS Fundamentals Logo
AWS Fundamentals
AWS::ControlCatalog::Objective

ControlCatalog Objective

Returns information about an objective in the AWS Control Catalog.

Return Values

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

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) that identifies the objective.
CreateTimestringThe time when the objective was created.
DescriptionstringThe description of the objective.
DomainobjectThe domain that the objective belongs to.
LastUpdateTimestringThe time when the objective was most recently updated.
NamestringThe name of the objective.
ObjectiveIdstringThe unique identifier of the objective.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ControlCatalog::Objective

Resources:
  MyResource:
    Type: AWS::ControlCatalog::Objective
    Properties:

Required IAM Permissions

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

read

controlcatalog:ListObjectives

list

controlcatalog:ListObjectives

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

ServiceControlCatalog
Properties7
Required0
TaggingNot supported
Primary IDArn

Supported Operations

ReadList

External Links