| Package | Description |
|---|---|
| com.amazonaws.services.kinesisfirehose.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConfiguration |
VpcConfiguration.clone() |
VpcConfiguration |
AmazonOpenSearchServerlessDestinationConfiguration.getVpcConfiguration() |
VpcConfiguration |
AmazonopensearchserviceDestinationConfiguration.getVpcConfiguration() |
VpcConfiguration |
ElasticsearchDestinationConfiguration.getVpcConfiguration()
The details of the VPC of the Amazon destination.
|
VpcConfiguration |
VpcConfiguration.withRoleARN(String roleARN)
The ARN of the IAM role that you want the delivery stream to use to create endpoints in the destination VPC.
|
VpcConfiguration |
VpcConfiguration.withSecurityGroupIds(Collection<String> securityGroupIds)
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.
|
VpcConfiguration |
VpcConfiguration.withSecurityGroupIds(String... securityGroupIds)
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.
|
VpcConfiguration |
VpcConfiguration.withSubnetIds(Collection<String> subnetIds)
The IDs of the subnets that you want Kinesis Data Firehose to use to create ENIs in the VPC of the Amazon ES
destination.
|
VpcConfiguration |
VpcConfiguration.withSubnetIds(String... subnetIds)
The IDs of the subnets that you want Kinesis Data Firehose to use to create ENIs in the VPC of the Amazon ES
destination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonOpenSearchServerlessDestinationConfiguration.setVpcConfiguration(VpcConfiguration vpcConfiguration) |
void |
AmazonopensearchserviceDestinationConfiguration.setVpcConfiguration(VpcConfiguration vpcConfiguration) |
void |
ElasticsearchDestinationConfiguration.setVpcConfiguration(VpcConfiguration vpcConfiguration)
The details of the VPC of the Amazon destination.
|
AmazonOpenSearchServerlessDestinationConfiguration |
AmazonOpenSearchServerlessDestinationConfiguration.withVpcConfiguration(VpcConfiguration vpcConfiguration) |
AmazonopensearchserviceDestinationConfiguration |
AmazonopensearchserviceDestinationConfiguration.withVpcConfiguration(VpcConfiguration vpcConfiguration) |
ElasticsearchDestinationConfiguration |
ElasticsearchDestinationConfiguration.withVpcConfiguration(VpcConfiguration vpcConfiguration)
The details of the VPC of the Amazon destination.
|
Copyright © 2024. All rights reserved.