Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getCiscoSecurityFeatureTemplate
Explore with Pulumi AI
This data source can read the Cisco Security feature template.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getCiscoSecurityFeatureTemplate({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_cisco_security_feature_template(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.LookupCiscoSecurityFeatureTemplate(ctx, &sdwan.LookupCiscoSecurityFeatureTemplateArgs{
Id: pulumi.StringRef("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.GetCiscoSecurityFeatureTemplate.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.GetCiscoSecurityFeatureTemplateArgs;
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.getCiscoSecurityFeatureTemplate(GetCiscoSecurityFeatureTemplateArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getCiscoSecurityFeatureTemplate
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getCiscoSecurityFeatureTemplate
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 getCiscoSecurityFeatureTemplate(args: GetCiscoSecurityFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetCiscoSecurityFeatureTemplateResult>
function getCiscoSecurityFeatureTemplateOutput(args: GetCiscoSecurityFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetCiscoSecurityFeatureTemplateResult>
def get_cisco_security_feature_template(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCiscoSecurityFeatureTemplateResult
def get_cisco_security_feature_template_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCiscoSecurityFeatureTemplateResult]
func LookupCiscoSecurityFeatureTemplate(ctx *Context, args *LookupCiscoSecurityFeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoSecurityFeatureTemplateResult, error)
func LookupCiscoSecurityFeatureTemplateOutput(ctx *Context, args *LookupCiscoSecurityFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoSecurityFeatureTemplateResultOutput
> Note: This function is named LookupCiscoSecurityFeatureTemplate
in the Go SDK.
public static class GetCiscoSecurityFeatureTemplate
{
public static Task<GetCiscoSecurityFeatureTemplateResult> InvokeAsync(GetCiscoSecurityFeatureTemplateArgs args, InvokeOptions? opts = null)
public static Output<GetCiscoSecurityFeatureTemplateResult> Invoke(GetCiscoSecurityFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCiscoSecurityFeatureTemplateResult> getCiscoSecurityFeatureTemplate(GetCiscoSecurityFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetCiscoSecurityFeatureTemplateResult> getCiscoSecurityFeatureTemplate(GetCiscoSecurityFeatureTemplateArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getCiscoSecurityFeatureTemplate:getCiscoSecurityFeatureTemplate
arguments:
# arguments dictionary
The following arguments are supported:
getCiscoSecurityFeatureTemplate Result
The following output properties are available:
- Authentication
Type stringVariable - Variable name
- Authentication
Types List<string> - Set the authentication type for DTLS connections
- Description string
- The description of the feature template
- Device
Types List<string> - List of supported device types
- Extended
Ar intWindow - Extended Anti-Replay Window
- Extended
Ar stringWindow Variable - Variable name
- Id string
- The id of the feature template
- Integrity
Type stringVariable - Variable name
- Integrity
Types List<string> - Set the authentication type for DTLS connections
- Keychains
List<Get
Cisco Security Feature Template Keychain> - Configure a Keychain
- Keys
List<Get
Cisco Security Feature Template Key> - Configure a Key
- Name string
- The name of the feature template
- Pairwise
Keying bool - Enable or disable IPsec pairwise-keying
- Pairwise
Keying stringVariable - Variable name
- Rekey
Interval int - Set how often to change the AES key for DTLS connections
- Rekey
Interval stringVariable - Variable name
- Replay
Window string - Set the sliding replay window size
- Replay
Window stringVariable - Variable name
- Template
Type string - The template type
- Version int
- The version of the feature template
- Authentication
Type stringVariable - Variable name
- Authentication
Types []string - Set the authentication type for DTLS connections
- Description string
- The description of the feature template
- Device
Types []string - List of supported device types
- Extended
Ar intWindow - Extended Anti-Replay Window
- Extended
Ar stringWindow Variable - Variable name
- Id string
- The id of the feature template
- Integrity
Type stringVariable - Variable name
- Integrity
Types []string - Set the authentication type for DTLS connections
- Keychains
[]Get
Cisco Security Feature Template Keychain - Configure a Keychain
- Keys
[]Get
Cisco Security Feature Template Key - Configure a Key
- Name string
- The name of the feature template
- Pairwise
Keying bool - Enable or disable IPsec pairwise-keying
- Pairwise
Keying stringVariable - Variable name
- Rekey
Interval int - Set how often to change the AES key for DTLS connections
- Rekey
Interval stringVariable - Variable name
- Replay
Window string - Set the sliding replay window size
- Replay
Window stringVariable - Variable name
- Template
Type string - The template type
- Version int
- The version of the feature template
- authentication
Type StringVariable - Variable name
- authentication
Types List<String> - Set the authentication type for DTLS connections
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types
- extended
Ar IntegerWindow - Extended Anti-Replay Window
- extended
Ar StringWindow Variable - Variable name
- id String
- The id of the feature template
- integrity
Type StringVariable - Variable name
- integrity
Types List<String> - Set the authentication type for DTLS connections
- keychains
List<Get
Cisco Security Feature Template Keychain> - Configure a Keychain
- keys
List<Get
Cisco Security Feature Template Key> - Configure a Key
- name String
- The name of the feature template
- pairwise
Keying Boolean - Enable or disable IPsec pairwise-keying
- pairwise
Keying StringVariable - Variable name
- rekey
Interval Integer - Set how often to change the AES key for DTLS connections
- rekey
Interval StringVariable - Variable name
- replay
Window String - Set the sliding replay window size
- replay
Window StringVariable - Variable name
- template
Type String - The template type
- version Integer
- The version of the feature template
- authentication
Type stringVariable - Variable name
- authentication
Types string[] - Set the authentication type for DTLS connections
- description string
- The description of the feature template
- device
Types string[] - List of supported device types
- extended
Ar numberWindow - Extended Anti-Replay Window
- extended
Ar stringWindow Variable - Variable name
- id string
- The id of the feature template
- integrity
Type stringVariable - Variable name
- integrity
Types string[] - Set the authentication type for DTLS connections
- keychains
Get
Cisco Security Feature Template Keychain[] - Configure a Keychain
- keys
Get
Cisco Security Feature Template Key[] - Configure a Key
- name string
- The name of the feature template
- pairwise
Keying boolean - Enable or disable IPsec pairwise-keying
- pairwise
Keying stringVariable - Variable name
- rekey
Interval number - Set how often to change the AES key for DTLS connections
- rekey
Interval stringVariable - Variable name
- replay
Window string - Set the sliding replay window size
- replay
Window stringVariable - Variable name
- template
Type string - The template type
- version number
- The version of the feature template
- authentication_
type_ strvariable - Variable name
- authentication_
types Sequence[str] - Set the authentication type for DTLS connections
- description str
- The description of the feature template
- device_
types Sequence[str] - List of supported device types
- extended_
ar_ intwindow - Extended Anti-Replay Window
- extended_
ar_ strwindow_ variable - Variable name
- id str
- The id of the feature template
- integrity_
type_ strvariable - Variable name
- integrity_
types Sequence[str] - Set the authentication type for DTLS connections
- keychains
Sequence[Get
Cisco Security Feature Template Keychain] - Configure a Keychain
- keys
Sequence[Get
Cisco Security Feature Template Key] - Configure a Key
- name str
- The name of the feature template
- pairwise_
keying bool - Enable or disable IPsec pairwise-keying
- pairwise_
keying_ strvariable - Variable name
- rekey_
interval int - Set how often to change the AES key for DTLS connections
- rekey_
interval_ strvariable - Variable name
- replay_
window str - Set the sliding replay window size
- replay_
window_ strvariable - Variable name
- template_
type str - The template type
- version int
- The version of the feature template
- authentication
Type StringVariable - Variable name
- authentication
Types List<String> - Set the authentication type for DTLS connections
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types
- extended
Ar NumberWindow - Extended Anti-Replay Window
- extended
Ar StringWindow Variable - Variable name
- id String
- The id of the feature template
- integrity
Type StringVariable - Variable name
- integrity
Types List<String> - Set the authentication type for DTLS connections
- keychains List<Property Map>
- Configure a Keychain
- keys List<Property Map>
- Configure a Key
- name String
- The name of the feature template
- pairwise
Keying Boolean - Enable or disable IPsec pairwise-keying
- pairwise
Keying StringVariable - Variable name
- rekey
Interval Number - Set how often to change the AES key for DTLS connections
- rekey
Interval StringVariable - Variable name
- replay
Window String - Set the sliding replay window size
- replay
Window StringVariable - Variable name
- template
Type String - The template type
- version Number
- The version of the feature template
Supporting Types
GetCiscoSecurityFeatureTemplateKey
- Accept
Ao Mismatch This property is required. bool - Configure Accept AO Mismatch
- Accept
Ao Mismatch Variable This property is required. string - Variable name
- Accept
Lifetime Duration This property is required. int - Configure Accept lifetime Duration
- Accept
Lifetime Duration Variable This property is required. string - Variable name
- Accept
Lifetime End Time This property is required. string - Configure Key lifetime end time
- Accept
Lifetime End Time Format This property is required. string - Configure Key lifetime end time
- Accept
Lifetime Infinite This property is required. bool - Configure Key lifetime end time
- Accept
Lifetime Infinite Variable This property is required. string - Variable name
- Accept
Lifetime Local This property is required. bool - Configure Accept Lifetime Local
- Accept
Lifetime Local Variable This property is required. string - Variable name
- Accept
Lifetime Start Time This property is required. string - Configure Key lifetime start time
- Chain
Name This property is required. string - Select the chain name
- Crypto
Algorithm This property is required. string - Crypto Algorithm
- Id
This property is required. string - Select the Key ID
- Include
Tcp Options This property is required. bool - Configure Include TCP Options
- Include
Tcp Options Variable This property is required. string - Variable name
- Key
String This property is required. string - Specify the Key String
- Key
String Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Receive
Id This property is required. int - Specify the Receiver ID
- Receive
Id Variable This property is required. string - Variable name
- Send
Id This property is required. int - Specify the Send ID
- Send
Id Variable This property is required. string - Variable name
- Send
Lifetime Duration This property is required. int - Configure Send lifetime Duration
- Send
Lifetime Duration Variable This property is required. string - Variable name
- Send
Lifetime End Time This property is required. string - Configure Key lifetime end time
- Send
Lifetime End Time Format This property is required. string - Configure Key lifetime end time
- Send
Lifetime Infinite This property is required. bool - Configure Key lifetime end time
- Send
Lifetime Infinite Variable This property is required. string - Variable name
- Send
Lifetime Local This property is required. bool - Configure Send lifetime Local
- Send
Lifetime Local Variable This property is required. string - Variable name
- Send
Lifetime Start Time This property is required. string - Configure Key lifetime start time
- Accept
Ao Mismatch This property is required. bool - Configure Accept AO Mismatch
- Accept
Ao Mismatch Variable This property is required. string - Variable name
- Accept
Lifetime Duration This property is required. int - Configure Accept lifetime Duration
- Accept
Lifetime Duration Variable This property is required. string - Variable name
- Accept
Lifetime End Time This property is required. string - Configure Key lifetime end time
- Accept
Lifetime End Time Format This property is required. string - Configure Key lifetime end time
- Accept
Lifetime Infinite This property is required. bool - Configure Key lifetime end time
- Accept
Lifetime Infinite Variable This property is required. string - Variable name
- Accept
Lifetime Local This property is required. bool - Configure Accept Lifetime Local
- Accept
Lifetime Local Variable This property is required. string - Variable name
- Accept
Lifetime Start Time This property is required. string - Configure Key lifetime start time
- Chain
Name This property is required. string - Select the chain name
- Crypto
Algorithm This property is required. string - Crypto Algorithm
- Id
This property is required. string - Select the Key ID
- Include
Tcp Options This property is required. bool - Configure Include TCP Options
- Include
Tcp Options Variable This property is required. string - Variable name
- Key
String This property is required. string - Specify the Key String
- Key
String Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Receive
Id This property is required. int - Specify the Receiver ID
- Receive
Id Variable This property is required. string - Variable name
- Send
Id This property is required. int - Specify the Send ID
- Send
Id Variable This property is required. string - Variable name
- Send
Lifetime Duration This property is required. int - Configure Send lifetime Duration
- Send
Lifetime Duration Variable This property is required. string - Variable name
- Send
Lifetime End Time This property is required. string - Configure Key lifetime end time
- Send
Lifetime End Time Format This property is required. string - Configure Key lifetime end time
- Send
Lifetime Infinite This property is required. bool - Configure Key lifetime end time
- Send
Lifetime Infinite Variable This property is required. string - Variable name
- Send
Lifetime Local This property is required. bool - Configure Send lifetime Local
- Send
Lifetime Local Variable This property is required. string - Variable name
- Send
Lifetime Start Time This property is required. string - Configure Key lifetime start time
- accept
Ao Mismatch This property is required. Boolean - Configure Accept AO Mismatch
- accept
Ao Mismatch Variable This property is required. String - Variable name
- accept
Lifetime Duration This property is required. Integer - Configure Accept lifetime Duration
- accept
Lifetime Duration Variable This property is required. String - Variable name
- accept
Lifetime End Time This property is required. String - Configure Key lifetime end time
- accept
Lifetime End Time Format This property is required. String - Configure Key lifetime end time
- accept
Lifetime Infinite This property is required. Boolean - Configure Key lifetime end time
- accept
Lifetime Infinite Variable This property is required. String - Variable name
- accept
Lifetime Local This property is required. Boolean - Configure Accept Lifetime Local
- accept
Lifetime Local Variable This property is required. String - Variable name
- accept
Lifetime Start Time This property is required. String - Configure Key lifetime start time
- chain
Name This property is required. String - Select the chain name
- crypto
Algorithm This property is required. String - Crypto Algorithm
- id
This property is required. String - Select the Key ID
- include
Tcp Options This property is required. Boolean - Configure Include TCP Options
- include
Tcp Options Variable This property is required. String - Variable name
- key
String This property is required. String - Specify the Key String
- key
String Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- receive
Id This property is required. Integer - Specify the Receiver ID
- receive
Id Variable This property is required. String - Variable name
- send
Id This property is required. Integer - Specify the Send ID
- send
Id Variable This property is required. String - Variable name
- send
Lifetime Duration This property is required. Integer - Configure Send lifetime Duration
- send
Lifetime Duration Variable This property is required. String - Variable name
- send
Lifetime End Time This property is required. String - Configure Key lifetime end time
- send
Lifetime End Time Format This property is required. String - Configure Key lifetime end time
- send
Lifetime Infinite This property is required. Boolean - Configure Key lifetime end time
- send
Lifetime Infinite Variable This property is required. String - Variable name
- send
Lifetime Local This property is required. Boolean - Configure Send lifetime Local
- send
Lifetime Local Variable This property is required. String - Variable name
- send
Lifetime Start Time This property is required. String - Configure Key lifetime start time
- accept
Ao Mismatch This property is required. boolean - Configure Accept AO Mismatch
- accept
Ao Mismatch Variable This property is required. string - Variable name
- accept
Lifetime Duration This property is required. number - Configure Accept lifetime Duration
- accept
Lifetime Duration Variable This property is required. string - Variable name
- accept
Lifetime End Time This property is required. string - Configure Key lifetime end time
- accept
Lifetime End Time Format This property is required. string - Configure Key lifetime end time
- accept
Lifetime Infinite This property is required. boolean - Configure Key lifetime end time
- accept
Lifetime Infinite Variable This property is required. string - Variable name
- accept
Lifetime Local This property is required. boolean - Configure Accept Lifetime Local
- accept
Lifetime Local Variable This property is required. string - Variable name
- accept
Lifetime Start Time This property is required. string - Configure Key lifetime start time
- chain
Name This property is required. string - Select the chain name
- crypto
Algorithm This property is required. string - Crypto Algorithm
- id
This property is required. string - Select the Key ID
- include
Tcp Options This property is required. boolean - Configure Include TCP Options
- include
Tcp Options Variable This property is required. string - Variable name
- key
String This property is required. string - Specify the Key String
- key
String Variable This property is required. string - Variable name
- optional
This property is required. boolean - Indicates if list item is considered optional.
- receive
Id This property is required. number - Specify the Receiver ID
- receive
Id Variable This property is required. string - Variable name
- send
Id This property is required. number - Specify the Send ID
- send
Id Variable This property is required. string - Variable name
- send
Lifetime Duration This property is required. number - Configure Send lifetime Duration
- send
Lifetime Duration Variable This property is required. string - Variable name
- send
Lifetime End Time This property is required. string - Configure Key lifetime end time
- send
Lifetime End Time Format This property is required. string - Configure Key lifetime end time
- send
Lifetime Infinite This property is required. boolean - Configure Key lifetime end time
- send
Lifetime Infinite Variable This property is required. string - Variable name
- send
Lifetime Local This property is required. boolean - Configure Send lifetime Local
- send
Lifetime Local Variable This property is required. string - Variable name
- send
Lifetime Start Time This property is required. string - Configure Key lifetime start time
- accept_
ao_ mismatch This property is required. bool - Configure Accept AO Mismatch
- accept_
ao_ mismatch_ variable This property is required. str - Variable name
- accept_
lifetime_ duration This property is required. int - Configure Accept lifetime Duration
- accept_
lifetime_ duration_ variable This property is required. str - Variable name
- accept_
lifetime_ end_ time This property is required. str - Configure Key lifetime end time
- accept_
lifetime_ end_ time_ format This property is required. str - Configure Key lifetime end time
- accept_
lifetime_ infinite This property is required. bool - Configure Key lifetime end time
- accept_
lifetime_ infinite_ variable This property is required. str - Variable name
- accept_
lifetime_ local This property is required. bool - Configure Accept Lifetime Local
- accept_
lifetime_ local_ variable This property is required. str - Variable name
- accept_
lifetime_ start_ time This property is required. str - Configure Key lifetime start time
- chain_
name This property is required. str - Select the chain name
- crypto_
algorithm This property is required. str - Crypto Algorithm
- id
This property is required. str - Select the Key ID
- include_
tcp_ options This property is required. bool - Configure Include TCP Options
- include_
tcp_ options_ variable This property is required. str - Variable name
- key_
string This property is required. str - Specify the Key String
- key_
string_ variable This property is required. str - Variable name
- optional
This property is required. bool - Indicates if list item is considered optional.
- receive_
id This property is required. int - Specify the Receiver ID
- receive_
id_ variable This property is required. str - Variable name
- send_
id This property is required. int - Specify the Send ID
- send_
id_ variable This property is required. str - Variable name
- send_
lifetime_ duration This property is required. int - Configure Send lifetime Duration
- send_
lifetime_ duration_ variable This property is required. str - Variable name
- send_
lifetime_ end_ time This property is required. str - Configure Key lifetime end time
- send_
lifetime_ end_ time_ format This property is required. str - Configure Key lifetime end time
- send_
lifetime_ infinite This property is required. bool - Configure Key lifetime end time
- send_
lifetime_ infinite_ variable This property is required. str - Variable name
- send_
lifetime_ local This property is required. bool - Configure Send lifetime Local
- send_
lifetime_ local_ variable This property is required. str - Variable name
- send_
lifetime_ start_ time This property is required. str - Configure Key lifetime start time
- accept
Ao Mismatch This property is required. Boolean - Configure Accept AO Mismatch
- accept
Ao Mismatch Variable This property is required. String - Variable name
- accept
Lifetime Duration This property is required. Number - Configure Accept lifetime Duration
- accept
Lifetime Duration Variable This property is required. String - Variable name
- accept
Lifetime End Time This property is required. String - Configure Key lifetime end time
- accept
Lifetime End Time Format This property is required. String - Configure Key lifetime end time
- accept
Lifetime Infinite This property is required. Boolean - Configure Key lifetime end time
- accept
Lifetime Infinite Variable This property is required. String - Variable name
- accept
Lifetime Local This property is required. Boolean - Configure Accept Lifetime Local
- accept
Lifetime Local Variable This property is required. String - Variable name
- accept
Lifetime Start Time This property is required. String - Configure Key lifetime start time
- chain
Name This property is required. String - Select the chain name
- crypto
Algorithm This property is required. String - Crypto Algorithm
- id
This property is required. String - Select the Key ID
- include
Tcp Options This property is required. Boolean - Configure Include TCP Options
- include
Tcp Options Variable This property is required. String - Variable name
- key
String This property is required. String - Specify the Key String
- key
String Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- receive
Id This property is required. Number - Specify the Receiver ID
- receive
Id Variable This property is required. String - Variable name
- send
Id This property is required. Number - Specify the Send ID
- send
Id Variable This property is required. String - Variable name
- send
Lifetime Duration This property is required. Number - Configure Send lifetime Duration
- send
Lifetime Duration Variable This property is required. String - Variable name
- send
Lifetime End Time This property is required. String - Configure Key lifetime end time
- send
Lifetime End Time Format This property is required. String - Configure Key lifetime end time
- send
Lifetime Infinite This property is required. Boolean - Configure Key lifetime end time
- send
Lifetime Infinite Variable This property is required. String - Variable name
- send
Lifetime Local This property is required. Boolean - Configure Send lifetime Local
- send
Lifetime Local Variable This property is required. String - Variable name
- send
Lifetime Start Time This property is required. String - Configure Key lifetime start time
GetCiscoSecurityFeatureTemplateKeychain
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.