ExtensionProvider

class ExtensionProvider : KotlinCustomResource

Provides a Service Mesh Extension Provider resource. For information about Service Mesh Extension Provider and how to use it, see What is Extension Provider.

NOTE: Available since v1.191.0.

Import

Service Mesh Extension Provider can be imported using the id, e.g.

$ pulumi import alicloud:servicemesh/extensionProvider:ExtensionProvider example <service_mesh_id>:<type>:<extension_provider_name>

Properties

Link copied to clipboard
val config: Output<String>

The config of the Service Mesh Extension Provider. The config format is json.

Link copied to clipboard

The name of the Service Mesh Extension Provider. It must be prefixed with $type-, for example httpextauth-xxx, grpcextauth-xxx.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val serviceMeshId: Output<String>

The ID of the Service Mesh.

Link copied to clipboard
val type: Output<String>

The type of the Service Mesh Extension Provider. Valid values: httpextauth, grpcextauth.

Link copied to clipboard
val urn: Output<String>