AWS::GroundStation::MissionProfileAWS Ground Station Mission Profile resource type for CloudFormation.
10 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
Id | string | - |
Region | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
groundstation:CreateMissionProfilegroundstation:GetMissionProfilegroundstation:TagResourceiam:PassRolekms:DescribeKeykms:CreateGrantgroundstation:GetMissionProfilegroundstation:ListTagsForResourcekms:DescribeKeykms:CreateGrantgroundstation:UpdateMissionProfilegroundstation:GetMissionProfilegroundstation:ListTagsForResourcegroundstation:TagResourcegroundstation:UntagResourceiam:PassRolekms:DescribeKeykms:CreateGrantgroundstation:DeleteMissionProfilegroundstation:GetMissionProfilegroundstation:ListMissionProfilesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterId