securityGroupIds

@JvmName(name = "clgtaogtldeaicyt")
suspend fun securityGroupIds(value: Output<List<String>>)
@JvmName(name = "anxlykptfnirwmxc")
suspend fun securityGroupIds(value: List<String>)

Parameters

value

The IDs of the security groups that you want Kinesis Data Firehose to use when it creates ENIs in the VPC of the Amazon ES destination. You can use the same security group that the Amazon ES domain uses or different ones. If you specify different security groups here, ensure that they allow outbound HTTPS traffic to the Amazon ES domain's security group. Also ensure that the Amazon ES domain's security group allows HTTPS traffic from the security groups specified here. If you use the same security group for both your delivery stream and the Amazon ES domain, make sure the security group inbound rule allows HTTPS traffic.


@JvmName(name = "cebkvtsqwvhgwrvp")
suspend fun securityGroupIds(vararg values: Output<String>)


@JvmName(name = "yxtuwwbncmedvfgi")
suspend fun securityGroupIds(values: List<Output<String>>)
@JvmName(name = "ytuqbgtmfqyhxuxs")
suspend fun securityGroupIds(vararg values: String)

Parameters

values

The IDs of the security groups that you want Kinesis Data Firehose to use when it creates ENIs in the VPC of the Amazon ES destination. You can use the same security group that the Amazon ES domain uses or different ones. If you specify different security groups here, ensure that they allow outbound HTTPS traffic to the Amazon ES domain's security group. Also ensure that the Amazon ES domain's security group allows HTTPS traffic from the security groups specified here. If you use the same security group for both your delivery stream and the Amazon ES domain, make sure the security group inbound rule allows HTTPS traffic.