aws-cdk-lib.aws_groundstation.CfnDataflowEndpointGroup.ConnectionDetailsProperty

interface ConnectionDetailsProperty

LanguageType name
.NETAmazon.CDK.AWS.GroundStation.CfnDataflowEndpointGroup.ConnectionDetailsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#CfnDataflowEndpointGroup_ConnectionDetailsProperty
Javasoftware.amazon.awscdk.services.groundstation.CfnDataflowEndpointGroup.ConnectionDetailsProperty
Pythonaws_cdk.aws_groundstation.CfnDataflowEndpointGroup.ConnectionDetailsProperty
TypeScript aws-cdk-lib » aws_groundstation » CfnDataflowEndpointGroup » ConnectionDetailsProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_groundstation as groundstation } from 'aws-cdk-lib';
const connectionDetailsProperty: groundstation.CfnDataflowEndpointGroup.ConnectionDetailsProperty = {
  mtu: 123,
  socketAddress: {
    name: 'name',
    port: 123,
  },
};

Properties

NameTypeDescription
mtu?numberCfnDataflowEndpointGroup.ConnectionDetailsProperty.Mtu.
socketAddress?IResolvable | SocketAddressPropertyCfnDataflowEndpointGroup.ConnectionDetailsProperty.SocketAddress.

mtu?

Type: number (optional)

CfnDataflowEndpointGroup.ConnectionDetailsProperty.Mtu.


socketAddress?

Type: IResolvable | SocketAddressProperty (optional)

CfnDataflowEndpointGroup.ConnectionDetailsProperty.SocketAddress.