AWS::ControlCatalog::ObjectiveReturns information about an objective in the AWS Control Catalog.
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) that identifies the objective. |
CreateTime | string | The time when the objective was created. |
Description | string | The description of the objective. |
Domain | object | The domain that the objective belongs to. |
LastUpdateTime | string | The time when the objective was most recently updated. |
Name | string | The name of the objective. |
ObjectiveId | string | The unique identifier of the objective. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ControlCatalog::Objective
Resources:
MyResource:
Type: AWS::ControlCatalog::Objective
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
controlcatalog:ListObjectivescontrolcatalog:ListObjectivesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn