We recommend new projects start with resources from the AWS provider.
aws-native.redshift.EndpointAccess
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource schema for a Redshift-managed VPC endpoint.
Create EndpointAccess Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new EndpointAccess(name: string, args: EndpointAccessArgs, opts?: CustomResourceOptions);@overload
def EndpointAccess(resource_name: str,
                   args: EndpointAccessArgs,
                   opts: Optional[ResourceOptions] = None)
@overload
def EndpointAccess(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   cluster_identifier: Optional[str] = None,
                   endpoint_name: Optional[str] = None,
                   subnet_group_name: Optional[str] = None,
                   vpc_security_group_ids: Optional[Sequence[str]] = None,
                   resource_owner: Optional[str] = None)func NewEndpointAccess(ctx *Context, name string, args EndpointAccessArgs, opts ...ResourceOption) (*EndpointAccess, error)public EndpointAccess(string name, EndpointAccessArgs args, CustomResourceOptions? opts = null)
public EndpointAccess(String name, EndpointAccessArgs args)
public EndpointAccess(String name, EndpointAccessArgs args, CustomResourceOptions options)
type: aws-native:redshift:EndpointAccess
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args EndpointAccessArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args EndpointAccessArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args EndpointAccessArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EndpointAccessArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EndpointAccessArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
EndpointAccess Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The EndpointAccess resource accepts the following input properties:
- ClusterIdentifier string
- A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. All alphabetical characters must be lower case, no hypens at the end, no two consecutive hyphens. Cluster name should be unique for all clusters within an AWS account
- EndpointName string
- The name of the endpoint.
- SubnetGroup stringName 
- The subnet group name where Amazon Redshift chooses to deploy the endpoint.
- VpcSecurity List<string>Group Ids 
- A list of vpc security group ids to apply to the created endpoint access.
- ResourceOwner string
- The AWS account ID of the owner of the cluster.
- ClusterIdentifier string
- A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. All alphabetical characters must be lower case, no hypens at the end, no two consecutive hyphens. Cluster name should be unique for all clusters within an AWS account
- EndpointName string
- The name of the endpoint.
- SubnetGroup stringName 
- The subnet group name where Amazon Redshift chooses to deploy the endpoint.
- VpcSecurity []stringGroup Ids 
- A list of vpc security group ids to apply to the created endpoint access.
- ResourceOwner string
- The AWS account ID of the owner of the cluster.
- clusterIdentifier String
- A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. All alphabetical characters must be lower case, no hypens at the end, no two consecutive hyphens. Cluster name should be unique for all clusters within an AWS account
- endpointName String
- The name of the endpoint.
- subnetGroup StringName 
- The subnet group name where Amazon Redshift chooses to deploy the endpoint.
- vpcSecurity List<String>Group Ids 
- A list of vpc security group ids to apply to the created endpoint access.
- resourceOwner String
- The AWS account ID of the owner of the cluster.
- clusterIdentifier string
- A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. All alphabetical characters must be lower case, no hypens at the end, no two consecutive hyphens. Cluster name should be unique for all clusters within an AWS account
- endpointName string
- The name of the endpoint.
- subnetGroup stringName 
- The subnet group name where Amazon Redshift chooses to deploy the endpoint.
- vpcSecurity string[]Group Ids 
- A list of vpc security group ids to apply to the created endpoint access.
- resourceOwner string
- The AWS account ID of the owner of the cluster.
- cluster_identifier str
- A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. All alphabetical characters must be lower case, no hypens at the end, no two consecutive hyphens. Cluster name should be unique for all clusters within an AWS account
- endpoint_name str
- The name of the endpoint.
- subnet_group_ strname 
- The subnet group name where Amazon Redshift chooses to deploy the endpoint.
- vpc_security_ Sequence[str]group_ ids 
- A list of vpc security group ids to apply to the created endpoint access.
- resource_owner str
- The AWS account ID of the owner of the cluster.
- clusterIdentifier String
- A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. All alphabetical characters must be lower case, no hypens at the end, no two consecutive hyphens. Cluster name should be unique for all clusters within an AWS account
- endpointName String
- The name of the endpoint.
- subnetGroup StringName 
- The subnet group name where Amazon Redshift chooses to deploy the endpoint.
- vpcSecurity List<String>Group Ids 
- A list of vpc security group ids to apply to the created endpoint access.
- resourceOwner String
- The AWS account ID of the owner of the cluster.
Outputs
All input properties are implicitly available as output properties. Additionally, the EndpointAccess resource produces the following output properties:
- Address string
- The DNS address of the endpoint.
- EndpointCreate stringTime 
- The time (UTC) that the endpoint was created.
- EndpointStatus string
- The status of the endpoint.
- Id string
- The provider-assigned unique ID for this managed resource.
- Port int
- The port number on which the cluster accepts incoming connections.
- VpcEndpoint Pulumi.Aws Native. Redshift. Outputs. Vpc Endpoint Properties 
- The connection endpoint for connecting to an Amazon Redshift cluster through the proxy.
- VpcSecurity List<Pulumi.Groups Aws Native. Redshift. Outputs. Endpoint Access Vpc Security Group> 
- A list of Virtual Private Cloud (VPC) security groups to be associated with the endpoint.
- Address string
- The DNS address of the endpoint.
- EndpointCreate stringTime 
- The time (UTC) that the endpoint was created.
- EndpointStatus string
- The status of the endpoint.
- Id string
- The provider-assigned unique ID for this managed resource.
- Port int
- The port number on which the cluster accepts incoming connections.
- VpcEndpoint VpcEndpoint Properties 
- The connection endpoint for connecting to an Amazon Redshift cluster through the proxy.
- VpcSecurity []EndpointGroups Access Vpc Security Group 
- A list of Virtual Private Cloud (VPC) security groups to be associated with the endpoint.
- address String
- The DNS address of the endpoint.
- endpointCreate StringTime 
- The time (UTC) that the endpoint was created.
- endpointStatus String
- The status of the endpoint.
- id String
- The provider-assigned unique ID for this managed resource.
- port Integer
- The port number on which the cluster accepts incoming connections.
- vpcEndpoint VpcEndpoint Properties 
- The connection endpoint for connecting to an Amazon Redshift cluster through the proxy.
- vpcSecurity List<EndpointGroups Access Vpc Security Group> 
- A list of Virtual Private Cloud (VPC) security groups to be associated with the endpoint.
- address string
- The DNS address of the endpoint.
- endpointCreate stringTime 
- The time (UTC) that the endpoint was created.
- endpointStatus string
- The status of the endpoint.
- id string
- The provider-assigned unique ID for this managed resource.
- port number
- The port number on which the cluster accepts incoming connections.
- vpcEndpoint VpcEndpoint Properties 
- The connection endpoint for connecting to an Amazon Redshift cluster through the proxy.
- vpcSecurity EndpointGroups Access Vpc Security Group[] 
- A list of Virtual Private Cloud (VPC) security groups to be associated with the endpoint.
- address str
- The DNS address of the endpoint.
- endpoint_create_ strtime 
- The time (UTC) that the endpoint was created.
- endpoint_status str
- The status of the endpoint.
- id str
- The provider-assigned unique ID for this managed resource.
- port int
- The port number on which the cluster accepts incoming connections.
- vpc_endpoint VpcEndpoint Properties 
- The connection endpoint for connecting to an Amazon Redshift cluster through the proxy.
- vpc_security_ Sequence[Endpointgroups Access Vpc Security Group] 
- A list of Virtual Private Cloud (VPC) security groups to be associated with the endpoint.
- address String
- The DNS address of the endpoint.
- endpointCreate StringTime 
- The time (UTC) that the endpoint was created.
- endpointStatus String
- The status of the endpoint.
- id String
- The provider-assigned unique ID for this managed resource.
- port Number
- The port number on which the cluster accepts incoming connections.
- vpcEndpoint Property Map
- The connection endpoint for connecting to an Amazon Redshift cluster through the proxy.
- vpcSecurity List<Property Map>Groups 
- A list of Virtual Private Cloud (VPC) security groups to be associated with the endpoint.
Supporting Types
EndpointAccessNetworkInterface, EndpointAccessNetworkInterfaceArgs        
- AvailabilityZone string
- The Availability Zone.
- NetworkInterface stringId 
- The network interface identifier.
- PrivateIp stringAddress 
- The IPv4 address of the network interface within the subnet.
- SubnetId string
- The subnet identifier.
- AvailabilityZone string
- The Availability Zone.
- NetworkInterface stringId 
- The network interface identifier.
- PrivateIp stringAddress 
- The IPv4 address of the network interface within the subnet.
- SubnetId string
- The subnet identifier.
- availabilityZone String
- The Availability Zone.
- networkInterface StringId 
- The network interface identifier.
- privateIp StringAddress 
- The IPv4 address of the network interface within the subnet.
- subnetId String
- The subnet identifier.
- availabilityZone string
- The Availability Zone.
- networkInterface stringId 
- The network interface identifier.
- privateIp stringAddress 
- The IPv4 address of the network interface within the subnet.
- subnetId string
- The subnet identifier.
- availability_zone str
- The Availability Zone.
- network_interface_ strid 
- The network interface identifier.
- private_ip_ straddress 
- The IPv4 address of the network interface within the subnet.
- subnet_id str
- The subnet identifier.
- availabilityZone String
- The Availability Zone.
- networkInterface StringId 
- The network interface identifier.
- privateIp StringAddress 
- The IPv4 address of the network interface within the subnet.
- subnetId String
- The subnet identifier.
EndpointAccessVpcSecurityGroup, EndpointAccessVpcSecurityGroupArgs          
- Status string
- The status of the VPC security group.
- VpcSecurity stringGroup Id 
- The identifier of the VPC security group.
- Status string
- The status of the VPC security group.
- VpcSecurity stringGroup Id 
- The identifier of the VPC security group.
- status String
- The status of the VPC security group.
- vpcSecurity StringGroup Id 
- The identifier of the VPC security group.
- status string
- The status of the VPC security group.
- vpcSecurity stringGroup Id 
- The identifier of the VPC security group.
- status str
- The status of the VPC security group.
- vpc_security_ strgroup_ id 
- The identifier of the VPC security group.
- status String
- The status of the VPC security group.
- vpcSecurity StringGroup Id 
- The identifier of the VPC security group.
VpcEndpointProperties, VpcEndpointPropertiesArgs      
- NetworkInterfaces List<Pulumi.Aws Native. Redshift. Inputs. Endpoint Access Network Interface> 
- One or more network interfaces of the endpoint. Also known as an interface endpoint.
- VpcEndpoint stringId 
- The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
- VpcId string
- The VPC identifier that the endpoint is associated.
- NetworkInterfaces []EndpointAccess Network Interface 
- One or more network interfaces of the endpoint. Also known as an interface endpoint.
- VpcEndpoint stringId 
- The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
- VpcId string
- The VPC identifier that the endpoint is associated.
- networkInterfaces List<EndpointAccess Network Interface> 
- One or more network interfaces of the endpoint. Also known as an interface endpoint.
- vpcEndpoint StringId 
- The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
- vpcId String
- The VPC identifier that the endpoint is associated.
- networkInterfaces EndpointAccess Network Interface[] 
- One or more network interfaces of the endpoint. Also known as an interface endpoint.
- vpcEndpoint stringId 
- The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
- vpcId string
- The VPC identifier that the endpoint is associated.
- network_interfaces Sequence[EndpointAccess Network Interface] 
- One or more network interfaces of the endpoint. Also known as an interface endpoint.
- vpc_endpoint_ strid 
- The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
- vpc_id str
- The VPC identifier that the endpoint is associated.
- networkInterfaces List<Property Map>
- One or more network interfaces of the endpoint. Also known as an interface endpoint.
- vpcEndpoint StringId 
- The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
- vpcId String
- The VPC identifier that the endpoint is associated.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.