MissionProfile

class MissionProfile : KotlinCustomResource

AWS Ground Station Mission Profile resource type for CloudFormation.

Example Usage

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of the mission profile, such as arn:aws:groundstation:us-east-2:1234567890:mission-profile/9940bf3b-d2ba-427e-9906-842b5e5d2296 .

Link copied to clipboard
val awsId: Output<String>

The ID of the mission profile, such as 9940bf3b-d2ba-427e-9906-842b5e5d2296 .

Link copied to clipboard

Post-pass time needed after the contact.

Link copied to clipboard

Pre-pass time needed before the contact.

Link copied to clipboard

A list containing lists of config ARNs. Each list of config ARNs is an edge, with a "from" config and a "to" config.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Visibilities with shorter duration than the specified minimum viable contact duration will be ignored when searching for available contacts.

Link copied to clipboard
val name: Output<String>

A name used to identify a mission profile.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val region: Output<String>

The region of the mission profile.

Link copied to clipboard

The ARN of a KMS Key used for encrypting data during transmission from the source to destination locations.

Link copied to clipboard
val streamsKmsRole: Output<String>?

The ARN of the KMS Key or Alias Key role used to define permissions on KMS Key usage.

Link copied to clipboard
val tags: Output<List<Tag>>?

Tags assigned to the mission profile.

Link copied to clipboard

The ARN of a tracking config objects that defines how to track the satellite through the sky during a contact.

Link copied to clipboard
val urn: Output<String>