AWS Fundamentals Logo
AWS Fundamentals
AWS::GroundStation::Config

GroundStation Config

AWS Ground Station config resource type for CloudFormation.

Properties

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

Filter:
PropertyTypeFlags
ConfigData
ConfigData
Required
Name
string
Required
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
Arnstring-
Idstring-
Typestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

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

create

groundstation:CreateConfiggroundstation:TagResourceiam:PassRole

read

groundstation:GetConfiggroundstation:ListTagsForResource

update

groundstation:UpdateConfiggroundstation:ListTagsForResourcegroundstation:TagResourcegroundstation:UntagResourceiam:PassRole

delete

groundstation:DeleteConfig

list

groundstation:ListConfigs

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

ServiceGroundStation
Properties6
Required2
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

External Links