class Aws::GroundStation::Types::CreateMissionProfileRequest
@note When making an API call, you may pass CreateMissionProfileRequest
data as a hash: { contact_post_pass_duration_seconds: 1, contact_pre_pass_duration_seconds: 1, dataflow_edges: [ # required ["ConfigArn"], ], minimum_viable_contact_duration_seconds: 1, # required name: "SafeName", # required tags: { "String" => "String", }, tracking_config_arn: "ConfigArn", # required }
@!attribute [rw] contact_post_pass_duration_seconds
Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished. @return [Integer]
@!attribute [rw] contact_pre_pass_duration_seconds
Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass. @return [Integer]
@!attribute [rw] dataflow_edges
A list of lists of ARNs. Each list of ARNs is an edge, with a *from* `Config` and a *to* `Config`. @return [Array<Array<String>>]
@!attribute [rw] minimum_viable_contact_duration_seconds
Smallest amount of time in seconds that you’d like to see for an available contact. AWS Ground Station will not present you with contacts shorter than this duration. @return [Integer]
@!attribute [rw] name
Name of a mission profile. @return [String]
@!attribute [rw] tags
Tags assigned to a mission profile. @return [Hash<String,String>]
@!attribute [rw] tracking_config_arn
ARN of a tracking `Config`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/CreateMissionProfileRequest AWS API Documentation
Constants
- SENSITIVE