| Modifier and Type | Method and Description |
|---|---|
default IVpc |
ProviderProps.getVpc()
The vpc to provision the lambda functions in.
|
IVpc |
ProviderProps.Jsii$Proxy.getVpc() |
default IVpc |
AwsCustomResourceProps.getVpc()
The vpc to provision the lambda function in.
|
IVpc |
AwsCustomResourceProps.Jsii$Proxy.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
Provider.Builder |
Provider.Builder.vpc(IVpc vpc)
The vpc to provision the lambda functions in.
|
AwsCustomResource.Builder |
AwsCustomResource.Builder.vpc(IVpc vpc)
The vpc to provision the lambda function in.
|
ProviderProps.Builder |
ProviderProps.Builder.vpc(IVpc vpc)
Sets the value of
ProviderProps.getVpc() |
AwsCustomResourceProps.Builder |
AwsCustomResourceProps.Builder.vpc(IVpc vpc)
Sets the value of
AwsCustomResourceProps.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
IVpc |
CodeBuildStep.getVpc()
The VPC where to execute the SimpleSynth.
|
default IVpc |
CodeBuildStepProps.getVpc()
The VPC where to execute the SimpleSynth.
|
IVpc |
CodeBuildStepProps.Jsii$Proxy.getVpc() |
default IVpc |
CodeBuildOptions.getVpc()
The VPC where to create the CodeBuild network interfaces in.
|
IVpc |
CodeBuildOptions.Jsii$Proxy.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
CodeBuildStep.Builder |
CodeBuildStep.Builder.vpc(IVpc vpc)
The VPC where to execute the SimpleSynth.
|
CodeBuildStepProps.Builder |
CodeBuildStepProps.Builder.vpc(IVpc vpc)
Sets the value of
CodeBuildStepProps.getVpc() |
CodeBuildOptions.Builder |
CodeBuildOptions.Builder.vpc(IVpc vpc)
Sets the value of
CodeBuildOptions.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
IVpc |
AutoScalingGroupProps.getVpc()
VPC to launch these instances in.
|
IVpc |
AutoScalingGroupProps.Jsii$Proxy.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroupProps.Builder |
AutoScalingGroupProps.Builder.vpc(IVpc vpc)
Sets the value of
AutoScalingGroupProps.getVpc() |
AutoScalingGroup.Builder |
AutoScalingGroup.Builder.vpc(IVpc vpc)
VPC to launch these instances in.
|
| Modifier and Type | Method and Description |
|---|---|
IVpc |
EdgeFunctionProps.Jsii$Proxy.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
EdgeFunction.Builder |
EdgeFunction.Builder.vpc(IVpc vpc)
VPC network to place Lambda network interfaces.
|
EdgeFunctionProps.Builder |
EdgeFunctionProps.Builder.vpc(IVpc vpc)
Sets the value of
FunctionOptions.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
default IVpc |
CommonProjectProps.getVpc()
VPC network to place codebuild network interfaces.
|
IVpc |
CommonProjectProps.Jsii$Proxy.getVpc() |
IVpc |
ProjectProps.Jsii$Proxy.getVpc() |
IVpc |
PipelineProjectProps.Jsii$Proxy.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
PipelineProject.Builder |
PipelineProject.Builder.vpc(IVpc vpc)
VPC network to place codebuild network interfaces.
|
CommonProjectProps.Builder |
CommonProjectProps.Builder.vpc(IVpc vpc)
Sets the value of
CommonProjectProps.getVpc() |
Project.Builder |
Project.Builder.vpc(IVpc vpc)
VPC network to place codebuild network interfaces.
|
ProjectProps.Builder |
ProjectProps.Builder.vpc(IVpc vpc)
Sets the value of
CommonProjectProps.getVpc() |
PipelineProjectProps.Builder |
PipelineProjectProps.Builder.vpc(IVpc vpc)
Sets the value of
CommonProjectProps.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
IVpc |
DatabaseClusterProps.getVpc()
What subnets to run the DocumentDB instances in.
|
IVpc |
DatabaseClusterProps.Jsii$Proxy.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.vpc(IVpc vpc)
Sets the value of
DatabaseClusterProps.getVpc() |
DatabaseCluster.Builder |
DatabaseCluster.Builder.vpc(IVpc vpc)
What subnets to run the DocumentDB instances in.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IVpc.Jsii$Default
Internal default implementation for
IVpc. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IVpc.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Vpc
Define an AWS Virtual Private Cloud.
|
| Modifier and Type | Method and Description |
|---|---|
static IVpc |
Vpc.fromLookup(software.constructs.Construct scope,
String id,
VpcLookupOptions options)
Import an existing VPC from by querying the AWS environment this stack is deployed to.
|
static IVpc |
Vpc.fromVpcAttributes(software.constructs.Construct scope,
String id,
VpcAttributes attrs)
Import a VPC by supplying all attributes directly.
|
IVpc |
SecurityGroupProps.getVpc()
The VPC in which to create the security group.
|
IVpc |
SecurityGroupProps.Jsii$Proxy.getVpc() |
IVpc |
InstanceProps.getVpc()
VPC to launch the instance in.
|
IVpc |
InstanceProps.Jsii$Proxy.getVpc() |
IVpc |
InterfaceVpcEndpointProps.getVpc()
The VPC network in which the interface endpoint will be used.
|
IVpc |
InterfaceVpcEndpointProps.Jsii$Proxy.getVpc() |
IVpc |
ClientVpnEndpointProps.getVpc()
The VPC to connect to.
|
IVpc |
ClientVpnEndpointProps.Jsii$Proxy.getVpc() |
IVpc |
NetworkAclProps.getVpc()
The VPC in which to create the NetworkACL.
|
IVpc |
NetworkAclProps.Jsii$Proxy.getVpc() |
IVpc |
VpnConnectionProps.getVpc()
The VPC to connect to.
|
IVpc |
VpnConnectionProps.Jsii$Proxy.getVpc() |
IVpc |
BastionHostLinuxProps.getVpc()
VPC to launch the instance in.
|
IVpc |
BastionHostLinuxProps.Jsii$Proxy.getVpc() |
IVpc |
GatewayVpcEndpointProps.getVpc()
The VPC network in which the gateway endpoint will be used.
|
IVpc |
GatewayVpcEndpointProps.Jsii$Proxy.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
static ISecurityGroup |
SecurityGroup.fromLookupByName(software.constructs.Construct scope,
String id,
String securityGroupName,
IVpc vpc)
Look up a security group by name.
|
static FlowLogResourceType |
FlowLogResourceType.fromVpc(IVpc vpc)
The VPC to attach the Flow Log to.
|
SecurityGroupProps.Builder |
SecurityGroupProps.Builder.vpc(IVpc vpc)
Sets the value of
SecurityGroupProps.getVpc() |
Instance.Builder |
Instance.Builder.vpc(IVpc vpc)
VPC to launch the instance in.
|
InstanceProps.Builder |
InstanceProps.Builder.vpc(IVpc vpc)
Sets the value of
InstanceProps.getVpc() |
SecurityGroup.Builder |
SecurityGroup.Builder.vpc(IVpc vpc)
The VPC in which to create the security group.
|
InterfaceVpcEndpointProps.Builder |
InterfaceVpcEndpointProps.Builder.vpc(IVpc vpc)
Sets the value of
InterfaceVpcEndpointProps.getVpc() |
NetworkAcl.Builder |
NetworkAcl.Builder.vpc(IVpc vpc)
The VPC in which to create the NetworkACL.
|
BastionHostLinux.Builder |
BastionHostLinux.Builder.vpc(IVpc vpc)
VPC to launch the instance in.
|
ClientVpnEndpointProps.Builder |
ClientVpnEndpointProps.Builder.vpc(IVpc vpc)
Sets the value of
ClientVpnEndpointProps.getVpc() |
NetworkAclProps.Builder |
NetworkAclProps.Builder.vpc(IVpc vpc)
Sets the value of
NetworkAclProps.getVpc() |
GatewayVpcEndpoint.Builder |
GatewayVpcEndpoint.Builder.vpc(IVpc vpc)
The VPC network in which the gateway endpoint will be used.
|
VpnConnectionProps.Builder |
VpnConnectionProps.Builder.vpc(IVpc vpc)
Sets the value of
VpnConnectionProps.getVpc() |
BastionHostLinuxProps.Builder |
BastionHostLinuxProps.Builder.vpc(IVpc vpc)
Sets the value of
BastionHostLinuxProps.getVpc() |
VpnConnection.Builder |
VpnConnection.Builder.vpc(IVpc vpc)
The VPC to connect to.
|
InterfaceVpcEndpoint.Builder |
InterfaceVpcEndpoint.Builder.vpc(IVpc vpc)
The VPC network in which the interface endpoint will be used.
|
GatewayVpcEndpointProps.Builder |
GatewayVpcEndpointProps.Builder.vpc(IVpc vpc)
Sets the value of
GatewayVpcEndpointProps.getVpc() |
ClientVpnEndpoint.Builder |
ClientVpnEndpoint.Builder.vpc(IVpc vpc)
The VPC to connect to.
|
| Modifier and Type | Method and Description |
|---|---|
IVpc |
Cluster.getVpc()
The VPC associated with the cluster.
|
IVpc |
ClusterAttributes.getVpc()
The VPC associated with the cluster.
|
IVpc |
ClusterAttributes.Jsii$Proxy.getVpc() |
default IVpc |
CloudMapNamespaceOptions.getVpc()
The VPC to associate the namespace with.
|
IVpc |
CloudMapNamespaceOptions.Jsii$Proxy.getVpc() |
default IVpc |
ClusterProps.getVpc()
The VPC where your ECS instances will be running or your ENIs will be deployed.
|
IVpc |
ClusterProps.Jsii$Proxy.getVpc() |
IVpc |
ICluster.getVpc()
The VPC associated with the cluster.
|
IVpc |
ICluster.Jsii$Proxy.getVpc()
The VPC associated with the cluster.
|
default IVpc |
ICluster.Jsii$Default.getVpc()
The VPC associated with the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseService.configureAwsVpcNetworkingWithSecurityGroups(IVpc vpc)
This method is called to create a networkConfiguration.
|
protected void |
ExternalService.configureAwsVpcNetworkingWithSecurityGroups(IVpc _vpc)
Overriden method to throw error as `configureAwsVpcNetworkingWithSecurityGroups` is not supported for external service.
|
protected void |
BaseService.configureAwsVpcNetworkingWithSecurityGroups(IVpc vpc,
Boolean assignPublicIp)
This method is called to create a networkConfiguration.
|
protected void |
ExternalService.configureAwsVpcNetworkingWithSecurityGroups(IVpc _vpc,
Boolean _assignPublicIp)
Overriden method to throw error as `configureAwsVpcNetworkingWithSecurityGroups` is not supported for external service.
|
protected void |
BaseService.configureAwsVpcNetworkingWithSecurityGroups(IVpc vpc,
Boolean assignPublicIp,
SubnetSelection vpcSubnets)
This method is called to create a networkConfiguration.
|
protected void |
ExternalService.configureAwsVpcNetworkingWithSecurityGroups(IVpc _vpc,
Boolean _assignPublicIp,
SubnetSelection _vpcSubnets)
Overriden method to throw error as `configureAwsVpcNetworkingWithSecurityGroups` is not supported for external service.
|
protected void |
BaseService.configureAwsVpcNetworkingWithSecurityGroups(IVpc vpc,
Boolean assignPublicIp,
SubnetSelection vpcSubnets,
List<ISecurityGroup> securityGroups)
This method is called to create a networkConfiguration.
|
protected void |
ExternalService.configureAwsVpcNetworkingWithSecurityGroups(IVpc _vpc,
Boolean _assignPublicIp,
SubnetSelection _vpcSubnets,
List<ISecurityGroup> _securityGroups)
Overriden method to throw error as `configureAwsVpcNetworkingWithSecurityGroups` is not supported for external service.
|
Cluster.Builder |
Cluster.Builder.vpc(IVpc vpc)
The VPC where your ECS instances will be running or your ENIs will be deployed.
|
ClusterAttributes.Builder |
ClusterAttributes.Builder.vpc(IVpc vpc)
Sets the value of
ClusterAttributes.getVpc() |
CloudMapNamespaceOptions.Builder |
CloudMapNamespaceOptions.Builder.vpc(IVpc vpc)
Sets the value of
CloudMapNamespaceOptions.getVpc() |
ClusterProps.Builder |
ClusterProps.Builder.vpc(IVpc vpc)
Sets the value of
ClusterProps.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
IVpc |
ScheduledEc2TaskProps.Jsii$Proxy.getVpc() |
default IVpc |
QueueProcessingServiceBaseProps.getVpc()
The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed.
|
IVpc |
QueueProcessingServiceBaseProps.Jsii$Proxy.getVpc() |
IVpc |
ApplicationLoadBalancedEc2ServiceProps.Jsii$Proxy.getVpc() |
IVpc |
NetworkMultipleTargetGroupsEc2ServiceProps.Jsii$Proxy.getVpc() |
IVpc |
ApplicationMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getVpc() |
IVpc |
QueueProcessingEc2ServiceProps.Jsii$Proxy.getVpc() |
default IVpc |
NetworkMultipleTargetGroupsServiceBaseProps.getVpc()
The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed.
|
IVpc |
NetworkMultipleTargetGroupsServiceBaseProps.Jsii$Proxy.getVpc() |
default IVpc |
NetworkLoadBalancedServiceBaseProps.getVpc()
The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed.
|
IVpc |
NetworkLoadBalancedServiceBaseProps.Jsii$Proxy.getVpc() |
IVpc |
ApplicationMultipleTargetGroupsEc2ServiceProps.Jsii$Proxy.getVpc() |
IVpc |
NetworkLoadBalancedEc2ServiceProps.Jsii$Proxy.getVpc() |
default IVpc |
ApplicationMultipleTargetGroupsServiceBaseProps.getVpc()
The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed.
|
IVpc |
ApplicationMultipleTargetGroupsServiceBaseProps.Jsii$Proxy.getVpc() |
default IVpc |
ScheduledTaskBaseProps.getVpc()
The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed.
|
IVpc |
ScheduledTaskBaseProps.Jsii$Proxy.getVpc() |
IVpc |
ApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getVpc() |
IVpc |
ScheduledFargateTaskProps.Jsii$Proxy.getVpc() |
IVpc |
QueueProcessingFargateServiceProps.Jsii$Proxy.getVpc() |
IVpc |
NetworkLoadBalancedFargateServiceProps.Jsii$Proxy.getVpc() |
IVpc |
NetworkMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getVpc() |
default IVpc |
ApplicationLoadBalancedServiceBaseProps.getVpc()
The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed.
|
IVpc |
ApplicationLoadBalancedServiceBaseProps.Jsii$Proxy.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
protected Cluster |
NetworkLoadBalancedServiceBase.getDefaultCluster(software.constructs.Construct scope,
IVpc vpc)
Returns the default cluster.
|
protected Cluster |
ScheduledTaskBase.getDefaultCluster(software.constructs.Construct scope,
IVpc vpc)
Returns the default cluster.
|
protected Cluster |
ApplicationLoadBalancedServiceBase.getDefaultCluster(software.constructs.Construct scope,
IVpc vpc)
Returns the default cluster.
|
protected Cluster |
NetworkMultipleTargetGroupsServiceBase.getDefaultCluster(software.constructs.Construct scope,
IVpc vpc)
Returns the default cluster.
|
protected Cluster |
ApplicationMultipleTargetGroupsServiceBase.getDefaultCluster(software.constructs.Construct scope,
IVpc vpc)
Returns the default cluster.
|
protected Cluster |
QueueProcessingServiceBase.getDefaultCluster(software.constructs.Construct scope,
IVpc vpc)
Returns the default cluster.
|
ScheduledEc2TaskProps.Builder |
ScheduledEc2TaskProps.Builder.vpc(IVpc vpc)
Sets the value of
ScheduledTaskBaseProps.getVpc() |
QueueProcessingServiceBaseProps.Builder |
QueueProcessingServiceBaseProps.Builder.vpc(IVpc vpc)
Sets the value of
QueueProcessingServiceBaseProps.getVpc() |
ApplicationLoadBalancedEc2ServiceProps.Builder |
ApplicationLoadBalancedEc2ServiceProps.Builder.vpc(IVpc vpc)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getVpc() |
NetworkMultipleTargetGroupsFargateService.Builder |
NetworkMultipleTargetGroupsFargateService.Builder.vpc(IVpc vpc)
The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed.
|
NetworkLoadBalancedEc2Service.Builder |
NetworkLoadBalancedEc2Service.Builder.vpc(IVpc vpc)
The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed.
|
ApplicationMultipleTargetGroupsFargateService.Builder |
ApplicationMultipleTargetGroupsFargateService.Builder.vpc(IVpc vpc)
The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed.
|
NetworkMultipleTargetGroupsEc2ServiceProps.Builder |
NetworkMultipleTargetGroupsEc2ServiceProps.Builder.vpc(IVpc vpc)
Sets the value of
NetworkMultipleTargetGroupsServiceBaseProps.getVpc() |
NetworkMultipleTargetGroupsEc2Service.Builder |
NetworkMultipleTargetGroupsEc2Service.Builder.vpc(IVpc vpc)
The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed.
|
ScheduledEc2Task.Builder |
ScheduledEc2Task.Builder.vpc(IVpc vpc)
The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed.
|
ApplicationMultipleTargetGroupsFargateServiceProps.Builder |
ApplicationMultipleTargetGroupsFargateServiceProps.Builder.vpc(IVpc vpc)
Sets the value of
ApplicationMultipleTargetGroupsServiceBaseProps.getVpc() |
QueueProcessingEc2ServiceProps.Builder |
QueueProcessingEc2ServiceProps.Builder.vpc(IVpc vpc)
Sets the value of
QueueProcessingServiceBaseProps.getVpc() |
ApplicationLoadBalancedEc2Service.Builder |
ApplicationLoadBalancedEc2Service.Builder.vpc(IVpc vpc)
The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed.
|
NetworkMultipleTargetGroupsServiceBaseProps.Builder |
NetworkMultipleTargetGroupsServiceBaseProps.Builder.vpc(IVpc vpc)
Sets the value of
NetworkMultipleTargetGroupsServiceBaseProps.getVpc() |
NetworkLoadBalancedServiceBaseProps.Builder |
NetworkLoadBalancedServiceBaseProps.Builder.vpc(IVpc vpc)
Sets the value of
NetworkLoadBalancedServiceBaseProps.getVpc() |
ApplicationLoadBalancedFargateService.Builder |
ApplicationLoadBalancedFargateService.Builder.vpc(IVpc vpc)
The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed.
|
QueueProcessingFargateService.Builder |
QueueProcessingFargateService.Builder.vpc(IVpc vpc)
The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed.
|
ApplicationMultipleTargetGroupsEc2ServiceProps.Builder |
ApplicationMultipleTargetGroupsEc2ServiceProps.Builder.vpc(IVpc vpc)
Sets the value of
ApplicationMultipleTargetGroupsServiceBaseProps.getVpc() |
NetworkLoadBalancedEc2ServiceProps.Builder |
NetworkLoadBalancedEc2ServiceProps.Builder.vpc(IVpc vpc)
Sets the value of
NetworkLoadBalancedServiceBaseProps.getVpc() |
ApplicationMultipleTargetGroupsServiceBaseProps.Builder |
ApplicationMultipleTargetGroupsServiceBaseProps.Builder.vpc(IVpc vpc)
Sets the value of
ApplicationMultipleTargetGroupsServiceBaseProps.getVpc() |
NetworkLoadBalancedFargateService.Builder |
NetworkLoadBalancedFargateService.Builder.vpc(IVpc vpc)
The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed.
|
ScheduledTaskBaseProps.Builder |
ScheduledTaskBaseProps.Builder.vpc(IVpc vpc)
Sets the value of
ScheduledTaskBaseProps.getVpc() |
ScheduledFargateTask.Builder |
ScheduledFargateTask.Builder.vpc(IVpc vpc)
The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed.
|
ApplicationLoadBalancedFargateServiceProps.Builder |
ApplicationLoadBalancedFargateServiceProps.Builder.vpc(IVpc vpc)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getVpc() |
QueueProcessingEc2Service.Builder |
QueueProcessingEc2Service.Builder.vpc(IVpc vpc)
The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed.
|
ScheduledFargateTaskProps.Builder |
ScheduledFargateTaskProps.Builder.vpc(IVpc vpc)
Sets the value of
ScheduledTaskBaseProps.getVpc() |
QueueProcessingFargateServiceProps.Builder |
QueueProcessingFargateServiceProps.Builder.vpc(IVpc vpc)
Sets the value of
QueueProcessingServiceBaseProps.getVpc() |
ApplicationMultipleTargetGroupsEc2Service.Builder |
ApplicationMultipleTargetGroupsEc2Service.Builder.vpc(IVpc vpc)
The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed.
|
NetworkLoadBalancedFargateServiceProps.Builder |
NetworkLoadBalancedFargateServiceProps.Builder.vpc(IVpc vpc)
Sets the value of
NetworkLoadBalancedServiceBaseProps.getVpc() |
NetworkMultipleTargetGroupsFargateServiceProps.Builder |
NetworkMultipleTargetGroupsFargateServiceProps.Builder.vpc(IVpc vpc)
Sets the value of
NetworkMultipleTargetGroupsServiceBaseProps.getVpc() |
ApplicationLoadBalancedServiceBaseProps.Builder |
ApplicationLoadBalancedServiceBaseProps.Builder.vpc(IVpc vpc)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
IVpc |
FileSystemProps.getVpc()
VPC to launch the file system in.
|
IVpc |
FileSystemProps.Jsii$Proxy.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
FileSystem.Builder |
FileSystem.Builder.vpc(IVpc vpc)
VPC to launch the file system in.
|
FileSystemProps.Builder |
FileSystemProps.Builder.vpc(IVpc vpc)
Sets the value of
FileSystemProps.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
IVpc |
Cluster.getVpc()
The VPC in which this Cluster was created.
|
default IVpc |
ClusterAttributes.getVpc()
The VPC in which this Cluster was created.
|
IVpc |
ClusterAttributes.Jsii$Proxy.getVpc() |
default IVpc |
CommonClusterOptions.getVpc()
The VPC in which to create the Cluster.
|
IVpc |
CommonClusterOptions.Jsii$Proxy.getVpc() |
IVpc |
ClusterProps.Jsii$Proxy.getVpc() |
IVpc |
FargateClusterProps.Jsii$Proxy.getVpc() |
IVpc |
FargateProfileProps.Jsii$Proxy.getVpc() |
IVpc |
ClusterOptions.Jsii$Proxy.getVpc() |
default IVpc |
FargateProfileOptions.getVpc()
The VPC from which to select subnets to launch your pods into.
|
IVpc |
FargateProfileOptions.Jsii$Proxy.getVpc() |
IVpc |
ICluster.getVpc()
The VPC in which this Cluster was created.
|
IVpc |
ICluster.Jsii$Proxy.getVpc()
The VPC in which this Cluster was created.
|
default IVpc |
ICluster.Jsii$Default.getVpc()
The VPC in which this Cluster was created.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.vpc(IVpc vpc)
The VPC in which to create the Cluster.
|
ClusterAttributes.Builder |
ClusterAttributes.Builder.vpc(IVpc vpc)
Sets the value of
ClusterAttributes.getVpc() |
CommonClusterOptions.Builder |
CommonClusterOptions.Builder.vpc(IVpc vpc)
Sets the value of
CommonClusterOptions.getVpc() |
ClusterProps.Builder |
ClusterProps.Builder.vpc(IVpc vpc)
Sets the value of
CommonClusterOptions.getVpc() |
FargateClusterProps.Builder |
FargateClusterProps.Builder.vpc(IVpc vpc)
Sets the value of
CommonClusterOptions.getVpc() |
FargateProfileProps.Builder |
FargateProfileProps.Builder.vpc(IVpc vpc)
Sets the value of
FargateProfileOptions.getVpc() |
ClusterOptions.Builder |
ClusterOptions.Builder.vpc(IVpc vpc)
Sets the value of
CommonClusterOptions.getVpc() |
FargateCluster.Builder |
FargateCluster.Builder.vpc(IVpc vpc)
The VPC in which to create the Cluster.
|
FargateProfileOptions.Builder |
FargateProfileOptions.Builder.vpc(IVpc vpc)
Sets the value of
FargateProfileOptions.getVpc() |
FargateProfile.Builder |
FargateProfile.Builder.vpc(IVpc vpc)
The VPC from which to select subnets to launch your pods into.
|
| Modifier and Type | Method and Description |
|---|---|
IVpc |
LoadBalancerProps.getVpc()
VPC network of the fleet instances.
|
IVpc |
LoadBalancerProps.Jsii$Proxy.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerProps.Builder |
LoadBalancerProps.Builder.vpc(IVpc vpc)
Sets the value of
LoadBalancerProps.getVpc() |
LoadBalancer.Builder |
LoadBalancer.Builder.vpc(IVpc vpc)
VPC network of the fleet instances.
|
| Modifier and Type | Method and Description |
|---|---|
default IVpc |
NetworkLoadBalancerAttributes.getVpc()
The VPC to associate with the load balancer.
|
IVpc |
NetworkLoadBalancerAttributes.Jsii$Proxy.getVpc() |
IVpc |
NetworkLoadBalancerProps.Jsii$Proxy.getVpc() |
IVpc |
BaseLoadBalancer.getVpc()
The VPC this load balancer has been created in.
|
default IVpc |
IApplicationLoadBalancer.getVpc()
The VPC this load balancer has been created in (if available).
|
IVpc |
IApplicationLoadBalancer.Jsii$Proxy.getVpc()
The VPC this load balancer has been created in (if available).
|
default IVpc |
IApplicationLoadBalancer.Jsii$Default.getVpc()
The VPC this load balancer has been created in (if available).
|
default IVpc |
BaseTargetGroupProps.getVpc()
The virtual private cloud (VPC).
|
IVpc |
BaseTargetGroupProps.Jsii$Proxy.getVpc() |
default IVpc |
INetworkLoadBalancer.getVpc()
The VPC this load balancer has been created in (if available).
|
IVpc |
INetworkLoadBalancer.Jsii$Proxy.getVpc()
The VPC this load balancer has been created in (if available).
|
default IVpc |
INetworkLoadBalancer.Jsii$Default.getVpc()
The VPC this load balancer has been created in (if available).
|
IVpc |
ApplicationLoadBalancerProps.Jsii$Proxy.getVpc() |
IVpc |
BaseLoadBalancerProps.getVpc()
The VPC network to place the load balancer in.
|
IVpc |
BaseLoadBalancerProps.Jsii$Proxy.getVpc() |
IVpc |
ApplicationTargetGroupProps.Jsii$Proxy.getVpc() |
default IVpc |
ApplicationLoadBalancerAttributes.getVpc()
The VPC this load balancer has been created in, if available.
|
IVpc |
ApplicationLoadBalancerAttributes.Jsii$Proxy.getVpc() |
IVpc |
NetworkTargetGroupProps.Jsii$Proxy.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
NetworkLoadBalancerAttributes.Builder |
NetworkLoadBalancerAttributes.Builder.vpc(IVpc vpc)
Sets the value of
NetworkLoadBalancerAttributes.getVpc() |
NetworkLoadBalancerProps.Builder |
NetworkLoadBalancerProps.Builder.vpc(IVpc vpc)
Sets the value of
BaseLoadBalancerProps.getVpc() |
NetworkTargetGroup.Builder |
NetworkTargetGroup.Builder.vpc(IVpc vpc)
The virtual private cloud (VPC).
|
ApplicationTargetGroup.Builder |
ApplicationTargetGroup.Builder.vpc(IVpc vpc)
The virtual private cloud (VPC).
|
BaseTargetGroupProps.Builder |
BaseTargetGroupProps.Builder.vpc(IVpc vpc)
Sets the value of
BaseTargetGroupProps.getVpc() |
ApplicationLoadBalancer.Builder |
ApplicationLoadBalancer.Builder.vpc(IVpc vpc)
The VPC network to place the load balancer in.
|
ApplicationLoadBalancerProps.Builder |
ApplicationLoadBalancerProps.Builder.vpc(IVpc vpc)
Sets the value of
BaseLoadBalancerProps.getVpc() |
NetworkLoadBalancer.Builder |
NetworkLoadBalancer.Builder.vpc(IVpc vpc)
The VPC network to place the load balancer in.
|
BaseLoadBalancerProps.Builder |
BaseLoadBalancerProps.Builder.vpc(IVpc vpc)
Sets the value of
BaseLoadBalancerProps.getVpc() |
ApplicationTargetGroupProps.Builder |
ApplicationTargetGroupProps.Builder.vpc(IVpc vpc)
Sets the value of
BaseTargetGroupProps.getVpc() |
ApplicationLoadBalancerAttributes.Builder |
ApplicationLoadBalancerAttributes.Builder.vpc(IVpc vpc)
Sets the value of
ApplicationLoadBalancerAttributes.getVpc() |
NetworkTargetGroupProps.Builder |
NetworkTargetGroupProps.Builder.vpc(IVpc vpc)
Sets the value of
BaseTargetGroupProps.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
default IVpc |
DomainProps.getVpc()
Deprecated.
use opensearchservice module instead
|
IVpc |
DomainProps.Jsii$Proxy.getVpc()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DomainProps.Builder |
DomainProps.Builder.vpc(IVpc vpc)
Deprecated.
use opensearchservice module instead
|
Domain.Builder |
Domain.Builder.vpc(IVpc vpc)
Deprecated.
use opensearchservice module instead
|
| Modifier and Type | Method and Description |
|---|---|
IVpc |
LustreFileSystemProps.Jsii$Proxy.getVpc() |
IVpc |
FileSystemProps.getVpc()
The VPC to launch the file system in.
|
IVpc |
FileSystemProps.Jsii$Proxy.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
LustreFileSystemProps.Builder |
LustreFileSystemProps.Builder.vpc(IVpc vpc)
Sets the value of
FileSystemProps.getVpc() |
FileSystemProps.Builder |
FileSystemProps.Builder.vpc(IVpc vpc)
Sets the value of
FileSystemProps.getVpc() |
LustreFileSystem.Builder |
LustreFileSystem.Builder.vpc(IVpc vpc)
The VPC to launch the file system in.
|
| Modifier and Type | Method and Description |
|---|---|
IPeer |
EndpointGroup.connectionsPeer(String id,
IVpc vpc)
Return an object that represents the Accelerator's Security Group.
|
| Modifier and Type | Method and Description |
|---|---|
default IVpc |
FunctionOptions.getVpc()
VPC network to place Lambda network interfaces.
|
IVpc |
FunctionOptions.Jsii$Proxy.getVpc() |
IVpc |
DockerImageFunctionProps.Jsii$Proxy.getVpc() |
IVpc |
SingletonFunctionProps.Jsii$Proxy.getVpc() |
IVpc |
FunctionProps.Jsii$Proxy.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
Function.Builder |
Function.Builder.vpc(IVpc vpc)
VPC network to place Lambda network interfaces.
|
FunctionOptions.Builder |
FunctionOptions.Builder.vpc(IVpc vpc)
Sets the value of
FunctionOptions.getVpc() |
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.vpc(IVpc vpc)
Sets the value of
FunctionOptions.getVpc() |
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.vpc(IVpc vpc)
Sets the value of
FunctionOptions.getVpc() |
FunctionProps.Builder |
FunctionProps.Builder.vpc(IVpc vpc)
Sets the value of
FunctionOptions.getVpc() |
SingletonFunction.Builder |
SingletonFunction.Builder.vpc(IVpc vpc)
VPC network to place Lambda network interfaces.
|
DockerImageFunction.Builder |
DockerImageFunction.Builder.vpc(IVpc vpc)
VPC network to place Lambda network interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
default IVpc |
SelfManagedKafkaEventSourceProps.getVpc()
If your Kafka brokers are only reachable via VPC provide the VPC here.
|
IVpc |
SelfManagedKafkaEventSourceProps.Jsii$Proxy.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
SelfManagedKafkaEventSource.Builder |
SelfManagedKafkaEventSource.Builder.vpc(IVpc vpc)
If your Kafka brokers are only reachable via VPC provide the VPC here.
|
SelfManagedKafkaEventSourceProps.Builder |
SelfManagedKafkaEventSourceProps.Builder.vpc(IVpc vpc)
Sets the value of
SelfManagedKafkaEventSourceProps.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
IVpc |
NodejsFunctionProps.Jsii$Proxy.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.vpc(IVpc vpc)
Sets the value of
FunctionOptions.getVpc() |
NodejsFunction.Builder |
NodejsFunction.Builder.vpc(IVpc vpc)
VPC network to place Lambda network interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
default IVpc |
DomainProps.getVpc()
Place the domain inside this VPC.
|
IVpc |
DomainProps.Jsii$Proxy.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
DomainProps.Builder |
DomainProps.Builder.vpc(IVpc vpc)
Sets the value of
DomainProps.getVpc() |
Domain.Builder |
Domain.Builder.vpc(IVpc vpc)
Place the domain inside this VPC.
|
| Modifier and Type | Method and Description |
|---|---|
IVpc |
DatabaseProxyProps.Jsii$Proxy.getVpc() |
IVpc |
DatabaseProxyOptions.getVpc()
The VPC to associate with the new proxy.
|
IVpc |
DatabaseProxyOptions.Jsii$Proxy.getVpc() |
default IVpc |
ServerlessClusterFromSnapshotProps.getVpc()
The VPC that this Aurora Serverless cluster has been created in.
|
IVpc |
ServerlessClusterFromSnapshotProps.Jsii$Proxy.getVpc() |
IVpc |
DatabaseClusterFromSnapshot.getVpc()
The VPC network to place the cluster in.
|
IVpc |
InstanceProps.getVpc()
What subnets to run the RDS instances in.
|
IVpc |
InstanceProps.Jsii$Proxy.getVpc() |
IVpc |
DatabaseInstanceReadReplica.getVpc()
The VPC where this database instance is deployed.
|
IVpc |
DatabaseInstanceProps.Jsii$Proxy.getVpc() |
IVpc |
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getVpc() |
default IVpc |
OptionConfiguration.getVpc()
The VPC where a security group should be created for this option.
|
IVpc |
OptionConfiguration.Jsii$Proxy.getVpc() |
IVpc |
DatabaseInstanceSourceProps.Jsii$Proxy.getVpc() |
IVpc |
DatabaseInstanceReadReplicaProps.Jsii$Proxy.getVpc() |
IVpc |
DatabaseInstanceNewProps.getVpc()
The VPC network where the DB subnet group should be created.
|
IVpc |
DatabaseInstanceNewProps.Jsii$Proxy.getVpc() |
IVpc |
DatabaseCluster.getVpc()
The VPC network to place the cluster in.
|
IVpc |
DatabaseInstanceFromSnapshot.getVpc()
The VPC where this database instance is deployed.
|
default IVpc |
ServerlessClusterProps.getVpc()
The VPC that this Aurora Serverless cluster has been created in.
|
IVpc |
ServerlessClusterProps.Jsii$Proxy.getVpc() |
IVpc |
DatabaseInstance.getVpc()
The VPC where this database instance is deployed.
|
IVpc |
SubnetGroupProps.getVpc()
The VPC to place the subnet group in.
|
IVpc |
SubnetGroupProps.Jsii$Proxy.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseProxyProps.Builder |
DatabaseProxyProps.Builder.vpc(IVpc vpc)
Sets the value of
DatabaseProxyOptions.getVpc() |
DatabaseProxy.Builder |
DatabaseProxy.Builder.vpc(IVpc vpc)
The VPC to associate with the new proxy.
|
DatabaseProxyOptions.Builder |
DatabaseProxyOptions.Builder.vpc(IVpc vpc)
Sets the value of
DatabaseProxyOptions.getVpc() |
ServerlessClusterFromSnapshotProps.Builder |
ServerlessClusterFromSnapshotProps.Builder.vpc(IVpc vpc)
Sets the value of
ServerlessClusterFromSnapshotProps.getVpc() |
ServerlessClusterFromSnapshot.Builder |
ServerlessClusterFromSnapshot.Builder.vpc(IVpc vpc)
The VPC that this Aurora Serverless cluster has been created in.
|
InstanceProps.Builder |
InstanceProps.Builder.vpc(IVpc vpc)
Sets the value of
InstanceProps.getVpc() |
ServerlessCluster.Builder |
ServerlessCluster.Builder.vpc(IVpc vpc)
The VPC that this Aurora Serverless cluster has been created in.
|
DatabaseInstanceReadReplica.Builder |
DatabaseInstanceReadReplica.Builder.vpc(IVpc vpc)
The VPC network where the DB subnet group should be created.
|
SubnetGroup.Builder |
SubnetGroup.Builder.vpc(IVpc vpc)
The VPC to place the subnet group in.
|
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.vpc(IVpc vpc)
Sets the value of
DatabaseInstanceNewProps.getVpc() |
DatabaseInstanceFromSnapshotProps.Builder |
DatabaseInstanceFromSnapshotProps.Builder.vpc(IVpc vpc)
Sets the value of
DatabaseInstanceNewProps.getVpc() |
OptionConfiguration.Builder |
OptionConfiguration.Builder.vpc(IVpc vpc)
Sets the value of
OptionConfiguration.getVpc() |
DatabaseInstanceSourceProps.Builder |
DatabaseInstanceSourceProps.Builder.vpc(IVpc vpc)
Sets the value of
DatabaseInstanceNewProps.getVpc() |
DatabaseInstanceReadReplicaProps.Builder |
DatabaseInstanceReadReplicaProps.Builder.vpc(IVpc vpc)
Sets the value of
DatabaseInstanceNewProps.getVpc() |
DatabaseInstanceNewProps.Builder |
DatabaseInstanceNewProps.Builder.vpc(IVpc vpc)
Sets the value of
DatabaseInstanceNewProps.getVpc() |
DatabaseInstanceFromSnapshot.Builder |
DatabaseInstanceFromSnapshot.Builder.vpc(IVpc vpc)
The VPC network where the DB subnet group should be created.
|
ServerlessClusterProps.Builder |
ServerlessClusterProps.Builder.vpc(IVpc vpc)
Sets the value of
ServerlessClusterProps.getVpc() |
DatabaseInstance.Builder |
DatabaseInstance.Builder.vpc(IVpc vpc)
The VPC network where the DB subnet group should be created.
|
SubnetGroupProps.Builder |
SubnetGroupProps.Builder.vpc(IVpc vpc)
Sets the value of
SubnetGroupProps.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
IVpc |
PrivateHostedZoneProps.getVpc()
A VPC that you want to associate with this hosted zone.
|
IVpc |
PrivateHostedZoneProps.Jsii$Proxy.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
default List<IVpc> |
HostedZoneProps.getVpcs()
A VPC that you want to associate with this hosted zone.
|
List<IVpc> |
HostedZoneProps.Jsii$Proxy.getVpcs() |
| Modifier and Type | Method and Description |
|---|---|
void |
HostedZone.addVpc(IVpc vpc)
Add another VPC to this private hosted zone.
|
void |
PublicHostedZone.addVpc(IVpc _vpc)
Add another VPC to this private hosted zone.
|
PrivateHostedZone.Builder |
PrivateHostedZone.Builder.vpc(IVpc vpc)
A VPC that you want to associate with this hosted zone.
|
PrivateHostedZoneProps.Builder |
PrivateHostedZoneProps.Builder.vpc(IVpc vpc)
Sets the value of
PrivateHostedZoneProps.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
HostedZone.Builder |
HostedZone.Builder.vpcs(List<? extends IVpc> vpcs)
A VPC that you want to associate with this hosted zone.
|
HostedZoneProps.Builder |
HostedZoneProps.Builder.vpcs(List<? extends IVpc> vpcs)
Sets the value of
HostedZoneProps.getVpcs() |
| Modifier and Type | Method and Description |
|---|---|
default IVpc |
BucketDeploymentProps.getVpc()
The VPC network to place the deployment lambda handler in.
|
IVpc |
BucketDeploymentProps.Jsii$Proxy.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
BucketDeploymentProps.Builder |
BucketDeploymentProps.Builder.vpc(IVpc vpc)
Sets the value of
BucketDeploymentProps.getVpc() |
BucketDeployment.Builder |
BucketDeployment.Builder.vpc(IVpc vpc)
The VPC network to place the deployment lambda handler in.
|
| Modifier and Type | Method and Description |
|---|---|
default IVpc |
SingleUserHostedRotationOptions.getVpc()
The VPC where the Lambda rotation function will run.
|
IVpc |
SingleUserHostedRotationOptions.Jsii$Proxy.getVpc() |
IVpc |
MultiUserHostedRotationOptions.Jsii$Proxy.getVpc() |
IVpc |
SecretRotationProps.getVpc()
The VPC where the Lambda rotation function will run.
|
IVpc |
SecretRotationProps.Jsii$Proxy.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
SingleUserHostedRotationOptions.Builder |
SingleUserHostedRotationOptions.Builder.vpc(IVpc vpc)
Sets the value of
SingleUserHostedRotationOptions.getVpc() |
MultiUserHostedRotationOptions.Builder |
MultiUserHostedRotationOptions.Builder.vpc(IVpc vpc)
Sets the value of
SingleUserHostedRotationOptions.getVpc() |
SecretRotation.Builder |
SecretRotation.Builder.vpc(IVpc vpc)
The VPC where the Lambda rotation function will run.
|
SecretRotationProps.Builder |
SecretRotationProps.Builder.vpc(IVpc vpc)
Sets the value of
SecretRotationProps.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
IVpc |
PrivateDnsNamespaceProps.getVpc()
The Amazon VPC that you want to associate the namespace with.
|
IVpc |
PrivateDnsNamespaceProps.Jsii$Proxy.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
PrivateDnsNamespace.Builder |
PrivateDnsNamespace.Builder.vpc(IVpc vpc)
The Amazon VPC that you want to associate the namespace with.
|
PrivateDnsNamespaceProps.Builder |
PrivateDnsNamespaceProps.Builder.vpc(IVpc vpc)
Sets the value of
PrivateDnsNamespaceProps.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
IVpc |
VpcConfig.getVpc()
VPC.
|
IVpc |
VpcConfig.Jsii$Proxy.getVpc() |
default IVpc |
SageMakerCreateModelProps.getVpc()
The VPC that is accessible by the hosted model.
|
IVpc |
SageMakerCreateModelProps.Jsii$Proxy.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
VpcConfig.Builder |
VpcConfig.Builder.vpc(IVpc vpc)
Sets the value of
VpcConfig.getVpc() |
SageMakerCreateModelProps.Builder |
SageMakerCreateModelProps.Builder.vpc(IVpc vpc)
Sets the value of
SageMakerCreateModelProps.getVpc() |
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.vpc(IVpc vpc)
The VPC that is accessible by the hosted model.
|
| Modifier and Type | Method and Description |
|---|---|
IVpc |
TriggerFunctionProps.Jsii$Proxy.getVpc() |
| Modifier and Type | Method and Description |
|---|---|
TriggerFunction.Builder |
TriggerFunction.Builder.vpc(IVpc vpc)
VPC network to place Lambda network interfaces.
|
TriggerFunctionProps.Builder |
TriggerFunctionProps.Builder.vpc(IVpc vpc)
Sets the value of
FunctionOptions.getVpc() |
Copyright © 2022. All rights reserved.