Uses of Class
software.amazon.awscdk.services.groundstation.CfnMissionProfile.Builder
Packages that use CfnMissionProfile.Builder
Package
Description
AWS::GroundStation Construct Library
-
Uses of CfnMissionProfile.Builder in software.amazon.awscdk.services.groundstation
Methods in software.amazon.awscdk.services.groundstation that return CfnMissionProfile.BuilderModifier and TypeMethodDescriptionCfnMissionProfile.Builder.contactPostPassDurationSeconds(Number contactPostPassDurationSeconds) Amount of time in seconds after a contact ends that you’d like to receive a CloudWatch Event indicating the pass has finished.CfnMissionProfile.Builder.contactPrePassDurationSeconds(Number contactPrePassDurationSeconds) Amount of time in seconds prior to contact start that you'd like to receive a CloudWatch Event indicating an upcoming pass.static CfnMissionProfile.BuilderCfnMissionProfile.Builder.dataflowEdges(List<? extends Object> dataflowEdges) A list containing lists of config ARNs.CfnMissionProfile.Builder.dataflowEdges(IResolvable dataflowEdges) A list containing lists of config ARNs.CfnMissionProfile.Builder.minimumViableContactDurationSeconds(Number minimumViableContactDurationSeconds) Minimum length of a contact in seconds that Ground Station will return when listing contacts.The name of the mission profile.CfnMissionProfile.Builder.streamsKmsKey(IResolvable streamsKmsKey) AWS::GroundStation::MissionProfile.StreamsKmsKey.CfnMissionProfile.Builder.streamsKmsKey(CfnMissionProfile.StreamsKmsKeyProperty streamsKmsKey) AWS::GroundStation::MissionProfile.StreamsKmsKey.CfnMissionProfile.Builder.streamsKmsRole(String streamsKmsRole) AWS::GroundStation::MissionProfile.StreamsKmsRole.Tags assigned to the mission profile.CfnMissionProfile.Builder.trackingConfigArn(String trackingConfigArn) The ARN of a tracking config objects that defines how to track the satellite through the sky during a contact.