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 Ground Station Contact State Change 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 Ground Station Contact State Change 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) KMS key to use for encrypting streams.CfnMissionProfile.Builder.streamsKmsKey(CfnMissionProfile.StreamsKmsKeyProperty streamsKmsKey) KMS key to use for encrypting streams.CfnMissionProfile.Builder.streamsKmsRole(String streamsKmsRole) Role to use for encrypting streams with KMS key.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.CfnMissionProfile.Builder.trackingConfigArn(IConfigRef trackingConfigArn) The ARN of a tracking config objects that defines how to track the satellite through the sky during a contact.