1. Packages
  2. Azure Native
  3. API Docs
  4. iotoperationsmq
  5. getBrokerListener
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.41.0 published on Tuesday, May 14, 2024 by Pulumi

azure-native.iotoperationsmq.getBrokerListener

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.41.0 published on Tuesday, May 14, 2024 by Pulumi

    Get a BrokerListenerResource Azure REST API version: 2023-10-04-preview.

    Using getBrokerListener

    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 getBrokerListener(args: GetBrokerListenerArgs, opts?: InvokeOptions): Promise<GetBrokerListenerResult>
    function getBrokerListenerOutput(args: GetBrokerListenerOutputArgs, opts?: InvokeOptions): Output<GetBrokerListenerResult>
    def get_broker_listener(broker_name: Optional[str] = None,
                            listener_name: Optional[str] = None,
                            mq_name: Optional[str] = None,
                            resource_group_name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetBrokerListenerResult
    def get_broker_listener_output(broker_name: Optional[pulumi.Input[str]] = None,
                            listener_name: Optional[pulumi.Input[str]] = None,
                            mq_name: Optional[pulumi.Input[str]] = None,
                            resource_group_name: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetBrokerListenerResult]
    func LookupBrokerListener(ctx *Context, args *LookupBrokerListenerArgs, opts ...InvokeOption) (*LookupBrokerListenerResult, error)
    func LookupBrokerListenerOutput(ctx *Context, args *LookupBrokerListenerOutputArgs, opts ...InvokeOption) LookupBrokerListenerResultOutput

    > Note: This function is named LookupBrokerListener in the Go SDK.

    public static class GetBrokerListener 
    {
        public static Task<GetBrokerListenerResult> InvokeAsync(GetBrokerListenerArgs args, InvokeOptions? opts = null)
        public static Output<GetBrokerListenerResult> Invoke(GetBrokerListenerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBrokerListenerResult> getBrokerListener(GetBrokerListenerArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:iotoperationsmq:getBrokerListener
      arguments:
        # arguments dictionary

    The following arguments are supported:

    BrokerName string
    Name of MQ broker resource
    ListenerName string
    Name of MQ broker/listener resource
    MqName string
    Name of MQ resource
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    BrokerName string
    Name of MQ broker resource
    ListenerName string
    Name of MQ broker/listener resource
    MqName string
    Name of MQ resource
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    brokerName String
    Name of MQ broker resource
    listenerName String
    Name of MQ broker/listener resource
    mqName String
    Name of MQ resource
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    brokerName string
    Name of MQ broker resource
    listenerName string
    Name of MQ broker/listener resource
    mqName string
    Name of MQ resource
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    broker_name str
    Name of MQ broker resource
    listener_name str
    Name of MQ broker/listener resource
    mq_name str
    Name of MQ resource
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    brokerName String
    Name of MQ broker resource
    listenerName String
    Name of MQ broker/listener resource
    mqName String
    Name of MQ resource
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getBrokerListener Result

    The following output properties are available:

    BrokerRef string
    The k8s cr/resource reference of mq/broker.
    ExtendedLocation Pulumi.AzureNative.IoTOperationsMQ.Outputs.ExtendedLocationPropertyResponse
    Extended Location
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    Port int
    The port to start Listening for connections on.
    ProvisioningState string
    The status of the last operation.
    SystemData Pulumi.AzureNative.IoTOperationsMQ.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    AuthenticationEnabled bool
    The flag for enabling Authentication rules on Listener Port.
    AuthorizationEnabled bool
    The flag for enabling Authorization policies on Listener Port. false - AllowAll, true - Use Authorization resource rules if present.
    NodePort int
    The node port to use on the Host node.
    ServiceName string
    The service name to expose Listener port on.
    ServiceType string
    The Kubernetes Service type to deploy for Listener.
    Tags Dictionary<string, string>
    Resource tags.
    Tls Pulumi.AzureNative.IoTOperationsMQ.Outputs.TlsCertMethodResponse
    Defines configuration of a TLS server certificate. NOTE Enum - Only one TLS Cert method is supported
    BrokerRef string
    The k8s cr/resource reference of mq/broker.
    ExtendedLocation ExtendedLocationPropertyResponse
    Extended Location
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    Port int
    The port to start Listening for connections on.
    ProvisioningState string
    The status of the last operation.
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    AuthenticationEnabled bool
    The flag for enabling Authentication rules on Listener Port.
    AuthorizationEnabled bool
    The flag for enabling Authorization policies on Listener Port. false - AllowAll, true - Use Authorization resource rules if present.
    NodePort int
    The node port to use on the Host node.
    ServiceName string
    The service name to expose Listener port on.
    ServiceType string
    The Kubernetes Service type to deploy for Listener.
    Tags map[string]string
    Resource tags.
    Tls TlsCertMethodResponse
    Defines configuration of a TLS server certificate. NOTE Enum - Only one TLS Cert method is supported
    brokerRef String
    The k8s cr/resource reference of mq/broker.
    extendedLocation ExtendedLocationPropertyResponse
    Extended Location
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    port Integer
    The port to start Listening for connections on.
    provisioningState String
    The status of the last operation.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    authenticationEnabled Boolean
    The flag for enabling Authentication rules on Listener Port.
    authorizationEnabled Boolean
    The flag for enabling Authorization policies on Listener Port. false - AllowAll, true - Use Authorization resource rules if present.
    nodePort Integer
    The node port to use on the Host node.
    serviceName String
    The service name to expose Listener port on.
    serviceType String
    The Kubernetes Service type to deploy for Listener.
    tags Map<String,String>
    Resource tags.
    tls TlsCertMethodResponse
    Defines configuration of a TLS server certificate. NOTE Enum - Only one TLS Cert method is supported
    brokerRef string
    The k8s cr/resource reference of mq/broker.
    extendedLocation ExtendedLocationPropertyResponse
    Extended Location
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location string
    The geo-location where the resource lives
    name string
    The name of the resource
    port number
    The port to start Listening for connections on.
    provisioningState string
    The status of the last operation.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    authenticationEnabled boolean
    The flag for enabling Authentication rules on Listener Port.
    authorizationEnabled boolean
    The flag for enabling Authorization policies on Listener Port. false - AllowAll, true - Use Authorization resource rules if present.
    nodePort number
    The node port to use on the Host node.
    serviceName string
    The service name to expose Listener port on.
    serviceType string
    The Kubernetes Service type to deploy for Listener.
    tags {[key: string]: string}
    Resource tags.
    tls TlsCertMethodResponse
    Defines configuration of a TLS server certificate. NOTE Enum - Only one TLS Cert method is supported
    broker_ref str
    The k8s cr/resource reference of mq/broker.
    extended_location ExtendedLocationPropertyResponse
    Extended Location
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location str
    The geo-location where the resource lives
    name str
    The name of the resource
    port int
    The port to start Listening for connections on.
    provisioning_state str
    The status of the last operation.
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    authentication_enabled bool
    The flag for enabling Authentication rules on Listener Port.
    authorization_enabled bool
    The flag for enabling Authorization policies on Listener Port. false - AllowAll, true - Use Authorization resource rules if present.
    node_port int
    The node port to use on the Host node.
    service_name str
    The service name to expose Listener port on.
    service_type str
    The Kubernetes Service type to deploy for Listener.
    tags Mapping[str, str]
    Resource tags.
    tls TlsCertMethodResponse
    Defines configuration of a TLS server certificate. NOTE Enum - Only one TLS Cert method is supported
    brokerRef String
    The k8s cr/resource reference of mq/broker.
    extendedLocation Property Map
    Extended Location
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    port Number
    The port to start Listening for connections on.
    provisioningState String
    The status of the last operation.
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    authenticationEnabled Boolean
    The flag for enabling Authentication rules on Listener Port.
    authorizationEnabled Boolean
    The flag for enabling Authorization policies on Listener Port. false - AllowAll, true - Use Authorization resource rules if present.
    nodePort Number
    The node port to use on the Host node.
    serviceName String
    The service name to expose Listener port on.
    serviceType String
    The Kubernetes Service type to deploy for Listener.
    tags Map<String>
    Resource tags.
    tls Property Map
    Defines configuration of a TLS server certificate. NOTE Enum - Only one TLS Cert method is supported

    Supporting Types

    AutomaticCertMethodResponse

    IssuerRef Pulumi.AzureNative.IoTOperationsMQ.Inputs.CertManagerIssuerRefResponse
    cert-manager issuerRef.
    Duration string
    Lifetime of automatically-managed certificate.
    PrivateKey Pulumi.AzureNative.IoTOperationsMQ.Inputs.CertManagerPrivateKeyResponse
    Cert Manager private key.
    RenewBefore string
    When to begin renewing automatically-managed certificate.
    San Pulumi.AzureNative.IoTOperationsMQ.Inputs.SanForCertResponse
    Additional SANs to include in the certificate.
    SecretName string
    Secret for storing server certificate. Any existing data will be overwritten.
    SecretNamespace string
    Certificate K8S namespace. Omit to use default namespace.
    IssuerRef CertManagerIssuerRefResponse
    cert-manager issuerRef.
    Duration string
    Lifetime of automatically-managed certificate.
    PrivateKey CertManagerPrivateKeyResponse
    Cert Manager private key.
    RenewBefore string
    When to begin renewing automatically-managed certificate.
    San SanForCertResponse
    Additional SANs to include in the certificate.
    SecretName string
    Secret for storing server certificate. Any existing data will be overwritten.
    SecretNamespace string
    Certificate K8S namespace. Omit to use default namespace.
    issuerRef CertManagerIssuerRefResponse
    cert-manager issuerRef.
    duration String
    Lifetime of automatically-managed certificate.
    privateKey CertManagerPrivateKeyResponse
    Cert Manager private key.
    renewBefore String
    When to begin renewing automatically-managed certificate.
    san SanForCertResponse
    Additional SANs to include in the certificate.
    secretName String
    Secret for storing server certificate. Any existing data will be overwritten.
    secretNamespace String
    Certificate K8S namespace. Omit to use default namespace.
    issuerRef CertManagerIssuerRefResponse
    cert-manager issuerRef.
    duration string
    Lifetime of automatically-managed certificate.
    privateKey CertManagerPrivateKeyResponse
    Cert Manager private key.
    renewBefore string
    When to begin renewing automatically-managed certificate.
    san SanForCertResponse
    Additional SANs to include in the certificate.
    secretName string
    Secret for storing server certificate. Any existing data will be overwritten.
    secretNamespace string
    Certificate K8S namespace. Omit to use default namespace.
    issuer_ref CertManagerIssuerRefResponse
    cert-manager issuerRef.
    duration str
    Lifetime of automatically-managed certificate.
    private_key CertManagerPrivateKeyResponse
    Cert Manager private key.
    renew_before str
    When to begin renewing automatically-managed certificate.
    san SanForCertResponse
    Additional SANs to include in the certificate.
    secret_name str
    Secret for storing server certificate. Any existing data will be overwritten.
    secret_namespace str
    Certificate K8S namespace. Omit to use default namespace.
    issuerRef Property Map
    cert-manager issuerRef.
    duration String
    Lifetime of automatically-managed certificate.
    privateKey Property Map
    Cert Manager private key.
    renewBefore String
    When to begin renewing automatically-managed certificate.
    san Property Map
    Additional SANs to include in the certificate.
    secretName String
    Secret for storing server certificate. Any existing data will be overwritten.
    secretNamespace String
    Certificate K8S namespace. Omit to use default namespace.

    CertManagerIssuerRefResponse

    Group string
    group of issuer.
    Kind string
    kind of issuer (Issuer or ClusterIssuer).
    Name string
    name of issuer.
    Group string
    group of issuer.
    Kind string
    kind of issuer (Issuer or ClusterIssuer).
    Name string
    name of issuer.
    group String
    group of issuer.
    kind String
    kind of issuer (Issuer or ClusterIssuer).
    name String
    name of issuer.
    group string
    group of issuer.
    kind string
    kind of issuer (Issuer or ClusterIssuer).
    name string
    name of issuer.
    group str
    group of issuer.
    kind str
    kind of issuer (Issuer or ClusterIssuer).
    name str
    name of issuer.
    group String
    group of issuer.
    kind String
    kind of issuer (Issuer or ClusterIssuer).
    name String
    name of issuer.

    CertManagerPrivateKeyResponse

    Algorithm string
    algorithm for private key.
    RotationPolicy string
    cert-manager rotationPolicy.
    Size int
    size of private key.
    Algorithm string
    algorithm for private key.
    RotationPolicy string
    cert-manager rotationPolicy.
    Size int
    size of private key.
    algorithm String
    algorithm for private key.
    rotationPolicy String
    cert-manager rotationPolicy.
    size Integer
    size of private key.
    algorithm string
    algorithm for private key.
    rotationPolicy string
    cert-manager rotationPolicy.
    size number
    size of private key.
    algorithm str
    algorithm for private key.
    rotation_policy str
    cert-manager rotationPolicy.
    size int
    size of private key.
    algorithm String
    algorithm for private key.
    rotationPolicy String
    cert-manager rotationPolicy.
    size Number
    size of private key.

    ExtendedLocationPropertyResponse

    Name string
    The name of the extended location.
    Type string
    Type of ExtendedLocation.
    Name string
    The name of the extended location.
    Type string
    Type of ExtendedLocation.
    name String
    The name of the extended location.
    type String
    Type of ExtendedLocation.
    name string
    The name of the extended location.
    type string
    Type of ExtendedLocation.
    name str
    The name of the extended location.
    type str
    Type of ExtendedLocation.
    name String
    The name of the extended location.
    type String
    Type of ExtendedLocation.

    KeyVaultCertificatePropertiesResponse

    Vault KeyVaultConnectionPropertiesResponse
    KeyVault properties.
    VaultCert KeyVaultSecretObjectResponse
    KeyVault Cert secret details.
    VaultCaChainSecret KeyVaultSecretObjectResponse
    KeyVault CA chain secret details.
    vault KeyVaultConnectionPropertiesResponse
    KeyVault properties.
    vaultCert KeyVaultSecretObjectResponse
    KeyVault Cert secret details.
    vaultCaChainSecret KeyVaultSecretObjectResponse
    KeyVault CA chain secret details.
    vault KeyVaultConnectionPropertiesResponse
    KeyVault properties.
    vaultCert KeyVaultSecretObjectResponse
    KeyVault Cert secret details.
    vaultCaChainSecret KeyVaultSecretObjectResponse
    KeyVault CA chain secret details.
    vault Property Map
    KeyVault properties.
    vaultCert Property Map
    KeyVault Cert secret details.
    vaultCaChainSecret Property Map
    KeyVault CA chain secret details.

    KeyVaultConnectionPropertiesResponse

    Credentials Pulumi.AzureNative.IoTOperationsMQ.Inputs.KeyVaultCredentialsPropertiesResponse
    KeyVault credentials.
    DirectoryId string
    KeyVault directoryId.
    Name string
    KeyVault name.
    Credentials KeyVaultCredentialsPropertiesResponse
    KeyVault credentials.
    DirectoryId string
    KeyVault directoryId.
    Name string
    KeyVault name.
    credentials KeyVaultCredentialsPropertiesResponse
    KeyVault credentials.
    directoryId String
    KeyVault directoryId.
    name String
    KeyVault name.
    credentials KeyVaultCredentialsPropertiesResponse
    KeyVault credentials.
    directoryId string
    KeyVault directoryId.
    name string
    KeyVault name.
    credentials KeyVaultCredentialsPropertiesResponse
    KeyVault credentials.
    directory_id str
    KeyVault directoryId.
    name str
    KeyVault name.
    credentials Property Map
    KeyVault credentials.
    directoryId String
    KeyVault directoryId.
    name String
    KeyVault name.

    KeyVaultCredentialsPropertiesResponse

    ServicePrincipalLocalSecretName string
    KeyVault service principal local secret name.
    ServicePrincipalLocalSecretName string
    KeyVault service principal local secret name.
    servicePrincipalLocalSecretName String
    KeyVault service principal local secret name.
    servicePrincipalLocalSecretName string
    KeyVault service principal local secret name.
    service_principal_local_secret_name str
    KeyVault service principal local secret name.
    servicePrincipalLocalSecretName String
    KeyVault service principal local secret name.

    KeyVaultSecretObjectResponse

    Name string
    KeyVault secret name.
    Version string
    KeyVault secret version.
    Name string
    KeyVault secret name.
    Version string
    KeyVault secret version.
    name String
    KeyVault secret name.
    version String
    KeyVault secret version.
    name string
    KeyVault secret name.
    version string
    KeyVault secret version.
    name str
    KeyVault secret name.
    version str
    KeyVault secret version.
    name String
    KeyVault secret name.
    version String
    KeyVault secret version.

    ManualCertMethodResponse

    SecretName string
    secret containing TLS cert.
    SecretNamespace string
    namespace of secret; omit to use default namespace.
    SecretName string
    secret containing TLS cert.
    SecretNamespace string
    namespace of secret; omit to use default namespace.
    secretName String
    secret containing TLS cert.
    secretNamespace String
    namespace of secret; omit to use default namespace.
    secretName string
    secret containing TLS cert.
    secretNamespace string
    namespace of secret; omit to use default namespace.
    secret_name str
    secret containing TLS cert.
    secret_namespace str
    namespace of secret; omit to use default namespace.
    secretName String
    secret containing TLS cert.
    secretNamespace String
    namespace of secret; omit to use default namespace.

    SanForCertResponse

    Dns List<string>
    DNS SANs.
    Ip List<string>
    IP address SANs.
    Dns []string
    DNS SANs.
    Ip []string
    IP address SANs.
    dns List<String>
    DNS SANs.
    ip List<String>
    IP address SANs.
    dns string[]
    DNS SANs.
    ip string[]
    IP address SANs.
    dns Sequence[str]
    DNS SANs.
    ip Sequence[str]
    IP address SANs.
    dns List<String>
    DNS SANs.
    ip List<String>
    IP address SANs.

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    TlsCertMethodResponse

    Automatic Pulumi.AzureNative.IoTOperationsMQ.Inputs.AutomaticCertMethodResponse
    Option 1 - Automatic TLS server certificate management with cert-manager.
    KeyVault Pulumi.AzureNative.IoTOperationsMQ.Inputs.KeyVaultCertificatePropertiesResponse
    Option 3 - TLS server certificate retrieved from Key Vault..
    Manual Pulumi.AzureNative.IoTOperationsMQ.Inputs.ManualCertMethodResponse
    Option 2 - Manual TLS server certificate management through a defined secret.
    Automatic AutomaticCertMethodResponse
    Option 1 - Automatic TLS server certificate management with cert-manager.
    KeyVault KeyVaultCertificatePropertiesResponse
    Option 3 - TLS server certificate retrieved from Key Vault..
    Manual ManualCertMethodResponse
    Option 2 - Manual TLS server certificate management through a defined secret.
    automatic AutomaticCertMethodResponse
    Option 1 - Automatic TLS server certificate management with cert-manager.
    keyVault KeyVaultCertificatePropertiesResponse
    Option 3 - TLS server certificate retrieved from Key Vault..
    manual ManualCertMethodResponse
    Option 2 - Manual TLS server certificate management through a defined secret.
    automatic AutomaticCertMethodResponse
    Option 1 - Automatic TLS server certificate management with cert-manager.
    keyVault KeyVaultCertificatePropertiesResponse
    Option 3 - TLS server certificate retrieved from Key Vault..
    manual ManualCertMethodResponse
    Option 2 - Manual TLS server certificate management through a defined secret.
    automatic AutomaticCertMethodResponse
    Option 1 - Automatic TLS server certificate management with cert-manager.
    key_vault KeyVaultCertificatePropertiesResponse
    Option 3 - TLS server certificate retrieved from Key Vault..
    manual ManualCertMethodResponse
    Option 2 - Manual TLS server certificate management through a defined secret.
    automatic Property Map
    Option 1 - Automatic TLS server certificate management with cert-manager.
    keyVault Property Map
    Option 3 - TLS server certificate retrieved from Key Vault..
    manual Property Map
    Option 2 - Manual TLS server certificate management through a defined secret.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.41.0 published on Tuesday, May 14, 2024 by Pulumi