1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. ec2
  5. VerifiedAccessEndpoint

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.ec2.VerifiedAccessEndpoint

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

    The AWS::EC2::VerifiedAccessEndpoint resource creates an AWS EC2 Verified Access Endpoint.

    Create VerifiedAccessEndpoint Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new VerifiedAccessEndpoint(name: string, args: VerifiedAccessEndpointArgs, opts?: CustomResourceOptions);
    @overload
    def VerifiedAccessEndpoint(resource_name: str,
                               args: VerifiedAccessEndpointArgs,
                               opts: Optional[ResourceOptions] = None)
    
    @overload
    def VerifiedAccessEndpoint(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               endpoint_type: Optional[str] = None,
                               attachment_type: Optional[str] = None,
                               verified_access_group_id: Optional[str] = None,
                               network_interface_options: Optional[VerifiedAccessEndpointNetworkInterfaceOptionsArgs] = None,
                               domain_certificate_arn: Optional[str] = None,
                               endpoint_domain_prefix: Optional[str] = None,
                               description: Optional[str] = None,
                               load_balancer_options: Optional[VerifiedAccessEndpointLoadBalancerOptionsArgs] = None,
                               application_domain: Optional[str] = None,
                               policy_document: Optional[str] = None,
                               policy_enabled: Optional[bool] = None,
                               rds_options: Optional[VerifiedAccessEndpointRdsOptionsArgs] = None,
                               security_group_ids: Optional[Sequence[str]] = None,
                               sse_specification: Optional[VerifiedAccessEndpointSseSpecificationArgs] = None,
                               tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                               cidr_options: Optional[VerifiedAccessEndpointCidrOptionsArgs] = None)
    func NewVerifiedAccessEndpoint(ctx *Context, name string, args VerifiedAccessEndpointArgs, opts ...ResourceOption) (*VerifiedAccessEndpoint, error)
    public VerifiedAccessEndpoint(string name, VerifiedAccessEndpointArgs args, CustomResourceOptions? opts = null)
    public VerifiedAccessEndpoint(String name, VerifiedAccessEndpointArgs args)
    public VerifiedAccessEndpoint(String name, VerifiedAccessEndpointArgs args, CustomResourceOptions options)
    
    type: aws-native:ec2:VerifiedAccessEndpoint
    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 VerifiedAccessEndpointArgs
    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 VerifiedAccessEndpointArgs
    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 VerifiedAccessEndpointArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args VerifiedAccessEndpointArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args VerifiedAccessEndpointArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    VerifiedAccessEndpoint 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 VerifiedAccessEndpoint resource accepts the following input properties:

    AttachmentType string
    The type of attachment used to provide connectivity between the AWS Verified Access endpoint and the application.
    EndpointType string
    The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.
    VerifiedAccessGroupId string
    The ID of the AWS Verified Access group.
    ApplicationDomain string
    The DNS name for users to reach your application.
    CidrOptions Pulumi.AwsNative.Ec2.Inputs.VerifiedAccessEndpointCidrOptions
    The options for cidr type endpoint.
    Description string
    A description for the AWS Verified Access endpoint.
    DomainCertificateArn string
    The ARN of a public TLS/SSL certificate imported into or created with ACM.
    EndpointDomainPrefix string
    A custom identifier that gets prepended to a DNS name that is generated for the endpoint.
    LoadBalancerOptions Pulumi.AwsNative.Ec2.Inputs.VerifiedAccessEndpointLoadBalancerOptions
    The load balancer details if creating the AWS Verified Access endpoint as load-balancer type.
    NetworkInterfaceOptions Pulumi.AwsNative.Ec2.Inputs.VerifiedAccessEndpointNetworkInterfaceOptions
    The options for network-interface type endpoint.
    PolicyDocument string
    The AWS Verified Access policy document.
    PolicyEnabled bool
    The status of the Verified Access policy.
    RdsOptions Pulumi.AwsNative.Ec2.Inputs.VerifiedAccessEndpointRdsOptions
    The options for rds type endpoint.
    SecurityGroupIds List<string>
    The IDs of the security groups for the endpoint.
    SseSpecification Pulumi.AwsNative.Ec2.Inputs.VerifiedAccessEndpointSseSpecification
    The configuration options for customer provided KMS encryption.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    AttachmentType string
    The type of attachment used to provide connectivity between the AWS Verified Access endpoint and the application.
    EndpointType string
    The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.
    VerifiedAccessGroupId string
    The ID of the AWS Verified Access group.
    ApplicationDomain string
    The DNS name for users to reach your application.
    CidrOptions VerifiedAccessEndpointCidrOptionsArgs
    The options for cidr type endpoint.
    Description string
    A description for the AWS Verified Access endpoint.
    DomainCertificateArn string
    The ARN of a public TLS/SSL certificate imported into or created with ACM.
    EndpointDomainPrefix string
    A custom identifier that gets prepended to a DNS name that is generated for the endpoint.
    LoadBalancerOptions VerifiedAccessEndpointLoadBalancerOptionsArgs
    The load balancer details if creating the AWS Verified Access endpoint as load-balancer type.
    NetworkInterfaceOptions VerifiedAccessEndpointNetworkInterfaceOptionsArgs
    The options for network-interface type endpoint.
    PolicyDocument string
    The AWS Verified Access policy document.
    PolicyEnabled bool
    The status of the Verified Access policy.
    RdsOptions VerifiedAccessEndpointRdsOptionsArgs
    The options for rds type endpoint.
    SecurityGroupIds []string
    The IDs of the security groups for the endpoint.
    SseSpecification VerifiedAccessEndpointSseSpecificationArgs
    The configuration options for customer provided KMS encryption.
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    attachmentType String
    The type of attachment used to provide connectivity between the AWS Verified Access endpoint and the application.
    endpointType String
    The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.
    verifiedAccessGroupId String
    The ID of the AWS Verified Access group.
    applicationDomain String
    The DNS name for users to reach your application.
    cidrOptions VerifiedAccessEndpointCidrOptions
    The options for cidr type endpoint.
    description String
    A description for the AWS Verified Access endpoint.
    domainCertificateArn String
    The ARN of a public TLS/SSL certificate imported into or created with ACM.
    endpointDomainPrefix String
    A custom identifier that gets prepended to a DNS name that is generated for the endpoint.
    loadBalancerOptions VerifiedAccessEndpointLoadBalancerOptions
    The load balancer details if creating the AWS Verified Access endpoint as load-balancer type.
    networkInterfaceOptions VerifiedAccessEndpointNetworkInterfaceOptions
    The options for network-interface type endpoint.
    policyDocument String
    The AWS Verified Access policy document.
    policyEnabled Boolean
    The status of the Verified Access policy.
    rdsOptions VerifiedAccessEndpointRdsOptions
    The options for rds type endpoint.
    securityGroupIds List<String>
    The IDs of the security groups for the endpoint.
    sseSpecification VerifiedAccessEndpointSseSpecification
    The configuration options for customer provided KMS encryption.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    attachmentType string
    The type of attachment used to provide connectivity between the AWS Verified Access endpoint and the application.
    endpointType string
    The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.
    verifiedAccessGroupId string
    The ID of the AWS Verified Access group.
    applicationDomain string
    The DNS name for users to reach your application.
    cidrOptions VerifiedAccessEndpointCidrOptions
    The options for cidr type endpoint.
    description string
    A description for the AWS Verified Access endpoint.
    domainCertificateArn string
    The ARN of a public TLS/SSL certificate imported into or created with ACM.
    endpointDomainPrefix string
    A custom identifier that gets prepended to a DNS name that is generated for the endpoint.
    loadBalancerOptions VerifiedAccessEndpointLoadBalancerOptions
    The load balancer details if creating the AWS Verified Access endpoint as load-balancer type.
    networkInterfaceOptions VerifiedAccessEndpointNetworkInterfaceOptions
    The options for network-interface type endpoint.
    policyDocument string
    The AWS Verified Access policy document.
    policyEnabled boolean
    The status of the Verified Access policy.
    rdsOptions VerifiedAccessEndpointRdsOptions
    The options for rds type endpoint.
    securityGroupIds string[]
    The IDs of the security groups for the endpoint.
    sseSpecification VerifiedAccessEndpointSseSpecification
    The configuration options for customer provided KMS encryption.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    attachment_type str
    The type of attachment used to provide connectivity between the AWS Verified Access endpoint and the application.
    endpoint_type str
    The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.
    verified_access_group_id str
    The ID of the AWS Verified Access group.
    application_domain str
    The DNS name for users to reach your application.
    cidr_options VerifiedAccessEndpointCidrOptionsArgs
    The options for cidr type endpoint.
    description str
    A description for the AWS Verified Access endpoint.
    domain_certificate_arn str
    The ARN of a public TLS/SSL certificate imported into or created with ACM.
    endpoint_domain_prefix str
    A custom identifier that gets prepended to a DNS name that is generated for the endpoint.
    load_balancer_options VerifiedAccessEndpointLoadBalancerOptionsArgs
    The load balancer details if creating the AWS Verified Access endpoint as load-balancer type.
    network_interface_options VerifiedAccessEndpointNetworkInterfaceOptionsArgs
    The options for network-interface type endpoint.
    policy_document str
    The AWS Verified Access policy document.
    policy_enabled bool
    The status of the Verified Access policy.
    rds_options VerifiedAccessEndpointRdsOptionsArgs
    The options for rds type endpoint.
    security_group_ids Sequence[str]
    The IDs of the security groups for the endpoint.
    sse_specification VerifiedAccessEndpointSseSpecificationArgs
    The configuration options for customer provided KMS encryption.
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    attachmentType String
    The type of attachment used to provide connectivity between the AWS Verified Access endpoint and the application.
    endpointType String
    The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.
    verifiedAccessGroupId String
    The ID of the AWS Verified Access group.
    applicationDomain String
    The DNS name for users to reach your application.
    cidrOptions Property Map
    The options for cidr type endpoint.
    description String
    A description for the AWS Verified Access endpoint.
    domainCertificateArn String
    The ARN of a public TLS/SSL certificate imported into or created with ACM.
    endpointDomainPrefix String
    A custom identifier that gets prepended to a DNS name that is generated for the endpoint.
    loadBalancerOptions Property Map
    The load balancer details if creating the AWS Verified Access endpoint as load-balancer type.
    networkInterfaceOptions Property Map
    The options for network-interface type endpoint.
    policyDocument String
    The AWS Verified Access policy document.
    policyEnabled Boolean
    The status of the Verified Access policy.
    rdsOptions Property Map
    The options for rds type endpoint.
    securityGroupIds List<String>
    The IDs of the security groups for the endpoint.
    sseSpecification Property Map
    The configuration options for customer provided KMS encryption.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the VerifiedAccessEndpoint resource produces the following output properties:

    CreationTime string
    The creation time.
    DeviceValidationDomain string
    Returned if endpoint has a device trust provider attached.
    EndpointDomain string
    A DNS name that is generated for the endpoint.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedTime string
    The last updated time.
    Status string
    The endpoint status.
    VerifiedAccessEndpointId string
    The ID of the AWS Verified Access endpoint.
    VerifiedAccessInstanceId string
    The ID of the AWS Verified Access instance.
    CreationTime string
    The creation time.
    DeviceValidationDomain string
    Returned if endpoint has a device trust provider attached.
    EndpointDomain string
    A DNS name that is generated for the endpoint.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedTime string
    The last updated time.
    Status string
    The endpoint status.
    VerifiedAccessEndpointId string
    The ID of the AWS Verified Access endpoint.
    VerifiedAccessInstanceId string
    The ID of the AWS Verified Access instance.
    creationTime String
    The creation time.
    deviceValidationDomain String
    Returned if endpoint has a device trust provider attached.
    endpointDomain String
    A DNS name that is generated for the endpoint.
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime String
    The last updated time.
    status String
    The endpoint status.
    verifiedAccessEndpointId String
    The ID of the AWS Verified Access endpoint.
    verifiedAccessInstanceId String
    The ID of the AWS Verified Access instance.
    creationTime string
    The creation time.
    deviceValidationDomain string
    Returned if endpoint has a device trust provider attached.
    endpointDomain string
    A DNS name that is generated for the endpoint.
    id string
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime string
    The last updated time.
    status string
    The endpoint status.
    verifiedAccessEndpointId string
    The ID of the AWS Verified Access endpoint.
    verifiedAccessInstanceId string
    The ID of the AWS Verified Access instance.
    creation_time str
    The creation time.
    device_validation_domain str
    Returned if endpoint has a device trust provider attached.
    endpoint_domain str
    A DNS name that is generated for the endpoint.
    id str
    The provider-assigned unique ID for this managed resource.
    last_updated_time str
    The last updated time.
    status str
    The endpoint status.
    verified_access_endpoint_id str
    The ID of the AWS Verified Access endpoint.
    verified_access_instance_id str
    The ID of the AWS Verified Access instance.
    creationTime String
    The creation time.
    deviceValidationDomain String
    Returned if endpoint has a device trust provider attached.
    endpointDomain String
    A DNS name that is generated for the endpoint.
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime String
    The last updated time.
    status String
    The endpoint status.
    verifiedAccessEndpointId String
    The ID of the AWS Verified Access endpoint.
    verifiedAccessInstanceId String
    The ID of the AWS Verified Access instance.

    Supporting Types

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    VerifiedAccessEndpointCidrOptions, VerifiedAccessEndpointCidrOptionsArgs

    Cidr string
    The IP address range, in CIDR notation.
    PortRanges List<Pulumi.AwsNative.Ec2.Inputs.VerifiedAccessEndpointPortRange>
    The list of port range.
    Protocol string
    The IP protocol.
    SubnetIds List<string>
    The IDs of the subnets.
    Cidr string
    The IP address range, in CIDR notation.
    PortRanges []VerifiedAccessEndpointPortRange
    The list of port range.
    Protocol string
    The IP protocol.
    SubnetIds []string
    The IDs of the subnets.
    cidr String
    The IP address range, in CIDR notation.
    portRanges List<VerifiedAccessEndpointPortRange>
    The list of port range.
    protocol String
    The IP protocol.
    subnetIds List<String>
    The IDs of the subnets.
    cidr string
    The IP address range, in CIDR notation.
    portRanges VerifiedAccessEndpointPortRange[]
    The list of port range.
    protocol string
    The IP protocol.
    subnetIds string[]
    The IDs of the subnets.
    cidr str
    The IP address range, in CIDR notation.
    port_ranges Sequence[VerifiedAccessEndpointPortRange]
    The list of port range.
    protocol str
    The IP protocol.
    subnet_ids Sequence[str]
    The IDs of the subnets.
    cidr String
    The IP address range, in CIDR notation.
    portRanges List<Property Map>
    The list of port range.
    protocol String
    The IP protocol.
    subnetIds List<String>
    The IDs of the subnets.

    VerifiedAccessEndpointLoadBalancerOptions, VerifiedAccessEndpointLoadBalancerOptionsArgs

    LoadBalancerArn string
    The ARN of the load balancer.
    Port int
    The IP port number.
    PortRanges List<Pulumi.AwsNative.Ec2.Inputs.VerifiedAccessEndpointPortRange>
    The list of port range.
    Protocol string
    The IP protocol.
    SubnetIds List<string>
    The IDs of the subnets.
    LoadBalancerArn string
    The ARN of the load balancer.
    Port int
    The IP port number.
    PortRanges []VerifiedAccessEndpointPortRange
    The list of port range.
    Protocol string
    The IP protocol.
    SubnetIds []string
    The IDs of the subnets.
    loadBalancerArn String
    The ARN of the load balancer.
    port Integer
    The IP port number.
    portRanges List<VerifiedAccessEndpointPortRange>
    The list of port range.
    protocol String
    The IP protocol.
    subnetIds List<String>
    The IDs of the subnets.
    loadBalancerArn string
    The ARN of the load balancer.
    port number
    The IP port number.
    portRanges VerifiedAccessEndpointPortRange[]
    The list of port range.
    protocol string
    The IP protocol.
    subnetIds string[]
    The IDs of the subnets.
    load_balancer_arn str
    The ARN of the load balancer.
    port int
    The IP port number.
    port_ranges Sequence[VerifiedAccessEndpointPortRange]
    The list of port range.
    protocol str
    The IP protocol.
    subnet_ids Sequence[str]
    The IDs of the subnets.
    loadBalancerArn String
    The ARN of the load balancer.
    port Number
    The IP port number.
    portRanges List<Property Map>
    The list of port range.
    protocol String
    The IP protocol.
    subnetIds List<String>
    The IDs of the subnets.

    VerifiedAccessEndpointNetworkInterfaceOptions, VerifiedAccessEndpointNetworkInterfaceOptionsArgs

    NetworkInterfaceId string
    The ID of the network interface.
    Port int
    The IP port number.
    PortRanges List<Pulumi.AwsNative.Ec2.Inputs.VerifiedAccessEndpointPortRange>
    The list of port ranges.
    Protocol string
    The IP protocol.
    NetworkInterfaceId string
    The ID of the network interface.
    Port int
    The IP port number.
    PortRanges []VerifiedAccessEndpointPortRange
    The list of port ranges.
    Protocol string
    The IP protocol.
    networkInterfaceId String
    The ID of the network interface.
    port Integer
    The IP port number.
    portRanges List<VerifiedAccessEndpointPortRange>
    The list of port ranges.
    protocol String
    The IP protocol.
    networkInterfaceId string
    The ID of the network interface.
    port number
    The IP port number.
    portRanges VerifiedAccessEndpointPortRange[]
    The list of port ranges.
    protocol string
    The IP protocol.
    network_interface_id str
    The ID of the network interface.
    port int
    The IP port number.
    port_ranges Sequence[VerifiedAccessEndpointPortRange]
    The list of port ranges.
    protocol str
    The IP protocol.
    networkInterfaceId String
    The ID of the network interface.
    port Number
    The IP port number.
    portRanges List<Property Map>
    The list of port ranges.
    protocol String
    The IP protocol.

    VerifiedAccessEndpointPortRange, VerifiedAccessEndpointPortRangeArgs

    FromPort int
    The first port in the range.
    ToPort int
    The last port in the range.
    FromPort int
    The first port in the range.
    ToPort int
    The last port in the range.
    fromPort Integer
    The first port in the range.
    toPort Integer
    The last port in the range.
    fromPort number
    The first port in the range.
    toPort number
    The last port in the range.
    from_port int
    The first port in the range.
    to_port int
    The last port in the range.
    fromPort Number
    The first port in the range.
    toPort Number
    The last port in the range.

    VerifiedAccessEndpointRdsOptions, VerifiedAccessEndpointRdsOptionsArgs

    Port int
    The IP port number.
    Protocol string
    The IP protocol.
    RdsDbClusterArn string
    The ARN of the RDS DB cluster.
    RdsDbInstanceArn string
    The ARN of the RDS DB instance.
    RdsDbProxyArn string
    The ARN of the RDS DB proxy.
    RdsEndpoint string
    The RDS endpoint.
    SubnetIds List<string>
    The IDs of the subnets.
    Port int
    The IP port number.
    Protocol string
    The IP protocol.
    RdsDbClusterArn string
    The ARN of the RDS DB cluster.
    RdsDbInstanceArn string
    The ARN of the RDS DB instance.
    RdsDbProxyArn string
    The ARN of the RDS DB proxy.
    RdsEndpoint string
    The RDS endpoint.
    SubnetIds []string
    The IDs of the subnets.
    port Integer
    The IP port number.
    protocol String
    The IP protocol.
    rdsDbClusterArn String
    The ARN of the RDS DB cluster.
    rdsDbInstanceArn String
    The ARN of the RDS DB instance.
    rdsDbProxyArn String
    The ARN of the RDS DB proxy.
    rdsEndpoint String
    The RDS endpoint.
    subnetIds List<String>
    The IDs of the subnets.
    port number
    The IP port number.
    protocol string
    The IP protocol.
    rdsDbClusterArn string
    The ARN of the RDS DB cluster.
    rdsDbInstanceArn string
    The ARN of the RDS DB instance.
    rdsDbProxyArn string
    The ARN of the RDS DB proxy.
    rdsEndpoint string
    The RDS endpoint.
    subnetIds string[]
    The IDs of the subnets.
    port int
    The IP port number.
    protocol str
    The IP protocol.
    rds_db_cluster_arn str
    The ARN of the RDS DB cluster.
    rds_db_instance_arn str
    The ARN of the RDS DB instance.
    rds_db_proxy_arn str
    The ARN of the RDS DB proxy.
    rds_endpoint str
    The RDS endpoint.
    subnet_ids Sequence[str]
    The IDs of the subnets.
    port Number
    The IP port number.
    protocol String
    The IP protocol.
    rdsDbClusterArn String
    The ARN of the RDS DB cluster.
    rdsDbInstanceArn String
    The ARN of the RDS DB instance.
    rdsDbProxyArn String
    The ARN of the RDS DB proxy.
    rdsEndpoint String
    The RDS endpoint.
    subnetIds List<String>
    The IDs of the subnets.

    VerifiedAccessEndpointSseSpecification, VerifiedAccessEndpointSseSpecificationArgs

    CustomerManagedKeyEnabled bool
    Whether to encrypt the policy with the provided key or disable encryption
    KmsKeyArn string
    KMS Key Arn used to encrypt the group policy
    CustomerManagedKeyEnabled bool
    Whether to encrypt the policy with the provided key or disable encryption
    KmsKeyArn string
    KMS Key Arn used to encrypt the group policy
    customerManagedKeyEnabled Boolean
    Whether to encrypt the policy with the provided key or disable encryption
    kmsKeyArn String
    KMS Key Arn used to encrypt the group policy
    customerManagedKeyEnabled boolean
    Whether to encrypt the policy with the provided key or disable encryption
    kmsKeyArn string
    KMS Key Arn used to encrypt the group policy
    customer_managed_key_enabled bool
    Whether to encrypt the policy with the provided key or disable encryption
    kms_key_arn str
    KMS Key Arn used to encrypt the group policy
    customerManagedKeyEnabled Boolean
    Whether to encrypt the policy with the provided key or disable encryption
    kmsKeyArn String
    KMS Key Arn used to encrypt the group policy

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi