AWS::GroundStation::ConfigAWS Ground Station config resource type for CloudFormation.
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ConfigData | ConfigData | Required |
Name | string | Required |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
Id | string | - |
Type | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::GroundStation::Config
Resources:
MyResource:
Type: AWS::GroundStation::Config
Properties:
Name: "my-name"
ConfigData: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
groundstation:CreateConfiggroundstation:TagResourceiam:PassRolegroundstation:GetConfiggroundstation:ListTagsForResourcegroundstation:UpdateConfiggroundstation:ListTagsForResourcegroundstation:TagResourcegroundstation:UntagResourceiam:PassRolegroundstation:DeleteConfiggroundstation:ListConfigsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn