Cisco Catalyst SD-WAN v0.2.0 published on Friday, Nov 1, 2024 by Pulumi
sdwan.getSystemSecurityFeature
Explore with Pulumi AI
This data source can read the System Security Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getSystemSecurityFeature({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_system_security_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
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.LookupSystemSecurityFeature(ctx, &sdwan.LookupSystemSecurityFeatureArgs{
Id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
FeatureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
}, 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.GetSystemSecurityFeature.Invoke(new()
{
Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
});
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.GetSystemSecurityFeatureArgs;
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.getSystemSecurityFeature(GetSystemSecurityFeatureArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.build());
}
}
variables:
example:
fn::invoke:
Function: sdwan:getSystemSecurityFeature
Arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getSystemSecurityFeature
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 getSystemSecurityFeature(args: GetSystemSecurityFeatureArgs, opts?: InvokeOptions): Promise<GetSystemSecurityFeatureResult>
function getSystemSecurityFeatureOutput(args: GetSystemSecurityFeatureOutputArgs, opts?: InvokeOptions): Output<GetSystemSecurityFeatureResult>
def get_system_security_feature(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSystemSecurityFeatureResult
def get_system_security_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSystemSecurityFeatureResult]
func LookupSystemSecurityFeature(ctx *Context, args *LookupSystemSecurityFeatureArgs, opts ...InvokeOption) (*LookupSystemSecurityFeatureResult, error)
func LookupSystemSecurityFeatureOutput(ctx *Context, args *LookupSystemSecurityFeatureOutputArgs, opts ...InvokeOption) LookupSystemSecurityFeatureResultOutput
> Note: This function is named LookupSystemSecurityFeature
in the Go SDK.
public static class GetSystemSecurityFeature
{
public static Task<GetSystemSecurityFeatureResult> InvokeAsync(GetSystemSecurityFeatureArgs args, InvokeOptions? opts = null)
public static Output<GetSystemSecurityFeatureResult> Invoke(GetSystemSecurityFeatureInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSystemSecurityFeatureResult> getSystemSecurityFeature(GetSystemSecurityFeatureArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: sdwan:index/getSystemSecurityFeature:getSystemSecurityFeature
arguments:
# arguments dictionary
The following arguments are supported:
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
getSystemSecurityFeature Result
The following output properties are available:
- Anti
Replay stringWindow - Set the sliding replay window size
- Anti
Replay stringWindow Variable - Variable name
- Description string
- The description of the Feature
- Extended
Anti intReplay Window - Extended Anti-Replay Window
- Extended
Anti stringReplay Window Variable - Variable name
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Integrity
Type stringVariable - Variable name
- Integrity
Types List<string> - Set the authentication type for DTLS connections
- Ipsec
Pairwise boolKeying - Enable or disable IPsec pairwise-keying
- Ipsec
Pairwise stringKeying Variable - Variable name
- Keychains
List<Get
System Security Feature Keychain> - Configure a Keychain
- Keys
List<Get
System Security Feature Key> - Configure a Key
- Name string
- The name of the Feature
- Rekey int
- Set how often to change the AES key for DTLS connections
- Rekey
Variable string - Variable name
- Version int
- The version of the Feature
- Anti
Replay stringWindow - Set the sliding replay window size
- Anti
Replay stringWindow Variable - Variable name
- Description string
- The description of the Feature
- Extended
Anti intReplay Window - Extended Anti-Replay Window
- Extended
Anti stringReplay Window Variable - Variable name
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Integrity
Type stringVariable - Variable name
- Integrity
Types []string - Set the authentication type for DTLS connections
- Ipsec
Pairwise boolKeying - Enable or disable IPsec pairwise-keying
- Ipsec
Pairwise stringKeying Variable - Variable name
- Keychains
[]Get
System Security Feature Keychain - Configure a Keychain
- Keys
[]Get
System Security Feature Key - Configure a Key
- Name string
- The name of the Feature
- Rekey int
- Set how often to change the AES key for DTLS connections
- Rekey
Variable string - Variable name
- Version int
- The version of the Feature
- anti
Replay StringWindow - Set the sliding replay window size
- anti
Replay StringWindow Variable - Variable name
- description String
- The description of the Feature
- extended
Anti IntegerReplay Window - Extended Anti-Replay Window
- extended
Anti StringReplay Window Variable - Variable name
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- integrity
Type StringVariable - Variable name
- integrity
Types List<String> - Set the authentication type for DTLS connections
- ipsec
Pairwise BooleanKeying - Enable or disable IPsec pairwise-keying
- ipsec
Pairwise StringKeying Variable - Variable name
- keychains
List<Get
System Security Feature Keychain> - Configure a Keychain
- keys
List<Get
System Security Feature Key> - Configure a Key
- name String
- The name of the Feature
- rekey Integer
- Set how often to change the AES key for DTLS connections
- rekey
Variable String - Variable name
- version Integer
- The version of the Feature
- anti
Replay stringWindow - Set the sliding replay window size
- anti
Replay stringWindow Variable - Variable name
- description string
- The description of the Feature
- extended
Anti numberReplay Window - Extended Anti-Replay Window
- extended
Anti stringReplay Window Variable - Variable name
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- integrity
Type stringVariable - Variable name
- integrity
Types string[] - Set the authentication type for DTLS connections
- ipsec
Pairwise booleanKeying - Enable or disable IPsec pairwise-keying
- ipsec
Pairwise stringKeying Variable - Variable name
- keychains
Get
System Security Feature Keychain[] - Configure a Keychain
- keys
Get
System Security Feature Key[] - Configure a Key
- name string
- The name of the Feature
- rekey number
- Set how often to change the AES key for DTLS connections
- rekey
Variable string - Variable name
- version number
- The version of the Feature
- anti_
replay_ strwindow - Set the sliding replay window size
- anti_
replay_ strwindow_ variable - Variable name
- description str
- The description of the Feature
- extended_
anti_ intreplay_ window - Extended Anti-Replay Window
- extended_
anti_ strreplay_ window_ variable - Variable name
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- integrity_
type_ strvariable - Variable name
- integrity_
types Sequence[str] - Set the authentication type for DTLS connections
- ipsec_
pairwise_ boolkeying - Enable or disable IPsec pairwise-keying
- ipsec_
pairwise_ strkeying_ variable - Variable name
- keychains
Sequence[Get
System Security Feature Keychain] - Configure a Keychain
- keys
Sequence[Get
System Security Feature Key] - Configure a Key
- name str
- The name of the Feature
- rekey int
- Set how often to change the AES key for DTLS connections
- rekey_
variable str - Variable name
- version int
- The version of the Feature
- anti
Replay StringWindow - Set the sliding replay window size
- anti
Replay StringWindow Variable - Variable name
- description String
- The description of the Feature
- extended
Anti NumberReplay Window - Extended Anti-Replay Window
- extended
Anti StringReplay Window Variable - Variable name
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- integrity
Type StringVariable - Variable name
- integrity
Types List<String> - Set the authentication type for DTLS connections
- ipsec
Pairwise BooleanKeying - Enable or disable IPsec pairwise-keying
- ipsec
Pairwise StringKeying Variable - Variable name
- keychains List<Property Map>
- Configure a Keychain
- keys List<Property Map>
- Configure a Key
- name String
- The name of the Feature
- rekey Number
- Set how often to change the AES key for DTLS connections
- rekey
Variable String - Variable name
- version Number
- The version of the Feature
Supporting Types
GetSystemSecurityFeatureKey
- Accept
Ao boolMismatch - Configure Accept AO Mismatch
- Accept
Ao stringMismatch Variable - Variable name
- Accept
Life intTime Duration - Send lifetime Duration (seconds)
- Accept
Life stringTime Duration Variable - Variable name
- Accept
Life intTime Exact - Configure Key lifetime end time
- Accept
Life boolTime Infinite - Infinite lifetime
- Accept
Life stringTime Infinite Variable - Variable name
- Accept
Life boolTime Local - Configure Send lifetime Local
- Accept
Life stringTime Local Variable - Variable name
- Accept
Life intTime Start Epoch - Configure Key lifetime start time
- Crypto
Algorithm string - Crypto Algorithm
- Id int
- Select the Key ID
- Include
Tcp boolOptions - Configure Include TCP Options
- Include
Tcp stringOptions Variable - Variable name
- Key
String string - Specify the Key String
- Key
String stringVariable - Variable name
- Name string
- Select the chain name
- Receiver
Id int - Specify the Receiver ID
- Receiver
Id stringVariable - Variable name
- Send
Id int - Specify the Send ID
- Send
Id stringVariable - Variable name
- Send
Life intTime Duration - Send lifetime Duration (seconds)
- Send
Life stringTime Duration Variable - Variable name
- Send
Life intTime Exact - Configure Key lifetime end time
- Send
Life boolTime Infinite - Infinite lifetime
- Send
Life stringTime Infinite Variable - Variable name
- Send
Life boolTime Local - Configure Send lifetime Local
- Send
Life stringTime Local Variable - Variable name
- Send
Life intTime Start Epoch - Configure Key lifetime start time
- Accept
Ao boolMismatch - Configure Accept AO Mismatch
- Accept
Ao stringMismatch Variable - Variable name
- Accept
Life intTime Duration - Send lifetime Duration (seconds)
- Accept
Life stringTime Duration Variable - Variable name
- Accept
Life intTime Exact - Configure Key lifetime end time
- Accept
Life boolTime Infinite - Infinite lifetime
- Accept
Life stringTime Infinite Variable - Variable name
- Accept
Life boolTime Local - Configure Send lifetime Local
- Accept
Life stringTime Local Variable - Variable name
- Accept
Life intTime Start Epoch - Configure Key lifetime start time
- Crypto
Algorithm string - Crypto Algorithm
- Id int
- Select the Key ID
- Include
Tcp boolOptions - Configure Include TCP Options
- Include
Tcp stringOptions Variable - Variable name
- Key
String string - Specify the Key String
- Key
String stringVariable - Variable name
- Name string
- Select the chain name
- Receiver
Id int - Specify the Receiver ID
- Receiver
Id stringVariable - Variable name
- Send
Id int - Specify the Send ID
- Send
Id stringVariable - Variable name
- Send
Life intTime Duration - Send lifetime Duration (seconds)
- Send
Life stringTime Duration Variable - Variable name
- Send
Life intTime Exact - Configure Key lifetime end time
- Send
Life boolTime Infinite - Infinite lifetime
- Send
Life stringTime Infinite Variable - Variable name
- Send
Life boolTime Local - Configure Send lifetime Local
- Send
Life stringTime Local Variable - Variable name
- Send
Life intTime Start Epoch - Configure Key lifetime start time
- accept
Ao BooleanMismatch - Configure Accept AO Mismatch
- accept
Ao StringMismatch Variable - Variable name
- accept
Life IntegerTime Duration - Send lifetime Duration (seconds)
- accept
Life StringTime Duration Variable - Variable name
- accept
Life IntegerTime Exact - Configure Key lifetime end time
- accept
Life BooleanTime Infinite - Infinite lifetime
- accept
Life StringTime Infinite Variable - Variable name
- accept
Life BooleanTime Local - Configure Send lifetime Local
- accept
Life StringTime Local Variable - Variable name
- accept
Life IntegerTime Start Epoch - Configure Key lifetime start time
- crypto
Algorithm String - Crypto Algorithm
- id Integer
- Select the Key ID
- include
Tcp BooleanOptions - Configure Include TCP Options
- include
Tcp StringOptions Variable - Variable name
- key
String String - Specify the Key String
- key
String StringVariable - Variable name
- name String
- Select the chain name
- receiver
Id Integer - Specify the Receiver ID
- receiver
Id StringVariable - Variable name
- send
Id Integer - Specify the Send ID
- send
Id StringVariable - Variable name
- send
Life IntegerTime Duration - Send lifetime Duration (seconds)
- send
Life StringTime Duration Variable - Variable name
- send
Life IntegerTime Exact - Configure Key lifetime end time
- send
Life BooleanTime Infinite - Infinite lifetime
- send
Life StringTime Infinite Variable - Variable name
- send
Life BooleanTime Local - Configure Send lifetime Local
- send
Life StringTime Local Variable - Variable name
- send
Life IntegerTime Start Epoch - Configure Key lifetime start time
- accept
Ao booleanMismatch - Configure Accept AO Mismatch
- accept
Ao stringMismatch Variable - Variable name
- accept
Life numberTime Duration - Send lifetime Duration (seconds)
- accept
Life stringTime Duration Variable - Variable name
- accept
Life numberTime Exact - Configure Key lifetime end time
- accept
Life booleanTime Infinite - Infinite lifetime
- accept
Life stringTime Infinite Variable - Variable name
- accept
Life booleanTime Local - Configure Send lifetime Local
- accept
Life stringTime Local Variable - Variable name
- accept
Life numberTime Start Epoch - Configure Key lifetime start time
- crypto
Algorithm string - Crypto Algorithm
- id number
- Select the Key ID
- include
Tcp booleanOptions - Configure Include TCP Options
- include
Tcp stringOptions Variable - Variable name
- key
String string - Specify the Key String
- key
String stringVariable - Variable name
- name string
- Select the chain name
- receiver
Id number - Specify the Receiver ID
- receiver
Id stringVariable - Variable name
- send
Id number - Specify the Send ID
- send
Id stringVariable - Variable name
- send
Life numberTime Duration - Send lifetime Duration (seconds)
- send
Life stringTime Duration Variable - Variable name
- send
Life numberTime Exact - Configure Key lifetime end time
- send
Life booleanTime Infinite - Infinite lifetime
- send
Life stringTime Infinite Variable - Variable name
- send
Life booleanTime Local - Configure Send lifetime Local
- send
Life stringTime Local Variable - Variable name
- send
Life numberTime Start Epoch - Configure Key lifetime start time
- accept_
ao_ boolmismatch - Configure Accept AO Mismatch
- accept_
ao_ strmismatch_ variable - Variable name
- accept_
life_ inttime_ duration - Send lifetime Duration (seconds)
- accept_
life_ strtime_ duration_ variable - Variable name
- accept_
life_ inttime_ exact - Configure Key lifetime end time
- accept_
life_ booltime_ infinite - Infinite lifetime
- accept_
life_ strtime_ infinite_ variable - Variable name
- accept_
life_ booltime_ local - Configure Send lifetime Local
- accept_
life_ strtime_ local_ variable - Variable name
- accept_
life_ inttime_ start_ epoch - Configure Key lifetime start time
- crypto_
algorithm str - Crypto Algorithm
- id int
- Select the Key ID
- include_
tcp_ booloptions - Configure Include TCP Options
- include_
tcp_ stroptions_ variable - Variable name
- key_
string str - Specify the Key String
- key_
string_ strvariable - Variable name
- name str
- Select the chain name
- receiver_
id int - Specify the Receiver ID
- receiver_
id_ strvariable - Variable name
- send_
id int - Specify the Send ID
- send_
id_ strvariable - Variable name
- send_
life_ inttime_ duration - Send lifetime Duration (seconds)
- send_
life_ strtime_ duration_ variable - Variable name
- send_
life_ inttime_ exact - Configure Key lifetime end time
- send_
life_ booltime_ infinite - Infinite lifetime
- send_
life_ strtime_ infinite_ variable - Variable name
- send_
life_ booltime_ local - Configure Send lifetime Local
- send_
life_ strtime_ local_ variable - Variable name
- send_
life_ inttime_ start_ epoch - Configure Key lifetime start time
- accept
Ao BooleanMismatch - Configure Accept AO Mismatch
- accept
Ao StringMismatch Variable - Variable name
- accept
Life NumberTime Duration - Send lifetime Duration (seconds)
- accept
Life StringTime Duration Variable - Variable name
- accept
Life NumberTime Exact - Configure Key lifetime end time
- accept
Life BooleanTime Infinite - Infinite lifetime
- accept
Life StringTime Infinite Variable - Variable name
- accept
Life BooleanTime Local - Configure Send lifetime Local
- accept
Life StringTime Local Variable - Variable name
- accept
Life NumberTime Start Epoch - Configure Key lifetime start time
- crypto
Algorithm String - Crypto Algorithm
- id Number
- Select the Key ID
- include
Tcp BooleanOptions - Configure Include TCP Options
- include
Tcp StringOptions Variable - Variable name
- key
String String - Specify the Key String
- key
String StringVariable - Variable name
- name String
- Select the chain name
- receiver
Id Number - Specify the Receiver ID
- receiver
Id StringVariable - Variable name
- send
Id Number - Specify the Send ID
- send
Id StringVariable - Variable name
- send
Life NumberTime Duration - Send lifetime Duration (seconds)
- send
Life StringTime Duration Variable - Variable name
- send
Life NumberTime Exact - Configure Key lifetime end time
- send
Life BooleanTime Infinite - Infinite lifetime
- send
Life StringTime Infinite Variable - Variable name
- send
Life BooleanTime Local - Configure Send lifetime Local
- send
Life StringTime Local Variable - Variable name
- send
Life NumberTime Start Epoch - Configure Key lifetime start time
GetSystemSecurityFeatureKeychain
- Key
Chain stringName - Specify the name of the Keychain
- Key
Id int - Specify the Key ID
- Key
Chain stringName - Specify the name of the Keychain
- Key
Id int - Specify the Key ID
- key
Chain StringName - Specify the name of the Keychain
- key
Id Integer - Specify the Key ID
- key
Chain stringName - Specify the name of the Keychain
- key
Id number - Specify the Key ID
- key_
chain_ strname - Specify the name of the Keychain
- key_
id int - Specify the Key ID
- key
Chain StringName - Specify the name of the Keychain
- key
Id Number - Specify the Key ID
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.