Class CfnDataflowEndpointGroupPropsMixin
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.Mixin
software.amazon.awscdk.cfnpropertymixins.services.groundstation.CfnDataflowEndpointGroupPropsMixin
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IMixin
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:59.910Z")
@Stability(Stable)
public class CfnDataflowEndpointGroupPropsMixin
extends Mixin
implements software.constructs.IMixin
Creates a Dataflow Endpoint Group request.
Dataflow endpoint groups contain a list of endpoints. When the name of a dataflow endpoint group is specified in a mission profile, the Ground Station service will connect to the endpoints and flow data during a contact.
For more information about dataflow endpoint groups, see Dataflow Endpoint Groups .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.groundstation.*;
import software.amazon.awscdk.*;
IMergeStrategy mergeStrategy;
CfnDataflowEndpointGroupPropsMixin cfnDataflowEndpointGroupPropsMixin = CfnDataflowEndpointGroupPropsMixin.Builder.create(CfnDataflowEndpointGroupMixinProps.builder()
.contactPostPassDurationSeconds(123)
.contactPrePassDurationSeconds(123)
.endpointDetails(List.of(EndpointDetailsProperty.builder()
.awsGroundStationAgentEndpoint(AwsGroundStationAgentEndpointProperty.builder()
.agentStatus("agentStatus")
.auditResults("auditResults")
.egressAddress(ConnectionDetailsProperty.builder()
.mtu(123)
.socketAddress(SocketAddressProperty.builder()
.name("name")
.port(123)
.build())
.build())
.ingressAddress(RangedConnectionDetailsProperty.builder()
.mtu(123)
.socketAddress(RangedSocketAddressProperty.builder()
.name("name")
.portRange(IntegerRangeProperty.builder()
.maximum(123)
.minimum(123)
.build())
.build())
.build())
.name("name")
.build())
.endpoint(DataflowEndpointProperty.builder()
.address(SocketAddressProperty.builder()
.name("name")
.port(123)
.build())
.mtu(123)
.name("name")
.build())
.securityDetails(SecurityDetailsProperty.builder()
.roleArn("roleArn")
.securityGroupIds(List.of("securityGroupIds"))
.subnetIds(List.of("subnetIds"))
.build())
.build()))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build())
.strategy(mergeStrategy)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceInformation about AwsGroundStationAgentEndpoint.static final classA fluent builder forCfnDataflowEndpointGroupPropsMixin.static interfaceEgress address of AgentEndpoint with an optional mtu.static interfaceContains information such as socket address and name that defines an endpoint.static interfaceThe security details and endpoint information.static interfaceAn integer range that has a minimum and maximum value.static interfaceIngress address of AgentEndpoint with a port range and an optional mtu.static interfaceA socket address with a port range.static interfaceInformation about IAM roles, subnets, and security groups needed for this DataflowEndpointGroup.static interfaceThe address of the endpoint, such as192.168.1.1.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IMixin
software.constructs.IMixin.Jsii$Default, software.constructs.IMixin.Jsii$Proxy -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionCreate a mixin to apply properties toAWS::GroundStation::DataflowEndpointGroup.CfnDataflowEndpointGroupPropsMixin(CfnDataflowEndpointGroupMixinProps props, CfnPropertyMixinOptions options) Create a mixin to apply properties toAWS::GroundStation::DataflowEndpointGroup.protectedCfnDataflowEndpointGroupPropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnDataflowEndpointGroupPropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyTo(software.constructs.IConstruct construct) Apply the mixin properties to the construct.protected CfnDataflowEndpointGroupMixinPropsgetProps()protected IMergeStrategysupports(software.constructs.IConstruct construct) Check if this mixin supports the given construct.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_PROPERTY_KEYS
-
-
Constructor Details
-
CfnDataflowEndpointGroupPropsMixin
protected CfnDataflowEndpointGroupPropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
CfnDataflowEndpointGroupPropsMixin
protected CfnDataflowEndpointGroupPropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnDataflowEndpointGroupPropsMixin
@Stability(Stable) public CfnDataflowEndpointGroupPropsMixin(@NotNull CfnDataflowEndpointGroupMixinProps props, @Nullable CfnPropertyMixinOptions options) Create a mixin to apply properties toAWS::GroundStation::DataflowEndpointGroup.- Parameters:
props- L1 properties to apply. This parameter is required.options- Mixin options.
-
CfnDataflowEndpointGroupPropsMixin
@Stability(Stable) public CfnDataflowEndpointGroupPropsMixin(@NotNull CfnDataflowEndpointGroupMixinProps props) Create a mixin to apply properties toAWS::GroundStation::DataflowEndpointGroup.- Parameters:
props- L1 properties to apply. This parameter is required.
-
-
Method Details
-
applyTo
@Stability(Stable) public void applyTo(@NotNull software.constructs.IConstruct construct) Apply the mixin properties to the construct. -
supports
@Stability(Stable) @NotNull public Boolean supports(@NotNull software.constructs.IConstruct construct) Check if this mixin supports the given construct. -
getProps
-
getStrategy
-