aws-cdk-lib.aws_groundstation.CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty

interface AwsGroundStationAgentEndpointProperty

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

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 awsGroundStationAgentEndpointProperty: groundstation.CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty = {
  agentStatus: 'agentStatus',
  auditResults: 'auditResults',
  egressAddress: {
    mtu: 123,
    socketAddress: {
      name: 'name',
      port: 123,
    },
  },
  ingressAddress: {
    mtu: 123,
    socketAddress: {
      name: 'name',
      portRange: {
        maximum: 123,
        minimum: 123,
      },
    },
  },
  name: 'name',
};

Properties

NameTypeDescription
agentStatus?stringCfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.AgentStatus.
auditResults?stringCfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.AuditResults.
egressAddress?IResolvable | ConnectionDetailsPropertyCfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.EgressAddress.
ingressAddress?IResolvable | RangedConnectionDetailsPropertyCfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.IngressAddress.
name?stringCfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Name.

agentStatus?

Type: string (optional)

CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.AgentStatus.


auditResults?

Type: string (optional)

CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.AuditResults.


egressAddress?

Type: IResolvable | ConnectionDetailsProperty (optional)

CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.EgressAddress.


ingressAddress?

Type: IResolvable | RangedConnectionDetailsProperty (optional)

CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.IngressAddress.


name?

Type: string (optional)

CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Name.