akeyless.EventForwarderServiceNow
Explore with Pulumi AI
Event Forwarder Service Now resource
Create EventForwarderServiceNow Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new EventForwarderServiceNow(name: string, args?: EventForwarderServiceNowArgs, opts?: CustomResourceOptions);
@overload
def EventForwarderServiceNow(resource_name: str,
args: Optional[EventForwarderServiceNowArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def EventForwarderServiceNow(resource_name: str,
opts: Optional[ResourceOptions] = None,
admin_name: Optional[str] = None,
admin_pwd: Optional[str] = None,
app_private_key_base64: Optional[str] = None,
auth_methods_event_source_locations: Optional[Sequence[str]] = None,
auth_type: Optional[str] = None,
client_id: Optional[str] = None,
client_secret: Optional[str] = None,
description: Optional[str] = None,
event_forwarder_service_now_id: Optional[str] = None,
event_types: Optional[Sequence[str]] = None,
every: Optional[str] = None,
gateways_event_source_locations: Optional[Sequence[str]] = None,
host: Optional[str] = None,
items_event_source_locations: Optional[Sequence[str]] = None,
key: Optional[str] = None,
name: Optional[str] = None,
runner_type: Optional[str] = None,
targets_event_source_locations: Optional[Sequence[str]] = None,
user_email: Optional[str] = None)
func NewEventForwarderServiceNow(ctx *Context, name string, args *EventForwarderServiceNowArgs, opts ...ResourceOption) (*EventForwarderServiceNow, error)
public EventForwarderServiceNow(string name, EventForwarderServiceNowArgs? args = null, CustomResourceOptions? opts = null)
public EventForwarderServiceNow(String name, EventForwarderServiceNowArgs args)
public EventForwarderServiceNow(String name, EventForwarderServiceNowArgs args, CustomResourceOptions options)
type: akeyless:EventForwarderServiceNow
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args EventForwarderServiceNowArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args EventForwarderServiceNowArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args EventForwarderServiceNowArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EventForwarderServiceNowArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EventForwarderServiceNowArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var eventForwarderServiceNowResource = new Akeyless.EventForwarderServiceNow("eventForwarderServiceNowResource", new()
{
AdminName = "string",
AdminPwd = "string",
AppPrivateKeyBase64 = "string",
AuthMethodsEventSourceLocations = new[]
{
"string",
},
AuthType = "string",
ClientId = "string",
ClientSecret = "string",
Description = "string",
EventForwarderServiceNowId = "string",
EventTypes = new[]
{
"string",
},
Every = "string",
GatewaysEventSourceLocations = new[]
{
"string",
},
Host = "string",
ItemsEventSourceLocations = new[]
{
"string",
},
Key = "string",
Name = "string",
RunnerType = "string",
TargetsEventSourceLocations = new[]
{
"string",
},
UserEmail = "string",
});
example, err := akeyless.NewEventForwarderServiceNow(ctx, "eventForwarderServiceNowResource", &akeyless.EventForwarderServiceNowArgs{
AdminName: pulumi.String("string"),
AdminPwd: pulumi.String("string"),
AppPrivateKeyBase64: pulumi.String("string"),
AuthMethodsEventSourceLocations: pulumi.StringArray{
pulumi.String("string"),
},
AuthType: pulumi.String("string"),
ClientId: pulumi.String("string"),
ClientSecret: pulumi.String("string"),
Description: pulumi.String("string"),
EventForwarderServiceNowId: pulumi.String("string"),
EventTypes: pulumi.StringArray{
pulumi.String("string"),
},
Every: pulumi.String("string"),
GatewaysEventSourceLocations: pulumi.StringArray{
pulumi.String("string"),
},
Host: pulumi.String("string"),
ItemsEventSourceLocations: pulumi.StringArray{
pulumi.String("string"),
},
Key: pulumi.String("string"),
Name: pulumi.String("string"),
RunnerType: pulumi.String("string"),
TargetsEventSourceLocations: pulumi.StringArray{
pulumi.String("string"),
},
UserEmail: pulumi.String("string"),
})
var eventForwarderServiceNowResource = new EventForwarderServiceNow("eventForwarderServiceNowResource", EventForwarderServiceNowArgs.builder()
.adminName("string")
.adminPwd("string")
.appPrivateKeyBase64("string")
.authMethodsEventSourceLocations("string")
.authType("string")
.clientId("string")
.clientSecret("string")
.description("string")
.eventForwarderServiceNowId("string")
.eventTypes("string")
.every("string")
.gatewaysEventSourceLocations("string")
.host("string")
.itemsEventSourceLocations("string")
.key("string")
.name("string")
.runnerType("string")
.targetsEventSourceLocations("string")
.userEmail("string")
.build());
event_forwarder_service_now_resource = akeyless.EventForwarderServiceNow("eventForwarderServiceNowResource",
admin_name="string",
admin_pwd="string",
app_private_key_base64="string",
auth_methods_event_source_locations=["string"],
auth_type="string",
client_id="string",
client_secret="string",
description="string",
event_forwarder_service_now_id="string",
event_types=["string"],
every="string",
gateways_event_source_locations=["string"],
host="string",
items_event_source_locations=["string"],
key="string",
name="string",
runner_type="string",
targets_event_source_locations=["string"],
user_email="string")
const eventForwarderServiceNowResource = new akeyless.EventForwarderServiceNow("eventForwarderServiceNowResource", {
adminName: "string",
adminPwd: "string",
appPrivateKeyBase64: "string",
authMethodsEventSourceLocations: ["string"],
authType: "string",
clientId: "string",
clientSecret: "string",
description: "string",
eventForwarderServiceNowId: "string",
eventTypes: ["string"],
every: "string",
gatewaysEventSourceLocations: ["string"],
host: "string",
itemsEventSourceLocations: ["string"],
key: "string",
name: "string",
runnerType: "string",
targetsEventSourceLocations: ["string"],
userEmail: "string",
});
type: akeyless:EventForwarderServiceNow
properties:
adminName: string
adminPwd: string
appPrivateKeyBase64: string
authMethodsEventSourceLocations:
- string
authType: string
clientId: string
clientSecret: string
description: string
eventForwarderServiceNowId: string
eventTypes:
- string
every: string
gatewaysEventSourceLocations:
- string
host: string
itemsEventSourceLocations:
- string
key: string
name: string
runnerType: string
targetsEventSourceLocations:
- string
userEmail: string
EventForwarderServiceNow Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The EventForwarderServiceNow resource accepts the following input properties:
- Admin
Name string - Workstation Admin Name
- Admin
Pwd string - Workstation Admin Password
- App
Private stringKey Base64 - The RSA Private Key to use when connecting with jwt authentication
- Auth
Methods List<string>Event Source Locations - Auth Methods event sources to forward events about, for example: /abc/*
- Auth
Type string - The authentication type to use [user-pass/jwt]
- Client
Id string - The client ID to use when connecting with jwt authentication
- Client
Secret string - The client secret to use when connecting with jwt authentication
- Description string
- Description of the object
- Event
Forwarder stringService Now Id - The ID of this resource.
- Event
Types List<string> - A comma-separated list of types of events to notify about
- Every string
- Rate of periodic runner repetition in hours
- Gateways
Event List<string>Source Locations - Gateways event sources to forward events about,for example the relevant Gateways cluster urls,: http://localhost:8000.
- Host string
- Workstation Host
- Items
Event List<string>Source Locations - Items event sources to forward events about, for example: /abc/*
- Key string
- Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
- Name string
- Event Forwarder name
- Runner
Type string - Event Forwarder runner type [immediate/periodic]
- Targets
Event List<string>Source Locations - Targets event sources to forward events about, for example: /abc/*
- User
Email string - The user email to identify with when connecting with jwt authentication
- Admin
Name string - Workstation Admin Name
- Admin
Pwd string - Workstation Admin Password
- App
Private stringKey Base64 - The RSA Private Key to use when connecting with jwt authentication
- Auth
Methods []stringEvent Source Locations - Auth Methods event sources to forward events about, for example: /abc/*
- Auth
Type string - The authentication type to use [user-pass/jwt]
- Client
Id string - The client ID to use when connecting with jwt authentication
- Client
Secret string - The client secret to use when connecting with jwt authentication
- Description string
- Description of the object
- Event
Forwarder stringService Now Id - The ID of this resource.
- Event
Types []string - A comma-separated list of types of events to notify about
- Every string
- Rate of periodic runner repetition in hours
- Gateways
Event []stringSource Locations - Gateways event sources to forward events about,for example the relevant Gateways cluster urls,: http://localhost:8000.
- Host string
- Workstation Host
- Items
Event []stringSource Locations - Items event sources to forward events about, for example: /abc/*
- Key string
- Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
- Name string
- Event Forwarder name
- Runner
Type string - Event Forwarder runner type [immediate/periodic]
- Targets
Event []stringSource Locations - Targets event sources to forward events about, for example: /abc/*
- User
Email string - The user email to identify with when connecting with jwt authentication
- admin
Name String - Workstation Admin Name
- admin
Pwd String - Workstation Admin Password
- app
Private StringKey Base64 - The RSA Private Key to use when connecting with jwt authentication
- auth
Methods List<String>Event Source Locations - Auth Methods event sources to forward events about, for example: /abc/*
- auth
Type String - The authentication type to use [user-pass/jwt]
- client
Id String - The client ID to use when connecting with jwt authentication
- client
Secret String - The client secret to use when connecting with jwt authentication
- description String
- Description of the object
- event
Forwarder StringService Now Id - The ID of this resource.
- event
Types List<String> - A comma-separated list of types of events to notify about
- every String
- Rate of periodic runner repetition in hours
- gateways
Event List<String>Source Locations - Gateways event sources to forward events about,for example the relevant Gateways cluster urls,: http://localhost:8000.
- host String
- Workstation Host
- items
Event List<String>Source Locations - Items event sources to forward events about, for example: /abc/*
- key String
- Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
- name String
- Event Forwarder name
- runner
Type String - Event Forwarder runner type [immediate/periodic]
- targets
Event List<String>Source Locations - Targets event sources to forward events about, for example: /abc/*
- user
Email String - The user email to identify with when connecting with jwt authentication
- admin
Name string - Workstation Admin Name
- admin
Pwd string - Workstation Admin Password
- app
Private stringKey Base64 - The RSA Private Key to use when connecting with jwt authentication
- auth
Methods string[]Event Source Locations - Auth Methods event sources to forward events about, for example: /abc/*
- auth
Type string - The authentication type to use [user-pass/jwt]
- client
Id string - The client ID to use when connecting with jwt authentication
- client
Secret string - The client secret to use when connecting with jwt authentication
- description string
- Description of the object
- event
Forwarder stringService Now Id - The ID of this resource.
- event
Types string[] - A comma-separated list of types of events to notify about
- every string
- Rate of periodic runner repetition in hours
- gateways
Event string[]Source Locations - Gateways event sources to forward events about,for example the relevant Gateways cluster urls,: http://localhost:8000.
- host string
- Workstation Host
- items
Event string[]Source Locations - Items event sources to forward events about, for example: /abc/*
- key string
- Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
- name string
- Event Forwarder name
- runner
Type string - Event Forwarder runner type [immediate/periodic]
- targets
Event string[]Source Locations - Targets event sources to forward events about, for example: /abc/*
- user
Email string - The user email to identify with when connecting with jwt authentication
- admin_
name str - Workstation Admin Name
- admin_
pwd str - Workstation Admin Password
- app_
private_ strkey_ base64 - The RSA Private Key to use when connecting with jwt authentication
- auth_
methods_ Sequence[str]event_ source_ locations - Auth Methods event sources to forward events about, for example: /abc/*
- auth_
type str - The authentication type to use [user-pass/jwt]
- client_
id str - The client ID to use when connecting with jwt authentication
- client_
secret str - The client secret to use when connecting with jwt authentication
- description str
- Description of the object
- event_
forwarder_ strservice_ now_ id - The ID of this resource.
- event_
types Sequence[str] - A comma-separated list of types of events to notify about
- every str
- Rate of periodic runner repetition in hours
- gateways_
event_ Sequence[str]source_ locations - Gateways event sources to forward events about,for example the relevant Gateways cluster urls,: http://localhost:8000.
- host str
- Workstation Host
- items_
event_ Sequence[str]source_ locations - Items event sources to forward events about, for example: /abc/*
- key str
- Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
- name str
- Event Forwarder name
- runner_
type str - Event Forwarder runner type [immediate/periodic]
- targets_
event_ Sequence[str]source_ locations - Targets event sources to forward events about, for example: /abc/*
- user_
email str - The user email to identify with when connecting with jwt authentication
- admin
Name String - Workstation Admin Name
- admin
Pwd String - Workstation Admin Password
- app
Private StringKey Base64 - The RSA Private Key to use when connecting with jwt authentication
- auth
Methods List<String>Event Source Locations - Auth Methods event sources to forward events about, for example: /abc/*
- auth
Type String - The authentication type to use [user-pass/jwt]
- client
Id String - The client ID to use when connecting with jwt authentication
- client
Secret String - The client secret to use when connecting with jwt authentication
- description String
- Description of the object
- event
Forwarder StringService Now Id - The ID of this resource.
- event
Types List<String> - A comma-separated list of types of events to notify about
- every String
- Rate of periodic runner repetition in hours
- gateways
Event List<String>Source Locations - Gateways event sources to forward events about,for example the relevant Gateways cluster urls,: http://localhost:8000.
- host String
- Workstation Host
- items
Event List<String>Source Locations - Items event sources to forward events about, for example: /abc/*
- key String
- Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
- name String
- Event Forwarder name
- runner
Type String - Event Forwarder runner type [immediate/periodic]
- targets
Event List<String>Source Locations - Targets event sources to forward events about, for example: /abc/*
- user
Email String - The user email to identify with when connecting with jwt authentication
Outputs
All input properties are implicitly available as output properties. Additionally, the EventForwarderServiceNow resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing EventForwarderServiceNow Resource
Get an existing EventForwarderServiceNow resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: EventForwarderServiceNowState, opts?: CustomResourceOptions): EventForwarderServiceNow
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
admin_name: Optional[str] = None,
admin_pwd: Optional[str] = None,
app_private_key_base64: Optional[str] = None,
auth_methods_event_source_locations: Optional[Sequence[str]] = None,
auth_type: Optional[str] = None,
client_id: Optional[str] = None,
client_secret: Optional[str] = None,
description: Optional[str] = None,
event_forwarder_service_now_id: Optional[str] = None,
event_types: Optional[Sequence[str]] = None,
every: Optional[str] = None,
gateways_event_source_locations: Optional[Sequence[str]] = None,
host: Optional[str] = None,
items_event_source_locations: Optional[Sequence[str]] = None,
key: Optional[str] = None,
name: Optional[str] = None,
runner_type: Optional[str] = None,
targets_event_source_locations: Optional[Sequence[str]] = None,
user_email: Optional[str] = None) -> EventForwarderServiceNow
func GetEventForwarderServiceNow(ctx *Context, name string, id IDInput, state *EventForwarderServiceNowState, opts ...ResourceOption) (*EventForwarderServiceNow, error)
public static EventForwarderServiceNow Get(string name, Input<string> id, EventForwarderServiceNowState? state, CustomResourceOptions? opts = null)
public static EventForwarderServiceNow get(String name, Output<String> id, EventForwarderServiceNowState state, CustomResourceOptions options)
resources: _: type: akeyless:EventForwarderServiceNow get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Admin
Name string - Workstation Admin Name
- Admin
Pwd string - Workstation Admin Password
- App
Private stringKey Base64 - The RSA Private Key to use when connecting with jwt authentication
- Auth
Methods List<string>Event Source Locations - Auth Methods event sources to forward events about, for example: /abc/*
- Auth
Type string - The authentication type to use [user-pass/jwt]
- Client
Id string - The client ID to use when connecting with jwt authentication
- Client
Secret string - The client secret to use when connecting with jwt authentication
- Description string
- Description of the object
- Event
Forwarder stringService Now Id - The ID of this resource.
- Event
Types List<string> - A comma-separated list of types of events to notify about
- Every string
- Rate of periodic runner repetition in hours
- Gateways
Event List<string>Source Locations - Gateways event sources to forward events about,for example the relevant Gateways cluster urls,: http://localhost:8000.
- Host string
- Workstation Host
- Items
Event List<string>Source Locations - Items event sources to forward events about, for example: /abc/*
- Key string
- Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
- Name string
- Event Forwarder name
- Runner
Type string - Event Forwarder runner type [immediate/periodic]
- Targets
Event List<string>Source Locations - Targets event sources to forward events about, for example: /abc/*
- User
Email string - The user email to identify with when connecting with jwt authentication
- Admin
Name string - Workstation Admin Name
- Admin
Pwd string - Workstation Admin Password
- App
Private stringKey Base64 - The RSA Private Key to use when connecting with jwt authentication
- Auth
Methods []stringEvent Source Locations - Auth Methods event sources to forward events about, for example: /abc/*
- Auth
Type string - The authentication type to use [user-pass/jwt]
- Client
Id string - The client ID to use when connecting with jwt authentication
- Client
Secret string - The client secret to use when connecting with jwt authentication
- Description string
- Description of the object
- Event
Forwarder stringService Now Id - The ID of this resource.
- Event
Types []string - A comma-separated list of types of events to notify about
- Every string
- Rate of periodic runner repetition in hours
- Gateways
Event []stringSource Locations - Gateways event sources to forward events about,for example the relevant Gateways cluster urls,: http://localhost:8000.
- Host string
- Workstation Host
- Items
Event []stringSource Locations - Items event sources to forward events about, for example: /abc/*
- Key string
- Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
- Name string
- Event Forwarder name
- Runner
Type string - Event Forwarder runner type [immediate/periodic]
- Targets
Event []stringSource Locations - Targets event sources to forward events about, for example: /abc/*
- User
Email string - The user email to identify with when connecting with jwt authentication
- admin
Name String - Workstation Admin Name
- admin
Pwd String - Workstation Admin Password
- app
Private StringKey Base64 - The RSA Private Key to use when connecting with jwt authentication
- auth
Methods List<String>Event Source Locations - Auth Methods event sources to forward events about, for example: /abc/*
- auth
Type String - The authentication type to use [user-pass/jwt]
- client
Id String - The client ID to use when connecting with jwt authentication
- client
Secret String - The client secret to use when connecting with jwt authentication
- description String
- Description of the object
- event
Forwarder StringService Now Id - The ID of this resource.
- event
Types List<String> - A comma-separated list of types of events to notify about
- every String
- Rate of periodic runner repetition in hours
- gateways
Event List<String>Source Locations - Gateways event sources to forward events about,for example the relevant Gateways cluster urls,: http://localhost:8000.
- host String
- Workstation Host
- items
Event List<String>Source Locations - Items event sources to forward events about, for example: /abc/*
- key String
- Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
- name String
- Event Forwarder name
- runner
Type String - Event Forwarder runner type [immediate/periodic]
- targets
Event List<String>Source Locations - Targets event sources to forward events about, for example: /abc/*
- user
Email String - The user email to identify with when connecting with jwt authentication
- admin
Name string - Workstation Admin Name
- admin
Pwd string - Workstation Admin Password
- app
Private stringKey Base64 - The RSA Private Key to use when connecting with jwt authentication
- auth
Methods string[]Event Source Locations - Auth Methods event sources to forward events about, for example: /abc/*
- auth
Type string - The authentication type to use [user-pass/jwt]
- client
Id string - The client ID to use when connecting with jwt authentication
- client
Secret string - The client secret to use when connecting with jwt authentication
- description string
- Description of the object
- event
Forwarder stringService Now Id - The ID of this resource.
- event
Types string[] - A comma-separated list of types of events to notify about
- every string
- Rate of periodic runner repetition in hours
- gateways
Event string[]Source Locations - Gateways event sources to forward events about,for example the relevant Gateways cluster urls,: http://localhost:8000.
- host string
- Workstation Host
- items
Event string[]Source Locations - Items event sources to forward events about, for example: /abc/*
- key string
- Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
- name string
- Event Forwarder name
- runner
Type string - Event Forwarder runner type [immediate/periodic]
- targets
Event string[]Source Locations - Targets event sources to forward events about, for example: /abc/*
- user
Email string - The user email to identify with when connecting with jwt authentication
- admin_
name str - Workstation Admin Name
- admin_
pwd str - Workstation Admin Password
- app_
private_ strkey_ base64 - The RSA Private Key to use when connecting with jwt authentication
- auth_
methods_ Sequence[str]event_ source_ locations - Auth Methods event sources to forward events about, for example: /abc/*
- auth_
type str - The authentication type to use [user-pass/jwt]
- client_
id str - The client ID to use when connecting with jwt authentication
- client_
secret str - The client secret to use when connecting with jwt authentication
- description str
- Description of the object
- event_
forwarder_ strservice_ now_ id - The ID of this resource.
- event_
types Sequence[str] - A comma-separated list of types of events to notify about
- every str
- Rate of periodic runner repetition in hours
- gateways_
event_ Sequence[str]source_ locations - Gateways event sources to forward events about,for example the relevant Gateways cluster urls,: http://localhost:8000.
- host str
- Workstation Host
- items_
event_ Sequence[str]source_ locations - Items event sources to forward events about, for example: /abc/*
- key str
- Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
- name str
- Event Forwarder name
- runner_
type str - Event Forwarder runner type [immediate/periodic]
- targets_
event_ Sequence[str]source_ locations - Targets event sources to forward events about, for example: /abc/*
- user_
email str - The user email to identify with when connecting with jwt authentication
- admin
Name String - Workstation Admin Name
- admin
Pwd String - Workstation Admin Password
- app
Private StringKey Base64 - The RSA Private Key to use when connecting with jwt authentication
- auth
Methods List<String>Event Source Locations - Auth Methods event sources to forward events about, for example: /abc/*
- auth
Type String - The authentication type to use [user-pass/jwt]
- client
Id String - The client ID to use when connecting with jwt authentication
- client
Secret String - The client secret to use when connecting with jwt authentication
- description String
- Description of the object
- event
Forwarder StringService Now Id - The ID of this resource.
- event
Types List<String> - A comma-separated list of types of events to notify about
- every String
- Rate of periodic runner repetition in hours
- gateways
Event List<String>Source Locations - Gateways event sources to forward events about,for example the relevant Gateways cluster urls,: http://localhost:8000.
- host String
- Workstation Host
- items
Event List<String>Source Locations - Items event sources to forward events about, for example: /abc/*
- key String
- Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
- name String
- Event Forwarder name
- runner
Type String - Event Forwarder runner type [immediate/periodic]
- targets
Event List<String>Source Locations - Targets event sources to forward events about, for example: /abc/*
- user
Email String - The user email to identify with when connecting with jwt authentication
Package Details
- Repository
- akeyless akeyless-community/terraform-provider-akeyless
- License
- Notes
- This Pulumi package is based on the
akeyless
Terraform Provider.