class Aws::GroundStation::Types::UpdateMissionProfileRequest

@note When making an API call, you may pass UpdateMissionProfileRequest

data as a hash:

    {
      contact_post_pass_duration_seconds: 1,
      contact_pre_pass_duration_seconds: 1,
      dataflow_edges: [
        ["ConfigArn"],
      ],
      minimum_viable_contact_duration_seconds: 1,
      mission_profile_id: "String", # required
      name: "SafeName",
      tracking_config_arn: "ConfigArn",
    }

@!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 after a contact ends that you’d like to receive a
CloudWatch event indicating the pass has finished.
@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] mission_profile_id

UUID of a mission profile.
@return [String]

@!attribute [rw] name

Name of a mission profile.
@return [String]

@!attribute [rw] tracking_config_arn

ARN of a tracking `Config`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/UpdateMissionProfileRequest AWS API Documentation

Constants

SENSITIVE