AWS Fundamentals Logo
AWS Fundamentals
AWS::GroundStation::MissionProfile

GroundStation MissionProfile

AWS Ground Station Mission Profile resource type for CloudFormation.

Properties

10 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
DataflowEdges
Array<DataflowEdge>
Required
MinimumViableContactDurationSeconds
integer
Required
Name
string
Required
TrackingConfigArn
string
Required
ContactPostPassDurationSeconds
integer
ContactPrePassDurationSeconds
integer
StreamsKmsKey
StreamsKmsKey
StreamsKmsRole
string
Tags
Array<Tag>
TelemetrySinkConfigArn
string

Return Values

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

AttributeTypeDescription
Arnstring-
Idstring-
Regionstring-

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::MissionProfile

Resources:
  MyResource:
    Type: AWS::GroundStation::MissionProfile
    Properties:
      Name: "my-name"
      MinimumViableContactDurationSeconds: 1
      DataflowEdges: []
      TrackingConfigArn: "arn:aws:service:region:account:resource"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

groundstation:CreateMissionProfilegroundstation:GetMissionProfilegroundstation:TagResourceiam:PassRolekms:DescribeKeykms:CreateGrant

read

groundstation:GetMissionProfilegroundstation:ListTagsForResourcekms:DescribeKeykms:CreateGrant

update

groundstation:UpdateMissionProfilegroundstation:GetMissionProfilegroundstation:ListTagsForResourcegroundstation:TagResourcegroundstation:UntagResourceiam:PassRolekms:DescribeKeykms:CreateGrant

delete

groundstation:DeleteMissionProfilegroundstation:GetMissionProfile

list

groundstation:ListMissionProfiles

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
Properties13
Required4
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

External Links