Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi
oci.ServiceMesh.getIngressGateways
Explore with Pulumi AI
This data source provides the list of Ingress Gateways in Oracle Cloud Infrastructure Service Mesh service.
Returns a list of IngressGateway objects.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testIngressGateways = oci.ServiceMesh.getIngressGateways({
compartmentId: compartmentId,
id: ingressGatewayId,
meshId: testMesh.id,
name: ingressGatewayName,
state: ingressGatewayState,
});
import pulumi
import pulumi_oci as oci
test_ingress_gateways = oci.ServiceMesh.get_ingress_gateways(compartment_id=compartment_id,
id=ingress_gateway_id,
mesh_id=test_mesh["id"],
name=ingress_gateway_name,
state=ingress_gateway_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/servicemesh"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := servicemesh.GetIngressGateways(ctx, &servicemesh.GetIngressGatewaysArgs{
CompartmentId: compartmentId,
Id: pulumi.StringRef(ingressGatewayId),
MeshId: pulumi.StringRef(testMesh.Id),
Name: pulumi.StringRef(ingressGatewayName),
State: pulumi.StringRef(ingressGatewayState),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testIngressGateways = Oci.ServiceMesh.GetIngressGateways.Invoke(new()
{
CompartmentId = compartmentId,
Id = ingressGatewayId,
MeshId = testMesh.Id,
Name = ingressGatewayName,
State = ingressGatewayState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.ServiceMesh.ServiceMeshFunctions;
import com.pulumi.oci.ServiceMesh.inputs.GetIngressGatewaysArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testIngressGateways = ServiceMeshFunctions.getIngressGateways(GetIngressGatewaysArgs.builder()
.compartmentId(compartmentId)
.id(ingressGatewayId)
.meshId(testMesh.id())
.name(ingressGatewayName)
.state(ingressGatewayState)
.build());
}
}
variables:
testIngressGateways:
fn::invoke:
function: oci:ServiceMesh:getIngressGateways
arguments:
compartmentId: ${compartmentId}
id: ${ingressGatewayId}
meshId: ${testMesh.id}
name: ${ingressGatewayName}
state: ${ingressGatewayState}
Using getIngressGateways
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getIngressGateways(args: GetIngressGatewaysArgs, opts?: InvokeOptions): Promise<GetIngressGatewaysResult>
function getIngressGatewaysOutput(args: GetIngressGatewaysOutputArgs, opts?: InvokeOptions): Output<GetIngressGatewaysResult>
def get_ingress_gateways(compartment_id: Optional[str] = None,
filters: Optional[Sequence[_servicemesh.GetIngressGatewaysFilter]] = None,
id: Optional[str] = None,
mesh_id: Optional[str] = None,
name: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIngressGatewaysResult
def get_ingress_gateways_output(compartment_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_servicemesh.GetIngressGatewaysFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
mesh_id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIngressGatewaysResult]
func GetIngressGateways(ctx *Context, args *GetIngressGatewaysArgs, opts ...InvokeOption) (*GetIngressGatewaysResult, error)
func GetIngressGatewaysOutput(ctx *Context, args *GetIngressGatewaysOutputArgs, opts ...InvokeOption) GetIngressGatewaysResultOutput
> Note: This function is named GetIngressGateways
in the Go SDK.
public static class GetIngressGateways
{
public static Task<GetIngressGatewaysResult> InvokeAsync(GetIngressGatewaysArgs args, InvokeOptions? opts = null)
public static Output<GetIngressGatewaysResult> Invoke(GetIngressGatewaysInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIngressGatewaysResult> getIngressGateways(GetIngressGatewaysArgs args, InvokeOptions options)
public static Output<GetIngressGatewaysResult> getIngressGateways(GetIngressGatewaysArgs args, InvokeOptions options)
fn::invoke:
function: oci:ServiceMesh/getIngressGateways:getIngressGateways
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id This property is required. string - The ID of the compartment in which to list resources.
- Filters
Changes to this property will trigger replacement.
Ingress Gateways Filter> - Id string
- Unique IngressGateway identifier.
- Mesh
Id string - Unique Mesh identifier.
- Name string
- A filter to return only resources that match the entire name given.
- State string
- A filter to return only resources that match the life cycle state given.
- Compartment
Id This property is required. string - The ID of the compartment in which to list resources.
- Filters
Changes to this property will trigger replacement.
Ingress Gateways Filter - Id string
- Unique IngressGateway identifier.
- Mesh
Id string - Unique Mesh identifier.
- Name string
- A filter to return only resources that match the entire name given.
- State string
- A filter to return only resources that match the life cycle state given.
- compartment
Id This property is required. String - The ID of the compartment in which to list resources.
- filters
Changes to this property will trigger replacement.
Ingress Gateways Filter> - id String
- Unique IngressGateway identifier.
- mesh
Id String - Unique Mesh identifier.
- name String
- A filter to return only resources that match the entire name given.
- state String
- A filter to return only resources that match the life cycle state given.
- compartment
Id This property is required. string - The ID of the compartment in which to list resources.
- filters
Changes to this property will trigger replacement.
Ingress Gateways Filter[] - id string
- Unique IngressGateway identifier.
- mesh
Id string - Unique Mesh identifier.
- name string
- A filter to return only resources that match the entire name given.
- state string
- A filter to return only resources that match the life cycle state given.
- compartment_
id This property is required. str - The ID of the compartment in which to list resources.
- filters
Changes to this property will trigger replacement.
Get Ingress Gateways Filter] - id str
- Unique IngressGateway identifier.
- mesh_
id str - Unique Mesh identifier.
- name str
- A filter to return only resources that match the entire name given.
- state str
- A filter to return only resources that match the life cycle state given.
- compartment
Id This property is required. String - The ID of the compartment in which to list resources.
- filters
Changes to this property will trigger replacement.
- id String
- Unique IngressGateway identifier.
- mesh
Id String - Unique Mesh identifier.
- name String
- A filter to return only resources that match the entire name given.
- state String
- A filter to return only resources that match the life cycle state given.
getIngressGateways Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment.
- Ingress
Gateway List<GetCollections Ingress Gateways Ingress Gateway Collection> - The list of ingress_gateway_collection.
- Filters
List<Get
Ingress Gateways Filter> - Id string
- Unique identifier that is immutable on creation.
- Mesh
Id string - The OCID of the service mesh in which this ingress gateway is created.
- Name string
- A user-friendly name. The name has to be unique within the same service mesh and cannot be changed after creation. Avoid entering confidential information. Example:
My unique resource name
- State string
- The current state of the Resource.
- Compartment
Id string - The OCID of the compartment.
- Ingress
Gateway []GetCollections Ingress Gateways Ingress Gateway Collection - The list of ingress_gateway_collection.
- Filters
[]Get
Ingress Gateways Filter - Id string
- Unique identifier that is immutable on creation.
- Mesh
Id string - The OCID of the service mesh in which this ingress gateway is created.
- Name string
- A user-friendly name. The name has to be unique within the same service mesh and cannot be changed after creation. Avoid entering confidential information. Example:
My unique resource name
- State string
- The current state of the Resource.
- compartment
Id String - The OCID of the compartment.
- ingress
Gateway List<GetCollections Ingress Gateways Ingress Gateway Collection> - The list of ingress_gateway_collection.
- filters
List<Get
Ingress Gateways Filter> - id String
- Unique identifier that is immutable on creation.
- mesh
Id String - The OCID of the service mesh in which this ingress gateway is created.
- name String
- A user-friendly name. The name has to be unique within the same service mesh and cannot be changed after creation. Avoid entering confidential information. Example:
My unique resource name
- state String
- The current state of the Resource.
- compartment
Id string - The OCID of the compartment.
- ingress
Gateway GetCollections Ingress Gateways Ingress Gateway Collection[] - The list of ingress_gateway_collection.
- filters
Get
Ingress Gateways Filter[] - id string
- Unique identifier that is immutable on creation.
- mesh
Id string - The OCID of the service mesh in which this ingress gateway is created.
- name string
- A user-friendly name. The name has to be unique within the same service mesh and cannot be changed after creation. Avoid entering confidential information. Example:
My unique resource name
- state string
- The current state of the Resource.
- compartment_
id str - The OCID of the compartment.
- ingress_
gateway_ Sequence[servicemesh.collections Get Ingress Gateways Ingress Gateway Collection] - The list of ingress_gateway_collection.
- filters
Sequence[servicemesh.
Get Ingress Gateways Filter] - id str
- Unique identifier that is immutable on creation.
- mesh_
id str - The OCID of the service mesh in which this ingress gateway is created.
- name str
- A user-friendly name. The name has to be unique within the same service mesh and cannot be changed after creation. Avoid entering confidential information. Example:
My unique resource name
- state str
- The current state of the Resource.
- compartment
Id String - The OCID of the compartment.
- ingress
Gateway List<Property Map>Collections - The list of ingress_gateway_collection.
- filters List<Property Map>
- id String
- Unique identifier that is immutable on creation.
- mesh
Id String - The OCID of the service mesh in which this ingress gateway is created.
- name String
- A user-friendly name. The name has to be unique within the same service mesh and cannot be changed after creation. Avoid entering confidential information. Example:
My unique resource name
- state String
- The current state of the Resource.
Supporting Types
GetIngressGatewaysFilter
GetIngressGatewaysIngressGatewayCollection
- Items
This property is required. List<GetIngress Gateways Ingress Gateway Collection Item>
- Items
This property is required. []GetIngress Gateways Ingress Gateway Collection Item
- items
This property is required. List<GetIngress Gateways Ingress Gateway Collection Item>
- items
This property is required. GetIngress Gateways Ingress Gateway Collection Item[]
- items
This property is required. Sequence[servicemesh.Get Ingress Gateways Ingress Gateway Collection Item]
- items
This property is required. List<Property Map>
GetIngressGatewaysIngressGatewayCollectionItem
- Access
Loggings This property is required. List<GetIngress Gateways Ingress Gateway Collection Item Access Logging> - This configuration determines if logging is enabled and where the logs will be output.
- Compartment
Id This property is required. string - The ID of the compartment in which to list resources.
This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description
This property is required. string - Description of the resource. It can be changed after creation. Avoid entering confidential information. Example:
This is my new resource
This property is required. Dictionary<string, string>- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Hosts
This property is required. List<GetIngress Gateways Ingress Gateway Collection Item Host> - Array of hostnames and their listener configuration that this gateway will bind to.
- Id
This property is required. string - Unique IngressGateway identifier.
- Lifecycle
Details This property is required. string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
- Mesh
Id This property is required. string - Unique Mesh identifier.
- Mtls
This property is required. List<GetIngress Gateways Ingress Gateway Collection Item Mtl> - Mutual TLS settings used when sending requests to virtual services within the mesh.
- Name
This property is required. string - A filter to return only resources that match the entire name given.
- State
This property is required. string - A filter to return only resources that match the life cycle state given.
This property is required. Dictionary<string, string>- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created This property is required. string - The time when this resource was created in an RFC3339 formatted datetime string.
- Time
Updated This property is required. string - The time when this resource was updated in an RFC3339 formatted datetime string.
- Access
Loggings This property is required. []GetIngress Gateways Ingress Gateway Collection Item Access Logging - This configuration determines if logging is enabled and where the logs will be output.
- Compartment
Id This property is required. string - The ID of the compartment in which to list resources.
This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description
This property is required. string - Description of the resource. It can be changed after creation. Avoid entering confidential information. Example:
This is my new resource
This property is required. map[string]string- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Hosts
This property is required. []GetIngress Gateways Ingress Gateway Collection Item Host - Array of hostnames and their listener configuration that this gateway will bind to.
- Id
This property is required. string - Unique IngressGateway identifier.
- Lifecycle
Details This property is required. string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
- Mesh
Id This property is required. string - Unique Mesh identifier.
- Mtls
This property is required. []GetIngress Gateways Ingress Gateway Collection Item Mtl - Mutual TLS settings used when sending requests to virtual services within the mesh.
- Name
This property is required. string - A filter to return only resources that match the entire name given.
- State
This property is required. string - A filter to return only resources that match the life cycle state given.
This property is required. map[string]string- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created This property is required. string - The time when this resource was created in an RFC3339 formatted datetime string.
- Time
Updated This property is required. string - The time when this resource was updated in an RFC3339 formatted datetime string.
- access
Loggings This property is required. List<GetIngress Gateways Ingress Gateway Collection Item Access Logging> - This configuration determines if logging is enabled and where the logs will be output.
- compartment
Id This property is required. String - The ID of the compartment in which to list resources.
This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description
This property is required. String - Description of the resource. It can be changed after creation. Avoid entering confidential information. Example:
This is my new resource
This property is required. Map<String,String>- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- hosts
This property is required. List<GetIngress Gateways Ingress Gateway Collection Item Host> - Array of hostnames and their listener configuration that this gateway will bind to.
- id
This property is required. String - Unique IngressGateway identifier.
- lifecycle
Details This property is required. String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
- mesh
Id This property is required. String - Unique Mesh identifier.
- mtls
This property is required. List<GetIngress Gateways Ingress Gateway Collection Item Mtl> - Mutual TLS settings used when sending requests to virtual services within the mesh.
- name
This property is required. String - A filter to return only resources that match the entire name given.
- state
This property is required. String - A filter to return only resources that match the life cycle state given.
This property is required. Map<String,String>- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. String - The time when this resource was created in an RFC3339 formatted datetime string.
- time
Updated This property is required. String - The time when this resource was updated in an RFC3339 formatted datetime string.
- access
Loggings This property is required. GetIngress Gateways Ingress Gateway Collection Item Access Logging[] - This configuration determines if logging is enabled and where the logs will be output.
- compartment
Id This property is required. string - The ID of the compartment in which to list resources.
This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description
This property is required. string - Description of the resource. It can be changed after creation. Avoid entering confidential information. Example:
This is my new resource
This property is required. {[key: string]: string}- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- hosts
This property is required. GetIngress Gateways Ingress Gateway Collection Item Host[] - Array of hostnames and their listener configuration that this gateway will bind to.
- id
This property is required. string - Unique IngressGateway identifier.
- lifecycle
Details This property is required. string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
- mesh
Id This property is required. string - Unique Mesh identifier.
- mtls
This property is required. GetIngress Gateways Ingress Gateway Collection Item Mtl[] - Mutual TLS settings used when sending requests to virtual services within the mesh.
- name
This property is required. string - A filter to return only resources that match the entire name given.
- state
This property is required. string - A filter to return only resources that match the life cycle state given.
This property is required. {[key: string]: string}- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. string - The time when this resource was created in an RFC3339 formatted datetime string.
- time
Updated This property is required. string - The time when this resource was updated in an RFC3339 formatted datetime string.
- access_
loggings This property is required. Sequence[servicemesh.Get Ingress Gateways Ingress Gateway Collection Item Access Logging] - This configuration determines if logging is enabled and where the logs will be output.
- compartment_
id This property is required. str - The ID of the compartment in which to list resources.
This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description
This property is required. str - Description of the resource. It can be changed after creation. Avoid entering confidential information. Example:
This is my new resource
This property is required. Mapping[str, str]- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- hosts
This property is required. Sequence[servicemesh.Get Ingress Gateways Ingress Gateway Collection Item Host] - Array of hostnames and their listener configuration that this gateway will bind to.
- id
This property is required. str - Unique IngressGateway identifier.
- lifecycle_
details This property is required. str - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
- mesh_
id This property is required. str - Unique Mesh identifier.
- mtls
This property is required. Sequence[servicemesh.Get Ingress Gateways Ingress Gateway Collection Item Mtl] - Mutual TLS settings used when sending requests to virtual services within the mesh.
- name
This property is required. str - A filter to return only resources that match the entire name given.
- state
This property is required. str - A filter to return only resources that match the life cycle state given.
This property is required. Mapping[str, str]- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created This property is required. str - The time when this resource was created in an RFC3339 formatted datetime string.
- time_
updated This property is required. str - The time when this resource was updated in an RFC3339 formatted datetime string.
- access
Loggings This property is required. List<Property Map> - This configuration determines if logging is enabled and where the logs will be output.
- compartment
Id This property is required. String - The ID of the compartment in which to list resources.
This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description
This property is required. String - Description of the resource. It can be changed after creation. Avoid entering confidential information. Example:
This is my new resource
This property is required. Map<String>- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- hosts
This property is required. List<Property Map> - Array of hostnames and their listener configuration that this gateway will bind to.
- id
This property is required. String - Unique IngressGateway identifier.
- lifecycle
Details This property is required. String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
- mesh
Id This property is required. String - Unique Mesh identifier.
- mtls
This property is required. List<Property Map> - Mutual TLS settings used when sending requests to virtual services within the mesh.
- name
This property is required. String - A filter to return only resources that match the entire name given.
- state
This property is required. String - A filter to return only resources that match the life cycle state given.
This property is required. Map<String>- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. String - The time when this resource was created in an RFC3339 formatted datetime string.
- time
Updated This property is required. String - The time when this resource was updated in an RFC3339 formatted datetime string.
GetIngressGatewaysIngressGatewayCollectionItemAccessLogging
- Is
Enabled This property is required. bool - Determines if the logging configuration is enabled.
- Is
Enabled This property is required. bool - Determines if the logging configuration is enabled.
- is
Enabled This property is required. Boolean - Determines if the logging configuration is enabled.
- is
Enabled This property is required. boolean - Determines if the logging configuration is enabled.
- is_
enabled This property is required. bool - Determines if the logging configuration is enabled.
- is
Enabled This property is required. Boolean - Determines if the logging configuration is enabled.
GetIngressGatewaysIngressGatewayCollectionItemHost
- Hostnames
This property is required. List<string> - Hostnames of the host. Applicable only for HTTP and TLS_PASSTHROUGH listeners. Wildcard hostnames are supported in the prefix form. Examples of valid hostnames are "www.example.com", ".example.com", ".com".
- Listeners
This property is required. List<GetIngress Gateways Ingress Gateway Collection Item Host Listener> - The listeners for the ingress gateway.
- Name
This property is required. string - A filter to return only resources that match the entire name given.
- Hostnames
This property is required. []string - Hostnames of the host. Applicable only for HTTP and TLS_PASSTHROUGH listeners. Wildcard hostnames are supported in the prefix form. Examples of valid hostnames are "www.example.com", ".example.com", ".com".
- Listeners
This property is required. []GetIngress Gateways Ingress Gateway Collection Item Host Listener - The listeners for the ingress gateway.
- Name
This property is required. string - A filter to return only resources that match the entire name given.
- hostnames
This property is required. List<String> - Hostnames of the host. Applicable only for HTTP and TLS_PASSTHROUGH listeners. Wildcard hostnames are supported in the prefix form. Examples of valid hostnames are "www.example.com", ".example.com", ".com".
- listeners
This property is required. List<GetIngress Gateways Ingress Gateway Collection Item Host Listener> - The listeners for the ingress gateway.
- name
This property is required. String - A filter to return only resources that match the entire name given.
- hostnames
This property is required. string[] - Hostnames of the host. Applicable only for HTTP and TLS_PASSTHROUGH listeners. Wildcard hostnames are supported in the prefix form. Examples of valid hostnames are "www.example.com", ".example.com", ".com".
- listeners
This property is required. GetIngress Gateways Ingress Gateway Collection Item Host Listener[] - The listeners for the ingress gateway.
- name
This property is required. string - A filter to return only resources that match the entire name given.
- hostnames
This property is required. Sequence[str] - Hostnames of the host. Applicable only for HTTP and TLS_PASSTHROUGH listeners. Wildcard hostnames are supported in the prefix form. Examples of valid hostnames are "www.example.com", ".example.com", ".com".
- listeners
This property is required. Sequence[servicemesh.Get Ingress Gateways Ingress Gateway Collection Item Host Listener] - The listeners for the ingress gateway.
- name
This property is required. str - A filter to return only resources that match the entire name given.
- hostnames
This property is required. List<String> - Hostnames of the host. Applicable only for HTTP and TLS_PASSTHROUGH listeners. Wildcard hostnames are supported in the prefix form. Examples of valid hostnames are "www.example.com", ".example.com", ".com".
- listeners
This property is required. List<Property Map> - The listeners for the ingress gateway.
- name
This property is required. String - A filter to return only resources that match the entire name given.
GetIngressGatewaysIngressGatewayCollectionItemHostListener
- Port
This property is required. int - Port on which ingress gateway is listening.
- Protocol
This property is required. string - Type of protocol used.
- Tls
This property is required. List<GetIngress Gateways Ingress Gateway Collection Item Host Listener Tl> - TLS enforcement config for the ingress listener.
- Port
This property is required. int - Port on which ingress gateway is listening.
- Protocol
This property is required. string - Type of protocol used.
- Tls
This property is required. []GetIngress Gateways Ingress Gateway Collection Item Host Listener Tl - TLS enforcement config for the ingress listener.
- port
This property is required. Integer - Port on which ingress gateway is listening.
- protocol
This property is required. String - Type of protocol used.
- tls
This property is required. List<GetIngress Gateways Ingress Gateway Collection Item Host Listener Tl> - TLS enforcement config for the ingress listener.
- port
This property is required. number - Port on which ingress gateway is listening.
- protocol
This property is required. string - Type of protocol used.
- tls
This property is required. GetIngress Gateways Ingress Gateway Collection Item Host Listener Tl[] - TLS enforcement config for the ingress listener.
- port
This property is required. int - Port on which ingress gateway is listening.
- protocol
This property is required. str - Type of protocol used.
- tls
This property is required. Sequence[servicemesh.Get Ingress Gateways Ingress Gateway Collection Item Host Listener Tl] - TLS enforcement config for the ingress listener.
- port
This property is required. Number - Port on which ingress gateway is listening.
- protocol
This property is required. String - Type of protocol used.
- tls
This property is required. List<Property Map> - TLS enforcement config for the ingress listener.
GetIngressGatewaysIngressGatewayCollectionItemHostListenerTl
- Client
Validations This property is required. List<GetIngress Gateways Ingress Gateway Collection Item Host Listener Tl Client Validation> - Resource representing the TLS configuration used for validating client certificates.
- Mode
This property is required. string - DISABLED: Connection can only be plaintext. PERMISSIVE: Connection can be either plaintext or TLS/mTLS. If the clientValidation.trustedCaBundle property is configured for the listener, mTLS is performed and the client's certificates are validated by the gateway. TLS: Connection can only be TLS. MUTUAL_TLS: Connection can only be MTLS.
- Server
Certificates This property is required. List<GetIngress Gateways Ingress Gateway Collection Item Host Listener Tl Server Certificate> - Resource representing the location of the TLS certificate.
- Client
Validations This property is required. []GetIngress Gateways Ingress Gateway Collection Item Host Listener Tl Client Validation - Resource representing the TLS configuration used for validating client certificates.
- Mode
This property is required. string - DISABLED: Connection can only be plaintext. PERMISSIVE: Connection can be either plaintext or TLS/mTLS. If the clientValidation.trustedCaBundle property is configured for the listener, mTLS is performed and the client's certificates are validated by the gateway. TLS: Connection can only be TLS. MUTUAL_TLS: Connection can only be MTLS.
- Server
Certificates This property is required. []GetIngress Gateways Ingress Gateway Collection Item Host Listener Tl Server Certificate - Resource representing the location of the TLS certificate.
- client
Validations This property is required. List<GetIngress Gateways Ingress Gateway Collection Item Host Listener Tl Client Validation> - Resource representing the TLS configuration used for validating client certificates.
- mode
This property is required. String - DISABLED: Connection can only be plaintext. PERMISSIVE: Connection can be either plaintext or TLS/mTLS. If the clientValidation.trustedCaBundle property is configured for the listener, mTLS is performed and the client's certificates are validated by the gateway. TLS: Connection can only be TLS. MUTUAL_TLS: Connection can only be MTLS.
- server
Certificates This property is required. List<GetIngress Gateways Ingress Gateway Collection Item Host Listener Tl Server Certificate> - Resource representing the location of the TLS certificate.
- client
Validations This property is required. GetIngress Gateways Ingress Gateway Collection Item Host Listener Tl Client Validation[] - Resource representing the TLS configuration used for validating client certificates.
- mode
This property is required. string - DISABLED: Connection can only be plaintext. PERMISSIVE: Connection can be either plaintext or TLS/mTLS. If the clientValidation.trustedCaBundle property is configured for the listener, mTLS is performed and the client's certificates are validated by the gateway. TLS: Connection can only be TLS. MUTUAL_TLS: Connection can only be MTLS.
- server
Certificates This property is required. GetIngress Gateways Ingress Gateway Collection Item Host Listener Tl Server Certificate[] - Resource representing the location of the TLS certificate.
- client_
validations This property is required. Sequence[servicemesh.Get Ingress Gateways Ingress Gateway Collection Item Host Listener Tl Client Validation] - Resource representing the TLS configuration used for validating client certificates.
- mode
This property is required. str - DISABLED: Connection can only be plaintext. PERMISSIVE: Connection can be either plaintext or TLS/mTLS. If the clientValidation.trustedCaBundle property is configured for the listener, mTLS is performed and the client's certificates are validated by the gateway. TLS: Connection can only be TLS. MUTUAL_TLS: Connection can only be MTLS.
- server_
certificates This property is required. Sequence[servicemesh.Get Ingress Gateways Ingress Gateway Collection Item Host Listener Tl Server Certificate] - Resource representing the location of the TLS certificate.
- client
Validations This property is required. List<Property Map> - Resource representing the TLS configuration used for validating client certificates.
- mode
This property is required. String - DISABLED: Connection can only be plaintext. PERMISSIVE: Connection can be either plaintext or TLS/mTLS. If the clientValidation.trustedCaBundle property is configured for the listener, mTLS is performed and the client's certificates are validated by the gateway. TLS: Connection can only be TLS. MUTUAL_TLS: Connection can only be MTLS.
- server
Certificates This property is required. List<Property Map> - Resource representing the location of the TLS certificate.
GetIngressGatewaysIngressGatewayCollectionItemHostListenerTlClientValidation
- Subject
Alternate Names This property is required. List<string> - A list of alternate names to verify the subject identity in the certificate presented by the client.
- Trusted
Ca Bundles This property is required. List<GetIngress Gateways Ingress Gateway Collection Item Host Listener Tl Client Validation Trusted Ca Bundle> - Resource representing the CA bundle.
- Subject
Alternate Names This property is required. []string - A list of alternate names to verify the subject identity in the certificate presented by the client.
- Trusted
Ca Bundles This property is required. []GetIngress Gateways Ingress Gateway Collection Item Host Listener Tl Client Validation Trusted Ca Bundle - Resource representing the CA bundle.
- subject
Alternate Names This property is required. List<String> - A list of alternate names to verify the subject identity in the certificate presented by the client.
- trusted
Ca Bundles This property is required. List<GetIngress Gateways Ingress Gateway Collection Item Host Listener Tl Client Validation Trusted Ca Bundle> - Resource representing the CA bundle.
- subject
Alternate Names This property is required. string[] - A list of alternate names to verify the subject identity in the certificate presented by the client.
- trusted
Ca Bundles This property is required. GetIngress Gateways Ingress Gateway Collection Item Host Listener Tl Client Validation Trusted Ca Bundle[] - Resource representing the CA bundle.
- subject_
alternate_ names This property is required. Sequence[str] - A list of alternate names to verify the subject identity in the certificate presented by the client.
- trusted_
ca_ bundles This property is required. Sequence[servicemesh.Get Ingress Gateways Ingress Gateway Collection Item Host Listener Tl Client Validation Trusted Ca Bundle] - Resource representing the CA bundle.
- subject
Alternate Names This property is required. List<String> - A list of alternate names to verify the subject identity in the certificate presented by the client.
- trusted
Ca Bundles This property is required. List<Property Map> - Resource representing the CA bundle.
GetIngressGatewaysIngressGatewayCollectionItemHostListenerTlClientValidationTrustedCaBundle
- Ca
Bundle Id This property is required. string - The OCID of the CA Bundle resource.
- Secret
Name This property is required. string - Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
- Type
This property is required. string - Type of certificate.
- Ca
Bundle Id This property is required. string - The OCID of the CA Bundle resource.
- Secret
Name This property is required. string - Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
- Type
This property is required. string - Type of certificate.
- ca
Bundle Id This property is required. String - The OCID of the CA Bundle resource.
- secret
Name This property is required. String - Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
- type
This property is required. String - Type of certificate.
- ca
Bundle Id This property is required. string - The OCID of the CA Bundle resource.
- secret
Name This property is required. string - Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
- type
This property is required. string - Type of certificate.
- ca_
bundle_ id This property is required. str - The OCID of the CA Bundle resource.
- secret_
name This property is required. str - Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
- type
This property is required. str - Type of certificate.
- ca
Bundle Id This property is required. String - The OCID of the CA Bundle resource.
- secret
Name This property is required. String - Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
- type
This property is required. String - Type of certificate.
GetIngressGatewaysIngressGatewayCollectionItemHostListenerTlServerCertificate
- Certificate
Id This property is required. string - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- Secret
Name This property is required. string - Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
- Type
This property is required. string - Type of certificate.
- Certificate
Id This property is required. string - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- Secret
Name This property is required. string - Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
- Type
This property is required. string - Type of certificate.
- certificate
Id This property is required. String - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- secret
Name This property is required. String - Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
- type
This property is required. String - Type of certificate.
- certificate
Id This property is required. string - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- secret
Name This property is required. string - Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
- type
This property is required. string - Type of certificate.
- certificate_
id This property is required. str - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- secret_
name This property is required. str - Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
- type
This property is required. str - Type of certificate.
- certificate
Id This property is required. String - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- secret
Name This property is required. String - Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
- type
This property is required. String - Type of certificate.
GetIngressGatewaysIngressGatewayCollectionItemMtl
- Certificate
Id This property is required. string - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- Maximum
Validity This property is required. int - The number of days the mTLS certificate is valid. This value should be less than the Maximum Validity Duration for Certificates (Days) setting on the Certificate Authority associated with this Mesh. The certificate will be automatically renewed after 2/3 of the validity period, so a certificate with a maximum validity of 45 days will be renewed every 30 days.
- Certificate
Id This property is required. string - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- Maximum
Validity This property is required. int - The number of days the mTLS certificate is valid. This value should be less than the Maximum Validity Duration for Certificates (Days) setting on the Certificate Authority associated with this Mesh. The certificate will be automatically renewed after 2/3 of the validity period, so a certificate with a maximum validity of 45 days will be renewed every 30 days.
- certificate
Id This property is required. String - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- maximum
Validity This property is required. Integer - The number of days the mTLS certificate is valid. This value should be less than the Maximum Validity Duration for Certificates (Days) setting on the Certificate Authority associated with this Mesh. The certificate will be automatically renewed after 2/3 of the validity period, so a certificate with a maximum validity of 45 days will be renewed every 30 days.
- certificate
Id This property is required. string - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- maximum
Validity This property is required. number - The number of days the mTLS certificate is valid. This value should be less than the Maximum Validity Duration for Certificates (Days) setting on the Certificate Authority associated with this Mesh. The certificate will be automatically renewed after 2/3 of the validity period, so a certificate with a maximum validity of 45 days will be renewed every 30 days.
- certificate_
id This property is required. str - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- maximum_
validity This property is required. int - The number of days the mTLS certificate is valid. This value should be less than the Maximum Validity Duration for Certificates (Days) setting on the Certificate Authority associated with this Mesh. The certificate will be automatically renewed after 2/3 of the validity period, so a certificate with a maximum validity of 45 days will be renewed every 30 days.
- certificate
Id This property is required. String - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- maximum
Validity This property is required. Number - The number of days the mTLS certificate is valid. This value should be less than the Maximum Validity Duration for Certificates (Days) setting on the Certificate Authority associated with this Mesh. The certificate will be automatically renewed after 2/3 of the validity period, so a certificate with a maximum validity of 45 days will be renewed every 30 days.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.