DataflowEndpointGroupSecurityDetails

data class DataflowEndpointGroupSecurityDetails(val roleArn: String? = null, val securityGroupIds: List<String>? = null, val subnetIds: List<String>? = null)

Constructors

Link copied to clipboard
constructor(roleArn: String? = null, securityGroupIds: List<String>? = null, subnetIds: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val roleArn: String? = null

The ARN of a role which Ground Station has permission to assume, such as arn:aws:iam::1234567890:role/DataDeliveryServiceRole . Ground Station will assume this role and create an ENI in your VPC on the specified subnet upon creation of a dataflow endpoint group. This ENI is used as the ingress/egress point for data streamed during a satellite contact.

Link copied to clipboard

The security group Ids of the security role, such as sg-1234567890abcdef0 .

Link copied to clipboard
val subnetIds: List<String>? = null

The subnet Ids of the security details, such as subnet-12345678 .