Class CfnDataflowEndpointGroupV2Props.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.groundstation.CfnDataflowEndpointGroupV2Props.Jsii$Proxy
- All Implemented Interfaces:
CfnDataflowEndpointGroupV2Props,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataflowEndpointGroupV2Props
@Stability(Stable)
@Internal
public static final class CfnDataflowEndpointGroupV2Props.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataflowEndpointGroupV2Props
An implementation for
CfnDataflowEndpointGroupV2Props-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.groundstation.CfnDataflowEndpointGroupV2Props
CfnDataflowEndpointGroupV2Props.Builder, CfnDataflowEndpointGroupV2Props.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataflowEndpointGroupV2Props.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberAmount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a POSTPASS state.final NumberAmount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a PREPASS state.final ObjectList of endpoints for the dataflow endpoint group.getTags()Tags assigned to a resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataflowEndpointGroupV2Props.Builder.
-
-
Method Details
-
getContactPostPassDurationSeconds
Description copied from interface:CfnDataflowEndpointGroupV2PropsAmount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a POSTPASS state.- Specified by:
getContactPostPassDurationSecondsin interfaceCfnDataflowEndpointGroupV2Props- See Also:
-
getContactPrePassDurationSeconds
Description copied from interface:CfnDataflowEndpointGroupV2PropsAmount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a PREPASS state.- Specified by:
getContactPrePassDurationSecondsin interfaceCfnDataflowEndpointGroupV2Props- See Also:
-
getEndpoints
Description copied from interface:CfnDataflowEndpointGroupV2PropsList of endpoints for the dataflow endpoint group.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataflowEndpointGroupV2.CreateEndpointDetailsProperty>- Specified by:
getEndpointsin interfaceCfnDataflowEndpointGroupV2Props- See Also:
-
getTags
Description copied from interface:CfnDataflowEndpointGroupV2PropsTags assigned to a resource.- Specified by:
getTagsin interfaceCfnDataflowEndpointGroupV2Props- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-