1. Packages
  2. Cisco Catalyst SD-WAN Provider
  3. API Docs
  4. getCiscoLoggingFeatureTemplate
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi

sdwan.getCiscoLoggingFeatureTemplate

Explore with Pulumi AI

This data source can read the Cisco Logging feature template.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";

const example = sdwan.getCiscoLoggingFeatureTemplate({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
Copy
import pulumi
import pulumi_sdwan as sdwan

example = sdwan.get_cisco_logging_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
Copy
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.LookupCiscoLoggingFeatureTemplate(ctx, &sdwan.LookupCiscoLoggingFeatureTemplateArgs{
			Id: pulumi.StringRef("f6b2c44c-693c-4763-b010-895aa3d236bd"),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sdwan = Pulumi.Sdwan;

return await Deployment.RunAsync(() => 
{
    var example = Sdwan.GetCiscoLoggingFeatureTemplate.Invoke(new()
    {
        Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
    });

});
Copy
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.GetCiscoLoggingFeatureTemplateArgs;
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.getCiscoLoggingFeatureTemplate(GetCiscoLoggingFeatureTemplateArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .build());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: sdwan:getCiscoLoggingFeatureTemplate
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Copy

Using getCiscoLoggingFeatureTemplate

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 getCiscoLoggingFeatureTemplate(args: GetCiscoLoggingFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetCiscoLoggingFeatureTemplateResult>
function getCiscoLoggingFeatureTemplateOutput(args: GetCiscoLoggingFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetCiscoLoggingFeatureTemplateResult>
Copy
def get_cisco_logging_feature_template(id: Optional[str] = None,
                                       name: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetCiscoLoggingFeatureTemplateResult
def get_cisco_logging_feature_template_output(id: Optional[pulumi.Input[str]] = None,
                                       name: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetCiscoLoggingFeatureTemplateResult]
Copy
func LookupCiscoLoggingFeatureTemplate(ctx *Context, args *LookupCiscoLoggingFeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoLoggingFeatureTemplateResult, error)
func LookupCiscoLoggingFeatureTemplateOutput(ctx *Context, args *LookupCiscoLoggingFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoLoggingFeatureTemplateResultOutput
Copy

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

public static class GetCiscoLoggingFeatureTemplate 
{
    public static Task<GetCiscoLoggingFeatureTemplateResult> InvokeAsync(GetCiscoLoggingFeatureTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetCiscoLoggingFeatureTemplateResult> Invoke(GetCiscoLoggingFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetCiscoLoggingFeatureTemplateResult> getCiscoLoggingFeatureTemplate(GetCiscoLoggingFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetCiscoLoggingFeatureTemplateResult> getCiscoLoggingFeatureTemplate(GetCiscoLoggingFeatureTemplateArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: sdwan:index/getCiscoLoggingFeatureTemplate:getCiscoLoggingFeatureTemplate
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id string
The id of the feature template
Name string
The name of the feature template
Id string
The id of the feature template
Name string
The name of the feature template
id String
The id of the feature template
name String
The name of the feature template
id string
The id of the feature template
name string
The name of the feature template
id str
The id of the feature template
name str
The name of the feature template
id String
The id of the feature template
name String
The name of the feature template

getCiscoLoggingFeatureTemplate Result

The following output properties are available:

Description string
The description of the feature template
DeviceTypes List<string>
List of supported device types
DiskLogging bool
Enable logging to local disk
DiskLoggingVariable string
Variable name
Id string
The id of the feature template
Ipv4Servers List<GetCiscoLoggingFeatureTemplateIpv4Server>
Enable logging to remote server
Ipv6Servers List<GetCiscoLoggingFeatureTemplateIpv6Server>
Enable logging to remote IPv6 server
LogRotations int
Set number of syslog files to create before discarding oldest files
LogRotationsVariable string
Variable name
MaxSize int
Set maximum size of file before it is rotated
MaxSizeVariable string
Variable name
Name string
The name of the feature template
TemplateType string
The template type
TlsProfiles List<GetCiscoLoggingFeatureTemplateTlsProfile>
Configure a TLS profile
Version int
The version of the feature template
Description string
The description of the feature template
DeviceTypes []string
List of supported device types
DiskLogging bool
Enable logging to local disk
DiskLoggingVariable string
Variable name
Id string
The id of the feature template
Ipv4Servers []GetCiscoLoggingFeatureTemplateIpv4Server
Enable logging to remote server
Ipv6Servers []GetCiscoLoggingFeatureTemplateIpv6Server
Enable logging to remote IPv6 server
LogRotations int
Set number of syslog files to create before discarding oldest files
LogRotationsVariable string
Variable name
MaxSize int
Set maximum size of file before it is rotated
MaxSizeVariable string
Variable name
Name string
The name of the feature template
TemplateType string
The template type
TlsProfiles []GetCiscoLoggingFeatureTemplateTlsProfile
Configure a TLS profile
Version int
The version of the feature template
description String
The description of the feature template
deviceTypes List<String>
List of supported device types
diskLogging Boolean
Enable logging to local disk
diskLoggingVariable String
Variable name
id String
The id of the feature template
ipv4Servers List<GetCiscoLoggingFeatureTemplateIpv4Server>
Enable logging to remote server
ipv6Servers List<GetCiscoLoggingFeatureTemplateIpv6Server>
Enable logging to remote IPv6 server
logRotations Integer
Set number of syslog files to create before discarding oldest files
logRotationsVariable String
Variable name
maxSize Integer
Set maximum size of file before it is rotated
maxSizeVariable String
Variable name
name String
The name of the feature template
templateType String
The template type
tlsProfiles List<GetCiscoLoggingFeatureTemplateTlsProfile>
Configure a TLS profile
version Integer
The version of the feature template
description string
The description of the feature template
deviceTypes string[]
List of supported device types
diskLogging boolean
Enable logging to local disk
diskLoggingVariable string
Variable name
id string
The id of the feature template
ipv4Servers GetCiscoLoggingFeatureTemplateIpv4Server[]
Enable logging to remote server
ipv6Servers GetCiscoLoggingFeatureTemplateIpv6Server[]
Enable logging to remote IPv6 server
logRotations number
Set number of syslog files to create before discarding oldest files
logRotationsVariable string
Variable name
maxSize number
Set maximum size of file before it is rotated
maxSizeVariable string
Variable name
name string
The name of the feature template
templateType string
The template type
tlsProfiles GetCiscoLoggingFeatureTemplateTlsProfile[]
Configure a TLS profile
version number
The version of the feature template
description str
The description of the feature template
device_types Sequence[str]
List of supported device types
disk_logging bool
Enable logging to local disk
disk_logging_variable str
Variable name
id str
The id of the feature template
ipv4_servers Sequence[GetCiscoLoggingFeatureTemplateIpv4Server]
Enable logging to remote server
ipv6_servers Sequence[GetCiscoLoggingFeatureTemplateIpv6Server]
Enable logging to remote IPv6 server
log_rotations int
Set number of syslog files to create before discarding oldest files
log_rotations_variable str
Variable name
max_size int
Set maximum size of file before it is rotated
max_size_variable str
Variable name
name str
The name of the feature template
template_type str
The template type
tls_profiles Sequence[GetCiscoLoggingFeatureTemplateTlsProfile]
Configure a TLS profile
version int
The version of the feature template
description String
The description of the feature template
deviceTypes List<String>
List of supported device types
diskLogging Boolean
Enable logging to local disk
diskLoggingVariable String
Variable name
id String
The id of the feature template
ipv4Servers List<Property Map>
Enable logging to remote server
ipv6Servers List<Property Map>
Enable logging to remote IPv6 server
logRotations Number
Set number of syslog files to create before discarding oldest files
logRotationsVariable String
Variable name
maxSize Number
Set maximum size of file before it is rotated
maxSizeVariable String
Variable name
name String
The name of the feature template
templateType String
The template type
tlsProfiles List<Property Map>
Configure a TLS profile
version Number
The version of the feature template

Supporting Types

GetCiscoLoggingFeatureTemplateIpv4Server

CustomProfile This property is required. bool
Define custom profile
CustomProfileVariable This property is required. string
Variable name
EnableTls This property is required. bool
Enable TLS
EnableTlsVariable This property is required. string
Variable name
HostnameIp This property is required. string
Set hostname or IPv4 address of server
HostnameIpVariable This property is required. string
Variable name
LoggingLevel This property is required. string
Set logging level for messages logged to server
LoggingLevelVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Profile This property is required. string
Configure a TLS profile
ProfileVariable This property is required. string
Variable name
SourceInterface This property is required. string
Set interface to use to reach syslog server
SourceInterfaceVariable This property is required. string
Variable name
VpnId This property is required. int
Set VPN in which syslog server is located
VpnIdVariable This property is required. string
Variable name
CustomProfile This property is required. bool
Define custom profile
CustomProfileVariable This property is required. string
Variable name
EnableTls This property is required. bool
Enable TLS
EnableTlsVariable This property is required. string
Variable name
HostnameIp This property is required. string
Set hostname or IPv4 address of server
HostnameIpVariable This property is required. string
Variable name
LoggingLevel This property is required. string
Set logging level for messages logged to server
LoggingLevelVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Profile This property is required. string
Configure a TLS profile
ProfileVariable This property is required. string
Variable name
SourceInterface This property is required. string
Set interface to use to reach syslog server
SourceInterfaceVariable This property is required. string
Variable name
VpnId This property is required. int
Set VPN in which syslog server is located
VpnIdVariable This property is required. string
Variable name
customProfile This property is required. Boolean
Define custom profile
customProfileVariable This property is required. String
Variable name
enableTls This property is required. Boolean
Enable TLS
enableTlsVariable This property is required. String
Variable name
hostnameIp This property is required. String
Set hostname or IPv4 address of server
hostnameIpVariable This property is required. String
Variable name
loggingLevel This property is required. String
Set logging level for messages logged to server
loggingLevelVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
profile This property is required. String
Configure a TLS profile
profileVariable This property is required. String
Variable name
sourceInterface This property is required. String
Set interface to use to reach syslog server
sourceInterfaceVariable This property is required. String
Variable name
vpnId This property is required. Integer
Set VPN in which syslog server is located
vpnIdVariable This property is required. String
Variable name
customProfile This property is required. boolean
Define custom profile
customProfileVariable This property is required. string
Variable name
enableTls This property is required. boolean
Enable TLS
enableTlsVariable This property is required. string
Variable name
hostnameIp This property is required. string
Set hostname or IPv4 address of server
hostnameIpVariable This property is required. string
Variable name
loggingLevel This property is required. string
Set logging level for messages logged to server
loggingLevelVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
profile This property is required. string
Configure a TLS profile
profileVariable This property is required. string
Variable name
sourceInterface This property is required. string
Set interface to use to reach syslog server
sourceInterfaceVariable This property is required. string
Variable name
vpnId This property is required. number
Set VPN in which syslog server is located
vpnIdVariable This property is required. string
Variable name
custom_profile This property is required. bool
Define custom profile
custom_profile_variable This property is required. str
Variable name
enable_tls This property is required. bool
Enable TLS
enable_tls_variable This property is required. str
Variable name
hostname_ip This property is required. str
Set hostname or IPv4 address of server
hostname_ip_variable This property is required. str
Variable name
logging_level This property is required. str
Set logging level for messages logged to server
logging_level_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
profile This property is required. str
Configure a TLS profile
profile_variable This property is required. str
Variable name
source_interface This property is required. str
Set interface to use to reach syslog server
source_interface_variable This property is required. str
Variable name
vpn_id This property is required. int
Set VPN in which syslog server is located
vpn_id_variable This property is required. str
Variable name
customProfile This property is required. Boolean
Define custom profile
customProfileVariable This property is required. String
Variable name
enableTls This property is required. Boolean
Enable TLS
enableTlsVariable This property is required. String
Variable name
hostnameIp This property is required. String
Set hostname or IPv4 address of server
hostnameIpVariable This property is required. String
Variable name
loggingLevel This property is required. String
Set logging level for messages logged to server
loggingLevelVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
profile This property is required. String
Configure a TLS profile
profileVariable This property is required. String
Variable name
sourceInterface This property is required. String
Set interface to use to reach syslog server
sourceInterfaceVariable This property is required. String
Variable name
vpnId This property is required. Number
Set VPN in which syslog server is located
vpnIdVariable This property is required. String
Variable name

GetCiscoLoggingFeatureTemplateIpv6Server

CustomProfile This property is required. bool
Define custom profile
CustomProfileVariable This property is required. string
Variable name
EnableTls This property is required. bool
Enable TLS
EnableTlsVariable This property is required. string
Variable name
HostnameIp This property is required. string
Set IPv6 hostname or IPv6 address of server
HostnameIpVariable This property is required. string
Variable name
LoggingLevel This property is required. string
Set logging level for messages logged to server
LoggingLevelVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Profile This property is required. string
Configure a TLS profile
ProfileVariable This property is required. string
Variable name
SourceInterface This property is required. string
Set interface to use to reach syslog server
SourceInterfaceVariable This property is required. string
Variable name
VpnId This property is required. int
Set VPN in which syslog server is located
VpnIdVariable This property is required. string
Variable name
CustomProfile This property is required. bool
Define custom profile
CustomProfileVariable This property is required. string
Variable name
EnableTls This property is required. bool
Enable TLS
EnableTlsVariable This property is required. string
Variable name
HostnameIp This property is required. string
Set IPv6 hostname or IPv6 address of server
HostnameIpVariable This property is required. string
Variable name
LoggingLevel This property is required. string
Set logging level for messages logged to server
LoggingLevelVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Profile This property is required. string
Configure a TLS profile
ProfileVariable This property is required. string
Variable name
SourceInterface This property is required. string
Set interface to use to reach syslog server
SourceInterfaceVariable This property is required. string
Variable name
VpnId This property is required. int
Set VPN in which syslog server is located
VpnIdVariable This property is required. string
Variable name
customProfile This property is required. Boolean
Define custom profile
customProfileVariable This property is required. String
Variable name
enableTls This property is required. Boolean
Enable TLS
enableTlsVariable This property is required. String
Variable name
hostnameIp This property is required. String
Set IPv6 hostname or IPv6 address of server
hostnameIpVariable This property is required. String
Variable name
loggingLevel This property is required. String
Set logging level for messages logged to server
loggingLevelVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
profile This property is required. String
Configure a TLS profile
profileVariable This property is required. String
Variable name
sourceInterface This property is required. String
Set interface to use to reach syslog server
sourceInterfaceVariable This property is required. String
Variable name
vpnId This property is required. Integer
Set VPN in which syslog server is located
vpnIdVariable This property is required. String
Variable name
customProfile This property is required. boolean
Define custom profile
customProfileVariable This property is required. string
Variable name
enableTls This property is required. boolean
Enable TLS
enableTlsVariable This property is required. string
Variable name
hostnameIp This property is required. string
Set IPv6 hostname or IPv6 address of server
hostnameIpVariable This property is required. string
Variable name
loggingLevel This property is required. string
Set logging level for messages logged to server
loggingLevelVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
profile This property is required. string
Configure a TLS profile
profileVariable This property is required. string
Variable name
sourceInterface This property is required. string
Set interface to use to reach syslog server
sourceInterfaceVariable This property is required. string
Variable name
vpnId This property is required. number
Set VPN in which syslog server is located
vpnIdVariable This property is required. string
Variable name
custom_profile This property is required. bool
Define custom profile
custom_profile_variable This property is required. str
Variable name
enable_tls This property is required. bool
Enable TLS
enable_tls_variable This property is required. str
Variable name
hostname_ip This property is required. str
Set IPv6 hostname or IPv6 address of server
hostname_ip_variable This property is required. str
Variable name
logging_level This property is required. str
Set logging level for messages logged to server
logging_level_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
profile This property is required. str
Configure a TLS profile
profile_variable This property is required. str
Variable name
source_interface This property is required. str
Set interface to use to reach syslog server
source_interface_variable This property is required. str
Variable name
vpn_id This property is required. int
Set VPN in which syslog server is located
vpn_id_variable This property is required. str
Variable name
customProfile This property is required. Boolean
Define custom profile
customProfileVariable This property is required. String
Variable name
enableTls This property is required. Boolean
Enable TLS
enableTlsVariable This property is required. String
Variable name
hostnameIp This property is required. String
Set IPv6 hostname or IPv6 address of server
hostnameIpVariable This property is required. String
Variable name
loggingLevel This property is required. String
Set logging level for messages logged to server
loggingLevelVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
profile This property is required. String
Configure a TLS profile
profileVariable This property is required. String
Variable name
sourceInterface This property is required. String
Set interface to use to reach syslog server
sourceInterfaceVariable This property is required. String
Variable name
vpnId This property is required. Number
Set VPN in which syslog server is located
vpnIdVariable This property is required. String
Variable name

GetCiscoLoggingFeatureTemplateTlsProfile

AuthenticationType This property is required. string
Authentication Type
CiphersuiteListVariable This property is required. string
Variable name
CiphersuiteLists This property is required. List<string>
Syslog secure server ciphersuites. Possible values: aes-128-cbc-sha, aes-256-cbc-sha, dhe-aes-cbc-sha2, dhe-aes-gcm-sha2, ecdhe-ecdsa-aes-gcm-sha2, ecdhe-rsa-aes-cbc-sha2, ecdhe-rsa-aes-gcm-sha2, rsa-aes-cbc-sha2, rsa-aes-gcm-sha2
Name This property is required. string
Specify the name of the TLS profile
NameVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Version This property is required. string
TLS Version
VersionVariable This property is required. string
Variable name
AuthenticationType This property is required. string
Authentication Type
CiphersuiteListVariable This property is required. string
Variable name
CiphersuiteLists This property is required. []string
Syslog secure server ciphersuites. Possible values: aes-128-cbc-sha, aes-256-cbc-sha, dhe-aes-cbc-sha2, dhe-aes-gcm-sha2, ecdhe-ecdsa-aes-gcm-sha2, ecdhe-rsa-aes-cbc-sha2, ecdhe-rsa-aes-gcm-sha2, rsa-aes-cbc-sha2, rsa-aes-gcm-sha2
Name This property is required. string
Specify the name of the TLS profile
NameVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Version This property is required. string
TLS Version
VersionVariable This property is required. string
Variable name
authenticationType This property is required. String
Authentication Type
ciphersuiteListVariable This property is required. String
Variable name
ciphersuiteLists This property is required. List<String>
Syslog secure server ciphersuites. Possible values: aes-128-cbc-sha, aes-256-cbc-sha, dhe-aes-cbc-sha2, dhe-aes-gcm-sha2, ecdhe-ecdsa-aes-gcm-sha2, ecdhe-rsa-aes-cbc-sha2, ecdhe-rsa-aes-gcm-sha2, rsa-aes-cbc-sha2, rsa-aes-gcm-sha2
name This property is required. String
Specify the name of the TLS profile
nameVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
version This property is required. String
TLS Version
versionVariable This property is required. String
Variable name
authenticationType This property is required. string
Authentication Type
ciphersuiteListVariable This property is required. string
Variable name
ciphersuiteLists This property is required. string[]
Syslog secure server ciphersuites. Possible values: aes-128-cbc-sha, aes-256-cbc-sha, dhe-aes-cbc-sha2, dhe-aes-gcm-sha2, ecdhe-ecdsa-aes-gcm-sha2, ecdhe-rsa-aes-cbc-sha2, ecdhe-rsa-aes-gcm-sha2, rsa-aes-cbc-sha2, rsa-aes-gcm-sha2
name This property is required. string
Specify the name of the TLS profile
nameVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
version This property is required. string
TLS Version
versionVariable This property is required. string
Variable name
authentication_type This property is required. str
Authentication Type
ciphersuite_list_variable This property is required. str
Variable name
ciphersuite_lists This property is required. Sequence[str]
Syslog secure server ciphersuites. Possible values: aes-128-cbc-sha, aes-256-cbc-sha, dhe-aes-cbc-sha2, dhe-aes-gcm-sha2, ecdhe-ecdsa-aes-gcm-sha2, ecdhe-rsa-aes-cbc-sha2, ecdhe-rsa-aes-gcm-sha2, rsa-aes-cbc-sha2, rsa-aes-gcm-sha2
name This property is required. str
Specify the name of the TLS profile
name_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
version This property is required. str
TLS Version
version_variable This property is required. str
Variable name
authenticationType This property is required. String
Authentication Type
ciphersuiteListVariable This property is required. String
Variable name
ciphersuiteLists This property is required. List<String>
Syslog secure server ciphersuites. Possible values: aes-128-cbc-sha, aes-256-cbc-sha, dhe-aes-cbc-sha2, dhe-aes-gcm-sha2, ecdhe-ecdsa-aes-gcm-sha2, ecdhe-rsa-aes-cbc-sha2, ecdhe-rsa-aes-gcm-sha2, rsa-aes-cbc-sha2, rsa-aes-gcm-sha2
name This property is required. String
Specify the name of the TLS profile
nameVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
version This property is required. String
TLS Version
versionVariable This property is required. String
Variable name

Package Details

Repository
sdwan pulumi/pulumi-sdwan
License
Apache-2.0
Notes
This Pulumi package is based on the sdwan Terraform Provider.