Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi
sdwan.getTlsSslDecryptionPolicyDefinition
Explore with Pulumi AI
This data source can read the TLS SSL Decryption Policy Definition .
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getTlsSslDecryptionPolicyDefinition({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_tls_ssl_decryption_policy_definition(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
package main
import (
	"github.com/pulumi/pulumi-sdwan/sdk/go/sdwan"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := sdwan.LookupTlsSslDecryptionPolicyDefinition(ctx, &sdwan.LookupTlsSslDecryptionPolicyDefinitionArgs{
			Id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sdwan = Pulumi.Sdwan;
return await Deployment.RunAsync(() => 
{
    var example = Sdwan.GetTlsSslDecryptionPolicyDefinition.Invoke(new()
    {
        Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.SdwanFunctions;
import com.pulumi.sdwan.inputs.GetTlsSslDecryptionPolicyDefinitionArgs;
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 example = SdwanFunctions.getTlsSslDecryptionPolicyDefinition(GetTlsSslDecryptionPolicyDefinitionArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      Function: sdwan:getTlsSslDecryptionPolicyDefinition
      Arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getTlsSslDecryptionPolicyDefinition
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 getTlsSslDecryptionPolicyDefinition(args: GetTlsSslDecryptionPolicyDefinitionArgs, opts?: InvokeOptions): Promise<GetTlsSslDecryptionPolicyDefinitionResult>
function getTlsSslDecryptionPolicyDefinitionOutput(args: GetTlsSslDecryptionPolicyDefinitionOutputArgs, opts?: InvokeOptions): Output<GetTlsSslDecryptionPolicyDefinitionResult>def get_tls_ssl_decryption_policy_definition(id: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetTlsSslDecryptionPolicyDefinitionResult
def get_tls_ssl_decryption_policy_definition_output(id: Optional[pulumi.Input[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetTlsSslDecryptionPolicyDefinitionResult]func LookupTlsSslDecryptionPolicyDefinition(ctx *Context, args *LookupTlsSslDecryptionPolicyDefinitionArgs, opts ...InvokeOption) (*LookupTlsSslDecryptionPolicyDefinitionResult, error)
func LookupTlsSslDecryptionPolicyDefinitionOutput(ctx *Context, args *LookupTlsSslDecryptionPolicyDefinitionOutputArgs, opts ...InvokeOption) LookupTlsSslDecryptionPolicyDefinitionResultOutput> Note: This function is named LookupTlsSslDecryptionPolicyDefinition in the Go SDK.
public static class GetTlsSslDecryptionPolicyDefinition 
{
    public static Task<GetTlsSslDecryptionPolicyDefinitionResult> InvokeAsync(GetTlsSslDecryptionPolicyDefinitionArgs args, InvokeOptions? opts = null)
    public static Output<GetTlsSslDecryptionPolicyDefinitionResult> Invoke(GetTlsSslDecryptionPolicyDefinitionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTlsSslDecryptionPolicyDefinitionResult> getTlsSslDecryptionPolicyDefinition(GetTlsSslDecryptionPolicyDefinitionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: sdwan:index/getTlsSslDecryptionPolicyDefinition:getTlsSslDecryptionPolicyDefinition
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Id string
 - The id of the object
 
- Id string
 - The id of the object
 
- id String
 - The id of the object
 
- id string
 - The id of the object
 
- id str
 - The id of the object
 
- id String
 - The id of the object
 
getTlsSslDecryptionPolicyDefinition Result
The following output properties are available:
- Certificate
Lifetime intIn Days  - Certificate Lifetime(in Days)
 - Certificate
Revocation stringStatus  - Certificate revocation status
 - Default
Action string - Default action (applies when 
modeset tosecurity) - Description string
 - The description of the policy definition.
 - Ec
Key stringType  - EC Key Type
 - Expired
Certificate string - Expired certificate action
 - Failure
Mode string - Failure mode
 - Id string
 - The id of the object
 - Minimal
Tls stringVersion  - Minimal TLS Version
 - Mode string
 - The policy mode
 - Name string
 - The name of the policy definition.
 - Network
Rules List<GetTls Ssl Decryption Policy Definition Network Rule>  - List of network rules (applies when 
modeset tosecurity) - Rsa
Key stringPair Modulus  - RSA key pair modules
 - Ssl
Decryption stringEnabled  - SSL decryption enabled
 - Unknown
Revocation stringStatus  - Unknown revocation status action
 - Unsupported
Cipher stringSuites  - Unsupported cipher suites action
 - Unsupported
Protocol stringVersions  - Unsupported protocol versions action
 - Untrusted
Certificate string - Untrusted certificate action
 - Url
Rules List<GetTls Ssl Decryption Policy Definition Url Rule>  - List of url rules (applies when 
modeset tosecurity) - Use
Default boolCa Cert Bundle  - Use default CA certificate bundle
 - Version int
 - The version of the object
 
- Certificate
Lifetime intIn Days  - Certificate Lifetime(in Days)
 - Certificate
Revocation stringStatus  - Certificate revocation status
 - Default
Action string - Default action (applies when 
modeset tosecurity) - Description string
 - The description of the policy definition.
 - Ec
Key stringType  - EC Key Type
 - Expired
Certificate string - Expired certificate action
 - Failure
Mode string - Failure mode
 - Id string
 - The id of the object
 - Minimal
Tls stringVersion  - Minimal TLS Version
 - Mode string
 - The policy mode
 - Name string
 - The name of the policy definition.
 - Network
Rules []GetTls Ssl Decryption Policy Definition Network Rule  - List of network rules (applies when 
modeset tosecurity) - Rsa
Key stringPair Modulus  - RSA key pair modules
 - Ssl
Decryption stringEnabled  - SSL decryption enabled
 - Unknown
Revocation stringStatus  - Unknown revocation status action
 - Unsupported
Cipher stringSuites  - Unsupported cipher suites action
 - Unsupported
Protocol stringVersions  - Unsupported protocol versions action
 - Untrusted
Certificate string - Untrusted certificate action
 - Url
Rules []GetTls Ssl Decryption Policy Definition Url Rule  - List of url rules (applies when 
modeset tosecurity) - Use
Default boolCa Cert Bundle  - Use default CA certificate bundle
 - Version int
 - The version of the object
 
- certificate
Lifetime IntegerIn Days  - Certificate Lifetime(in Days)
 - certificate
Revocation StringStatus  - Certificate revocation status
 - default
Action String - Default action (applies when 
modeset tosecurity) - description String
 - The description of the policy definition.
 - ec
Key StringType  - EC Key Type
 - expired
Certificate String - Expired certificate action
 - failure
Mode String - Failure mode
 - id String
 - The id of the object
 - minimal
Tls StringVersion  - Minimal TLS Version
 - mode String
 - The policy mode
 - name String
 - The name of the policy definition.
 - network
Rules List<GetTls Ssl Decryption Policy Definition Network Rule>  - List of network rules (applies when 
modeset tosecurity) - rsa
Key StringPair Modulus  - RSA key pair modules
 - ssl
Decryption StringEnabled  - SSL decryption enabled
 - unknown
Revocation StringStatus  - Unknown revocation status action
 - unsupported
Cipher StringSuites  - Unsupported cipher suites action
 - unsupported
Protocol StringVersions  - Unsupported protocol versions action
 - untrusted
Certificate String - Untrusted certificate action
 - url
Rules List<GetTls Ssl Decryption Policy Definition Url Rule>  - List of url rules (applies when 
modeset tosecurity) - use
Default BooleanCa Cert Bundle  - Use default CA certificate bundle
 - version Integer
 - The version of the object
 
- certificate
Lifetime numberIn Days  - Certificate Lifetime(in Days)
 - certificate
Revocation stringStatus  - Certificate revocation status
 - default
Action string - Default action (applies when 
modeset tosecurity) - description string
 - The description of the policy definition.
 - ec
Key stringType  - EC Key Type
 - expired
Certificate string - Expired certificate action
 - failure
Mode string - Failure mode
 - id string
 - The id of the object
 - minimal
Tls stringVersion  - Minimal TLS Version
 - mode string
 - The policy mode
 - name string
 - The name of the policy definition.
 - network
Rules GetTls Ssl Decryption Policy Definition Network Rule[]  - List of network rules (applies when 
modeset tosecurity) - rsa
Key stringPair Modulus  - RSA key pair modules
 - ssl
Decryption stringEnabled  - SSL decryption enabled
 - unknown
Revocation stringStatus  - Unknown revocation status action
 - unsupported
Cipher stringSuites  - Unsupported cipher suites action
 - unsupported
Protocol stringVersions  - Unsupported protocol versions action
 - untrusted
Certificate string - Untrusted certificate action
 - url
Rules GetTls Ssl Decryption Policy Definition Url Rule[]  - List of url rules (applies when 
modeset tosecurity) - use
Default booleanCa Cert Bundle  - Use default CA certificate bundle
 - version number
 - The version of the object
 
- certificate_
lifetime_ intin_ days  - Certificate Lifetime(in Days)
 - certificate_
revocation_ strstatus  - Certificate revocation status
 - default_
action str - Default action (applies when 
modeset tosecurity) - description str
 - The description of the policy definition.
 - ec_
key_ strtype  - EC Key Type
 - expired_
certificate str - Expired certificate action
 - failure_
mode str - Failure mode
 - id str
 - The id of the object
 - minimal_
tls_ strversion  - Minimal TLS Version
 - mode str
 - The policy mode
 - name str
 - The name of the policy definition.
 - network_
rules Sequence[GetTls Ssl Decryption Policy Definition Network Rule]  - List of network rules (applies when 
modeset tosecurity) - rsa_
key_ strpair_ modulus  - RSA key pair modules
 - ssl_
decryption_ strenabled  - SSL decryption enabled
 - unknown_
revocation_ strstatus  - Unknown revocation status action
 - unsupported_
cipher_ strsuites  - Unsupported cipher suites action
 - unsupported_
protocol_ strversions  - Unsupported protocol versions action
 - untrusted_
certificate str - Untrusted certificate action
 - url_
rules Sequence[GetTls Ssl Decryption Policy Definition Url Rule]  - List of url rules (applies when 
modeset tosecurity) - use_
default_ boolca_ cert_ bundle  - Use default CA certificate bundle
 - version int
 - The version of the object
 
- certificate
Lifetime NumberIn Days  - Certificate Lifetime(in Days)
 - certificate
Revocation StringStatus  - Certificate revocation status
 - default
Action String - Default action (applies when 
modeset tosecurity) - description String
 - The description of the policy definition.
 - ec
Key StringType  - EC Key Type
 - expired
Certificate String - Expired certificate action
 - failure
Mode String - Failure mode
 - id String
 - The id of the object
 - minimal
Tls StringVersion  - Minimal TLS Version
 - mode String
 - The policy mode
 - name String
 - The name of the policy definition.
 - network
Rules List<Property Map> - List of network rules (applies when 
modeset tosecurity) - rsa
Key StringPair Modulus  - RSA key pair modules
 - ssl
Decryption StringEnabled  - SSL decryption enabled
 - unknown
Revocation StringStatus  - Unknown revocation status action
 - unsupported
Cipher StringSuites  - Unsupported cipher suites action
 - unsupported
Protocol StringVersions  - Unsupported protocol versions action
 - untrusted
Certificate String - Untrusted certificate action
 - url
Rules List<Property Map> - List of url rules (applies when 
modeset tosecurity) - use
Default BooleanCa Cert Bundle  - Use default CA certificate bundle
 - version Number
 - The version of the object
 
Supporting Types
GetTlsSslDecryptionPolicyDefinitionNetworkRule       
- Base
Action string - Rule base action
 - Rule
Id int - Rule ID
 - Rule
Name string - Rule name
 - Rule
Type string - Rule type
 - Source
And List<GetDestination Configurations Tls Ssl Decryption Policy Definition Network Rule Source And Destination Configuration>  - List of network source / destination configuration
 
- Base
Action string - Rule base action
 - Rule
Id int - Rule ID
 - Rule
Name string - Rule name
 - Rule
Type string - Rule type
 - Source
And []GetDestination Configurations Tls Ssl Decryption Policy Definition Network Rule Source And Destination Configuration  - List of network source / destination configuration
 
- base
Action String - Rule base action
 - rule
Id Integer - Rule ID
 - rule
Name String - Rule name
 - rule
Type String - Rule type
 - source
And List<GetDestination Configurations Tls Ssl Decryption Policy Definition Network Rule Source And Destination Configuration>  - List of network source / destination configuration
 
- base
Action string - Rule base action
 - rule
Id number - Rule ID
 - rule
Name string - Rule name
 - rule
Type string - Rule type
 - source
And GetDestination Configurations Tls Ssl Decryption Policy Definition Network Rule Source And Destination Configuration[]  - List of network source / destination configuration
 
- base_
action str - Rule base action
 - rule_
id int - Rule ID
 - rule_
name str - Rule name
 - rule_
type str - Rule type
 - source_
and_ Sequence[Getdestination_ configurations Tls Ssl Decryption Policy Definition Network Rule Source And Destination Configuration]  - List of network source / destination configuration
 
- base
Action String - Rule base action
 - rule
Id Number - Rule ID
 - rule
Name String - Rule name
 - rule
Type String - Rule type
 - source
And List<Property Map>Destination Configurations  - List of network source / destination configuration
 
GetTlsSslDecryptionPolicyDefinitionNetworkRuleSourceAndDestinationConfiguration           
GetTlsSslDecryptionPolicyDefinitionUrlRule       
- Rule
Name string - Country
 - Target
Vpns List<string> - List of VPN IDs
 - Tls
Ssl stringProfile Policy Id  - TLS SSL Profile Policy ID
 - Tls
Ssl intProfile Version  - TLS SSL Profile Policy version
 
- Rule
Name string - Country
 - Target
Vpns []string - List of VPN IDs
 - Tls
Ssl stringProfile Policy Id  - TLS SSL Profile Policy ID
 - Tls
Ssl intProfile Version  - TLS SSL Profile Policy version
 
- rule
Name String - Country
 - target
Vpns List<String> - List of VPN IDs
 - tls
Ssl StringProfile Policy Id  - TLS SSL Profile Policy ID
 - tls
Ssl IntegerProfile Version  - TLS SSL Profile Policy version
 
- rule
Name string - Country
 - target
Vpns string[] - List of VPN IDs
 - tls
Ssl stringProfile Policy Id  - TLS SSL Profile Policy ID
 - tls
Ssl numberProfile Version  - TLS SSL Profile Policy version
 
- rule_
name str - Country
 - target_
vpns Sequence[str] - List of VPN IDs
 - tls_
ssl_ strprofile_ policy_ id  - TLS SSL Profile Policy ID
 - tls_
ssl_ intprofile_ version  - TLS SSL Profile Policy version
 
- rule
Name String - Country
 - target
Vpns List<String> - List of VPN IDs
 - tls
Ssl StringProfile Policy Id  - TLS SSL Profile Policy ID
 - tls
Ssl NumberProfile Version  - TLS SSL Profile Policy version
 
Package Details
- Repository
 - sdwan pulumi/pulumi-sdwan
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
sdwanTerraform Provider.