Yandex v0.13.0 published on Tuesday, Feb 22, 2022 by Pulumi
yandex.getFunctionTrigger
Explore with Pulumi AI
Get information about a Yandex Cloud Function Trigger. For more information about Yandex Cloud Functions, see Yandex Cloud Functions.
import * as pulumi from "@pulumi/pulumi";
import * as yandex from "@pulumi/yandex";
const myTrigger = pulumi.output(yandex.getFunctionTrigger({
triggerId: "are1sampletrigger11",
}));
import pulumi
import pulumi_yandex as yandex
my_trigger = yandex.get_function_trigger(trigger_id="are1sampletrigger11")
using Pulumi;
using Yandex = Pulumi.Yandex;
class MyStack : Stack
{
public MyStack()
{
var myTrigger = Output.Create(Yandex.GetFunctionTrigger.InvokeAsync(new Yandex.GetFunctionTriggerArgs
{
TriggerId = "are1sampletrigger11",
}));
}
}
package main
import (
"github.com/pulumi/pulumi-yandex/sdk/go/yandex"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
opt0 := "are1sampletrigger11"
_, err := yandex.LookupFunctionTrigger(ctx, &GetFunctionTriggerArgs{
TriggerId: &opt0,
}, nil)
if err != nil {
return err
}
return nil
})
}
This data source is used to define Yandex Cloud Functions Trigger that can be used by other resources.
Using getFunctionTrigger
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 getFunctionTrigger(args: GetFunctionTriggerArgs, opts?: InvokeOptions): Promise<GetFunctionTriggerResult>
function getFunctionTriggerOutput(args: GetFunctionTriggerOutputArgs, opts?: InvokeOptions): Output<GetFunctionTriggerResult>
def get_function_trigger(folder_id: Optional[str] = None,
name: Optional[str] = None,
trigger_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFunctionTriggerResult
def get_function_trigger_output(folder_id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
trigger_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFunctionTriggerResult]
func LookupFunctionTrigger(ctx *Context, args *LookupFunctionTriggerArgs, opts ...InvokeOption) (*LookupFunctionTriggerResult, error)
func LookupFunctionTriggerOutput(ctx *Context, args *LookupFunctionTriggerOutputArgs, opts ...InvokeOption) LookupFunctionTriggerResultOutput
> Note: This function is named LookupFunctionTrigger
in the Go SDK.
public static class GetFunctionTrigger
{
public static Task<GetFunctionTriggerResult> InvokeAsync(GetFunctionTriggerArgs args, InvokeOptions? opts = null)
public static Output<GetFunctionTriggerResult> Invoke(GetFunctionTriggerInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFunctionTriggerResult> getFunctionTrigger(GetFunctionTriggerArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: yandex:index/getFunctionTrigger:getFunctionTrigger
arguments:
# arguments dictionary
The following arguments are supported:
- folder_
id str - Folder ID for the Yandex Cloud Functions Trigger
- name str
- Yandex Cloud Functions Trigger name used to define trigger
- trigger_
id str - Yandex Cloud Functions Trigger id used to define trigger
getFunctionTrigger Result
The following output properties are available:
- Created
At string - Creation timestamp of the Yandex Cloud Functions Trigger
- Description string
- Description of the Yandex Cloud Functions Trigger
- Dlqs
List<Get
Function Trigger Dlq> - Dead Letter Queue settings definition for Yandex Cloud Functions Trigger
dlq.0.queue_id
- ID of Dead Letter Queue for Trigger (Queue ARN)dlq.0.service_account_id
- Service Account ID for Dead Letter Queue for Yandex Cloud Functions Trigger
- Functions
List<Get
Function Trigger Function> - Yandex.Cloud Function settings definition for Yandex Cloud Functions Trigger
function.0.id
- Yandex.Cloud Function ID for Yandex Cloud Functions Triggerfunction.0.service_account_id
- Service account ID for Yandex.Cloud Function for Yandex Cloud Functions Triggerfunction.0.tag
- Tag for Yandex.Cloud Function for Yandex Cloud Functions Triggerfunction.0.retry_attempts
- Retry attempts for Yandex.Cloud Function for Yandex Cloud Functions Triggerfunction.0.retry_interval
- Retry interval in seconds for Yandex.Cloud Function for Yandex Cloud Functions Trigger
- Id string
- The provider-assigned unique ID for this managed resource.
- Iots
List<Get
Function Trigger Iot> - IoT settings definition for Yandex Cloud Functions Trigger, if present
iot.0.registry_id
- IoT Registry ID for Yandex Cloud Functions Triggeriot.0.device_id
- IoT Device ID for Yandex Cloud Functions Triggeriot.0.topic
- IoT Topic for Yandex Cloud Functions Trigger
- Labels Dictionary<string, string>
- A set of key/value label pairs to assign to the Yandex Cloud Functions Trigger
- Log
Groups List<GetFunction Trigger Log Group> - Loggings
List<Get
Function Trigger Logging> - Message
Queues List<GetFunction Trigger Message Queue> - Message Queue settings definition for Yandex Cloud Functions Trigger, if present
message_queue.0.queue_id
- Message Queue ID for Yandex Cloud Functions Triggermessage_queue.0.service_account_id
- Message Queue Service Account ID for Yandex Cloud Functions Triggermessage_queue.0.batch_cutoff
- Batch Duration in seconds for Yandex Cloud Functions Triggermessage_queue.0.batch_size
- Batch Size for Yandex Cloud Functions Triggermessage_queue.0.visibility_timeout
- Visibility timeout for Yandex Cloud Functions Trigger
- Object
Storages List<GetFunction Trigger Object Storage> - Object Storage settings definition for Yandex Cloud Functions Trigger, if present
object_storage.0.bucket_id
- Object Storage Bucket ID for Yandex Cloud Functions Triggerobject_storage.0.prefix
- Prefix for Object Storage for Yandex Cloud Functions Triggerobject_storage.0.suffix
- Suffix for Object Storage for Yandex Cloud Functions Triggerobject_storage.0.create
- Boolean flag for setting create event for Yandex Cloud Functions Triggerobject_storage.0.update
- Boolean flag for setting update event for Yandex Cloud Functions Triggerobject_storage.0.delete
- Boolean flag for setting delete event for Yandex Cloud Functions Trigger
- Timers
List<Get
Function Trigger Timer> - Timer settings definition for Yandex Cloud Functions Trigger, if present
timer.0.cron_expression
- Cron expression for timer for Yandex Cloud Functions Trigger
- Folder
Id string - Folder ID for the Yandex Cloud Functions Trigger
- Name string
- Trigger
Id string
- Created
At string - Creation timestamp of the Yandex Cloud Functions Trigger
- Description string
- Description of the Yandex Cloud Functions Trigger
- Dlqs
[]Get
Function Trigger Dlq - Dead Letter Queue settings definition for Yandex Cloud Functions Trigger
dlq.0.queue_id
- ID of Dead Letter Queue for Trigger (Queue ARN)dlq.0.service_account_id
- Service Account ID for Dead Letter Queue for Yandex Cloud Functions Trigger
- Functions
[]Get
Function Trigger Function - Yandex.Cloud Function settings definition for Yandex Cloud Functions Trigger
function.0.id
- Yandex.Cloud Function ID for Yandex Cloud Functions Triggerfunction.0.service_account_id
- Service account ID for Yandex.Cloud Function for Yandex Cloud Functions Triggerfunction.0.tag
- Tag for Yandex.Cloud Function for Yandex Cloud Functions Triggerfunction.0.retry_attempts
- Retry attempts for Yandex.Cloud Function for Yandex Cloud Functions Triggerfunction.0.retry_interval
- Retry interval in seconds for Yandex.Cloud Function for Yandex Cloud Functions Trigger
- Id string
- The provider-assigned unique ID for this managed resource.
- Iots
[]Get
Function Trigger Iot - IoT settings definition for Yandex Cloud Functions Trigger, if present
iot.0.registry_id
- IoT Registry ID for Yandex Cloud Functions Triggeriot.0.device_id
- IoT Device ID for Yandex Cloud Functions Triggeriot.0.topic
- IoT Topic for Yandex Cloud Functions Trigger
- Labels map[string]string
- A set of key/value label pairs to assign to the Yandex Cloud Functions Trigger
- Log
Groups []GetFunction Trigger Log Group - Loggings
[]Get
Function Trigger Logging - Message
Queues []GetFunction Trigger Message Queue - Message Queue settings definition for Yandex Cloud Functions Trigger, if present
message_queue.0.queue_id
- Message Queue ID for Yandex Cloud Functions Triggermessage_queue.0.service_account_id
- Message Queue Service Account ID for Yandex Cloud Functions Triggermessage_queue.0.batch_cutoff
- Batch Duration in seconds for Yandex Cloud Functions Triggermessage_queue.0.batch_size
- Batch Size for Yandex Cloud Functions Triggermessage_queue.0.visibility_timeout
- Visibility timeout for Yandex Cloud Functions Trigger
- Object
Storages []GetFunction Trigger Object Storage - Object Storage settings definition for Yandex Cloud Functions Trigger, if present
object_storage.0.bucket_id
- Object Storage Bucket ID for Yandex Cloud Functions Triggerobject_storage.0.prefix
- Prefix for Object Storage for Yandex Cloud Functions Triggerobject_storage.0.suffix
- Suffix for Object Storage for Yandex Cloud Functions Triggerobject_storage.0.create
- Boolean flag for setting create event for Yandex Cloud Functions Triggerobject_storage.0.update
- Boolean flag for setting update event for Yandex Cloud Functions Triggerobject_storage.0.delete
- Boolean flag for setting delete event for Yandex Cloud Functions Trigger
- Timers
[]Get
Function Trigger Timer - Timer settings definition for Yandex Cloud Functions Trigger, if present
timer.0.cron_expression
- Cron expression for timer for Yandex Cloud Functions Trigger
- Folder
Id string - Folder ID for the Yandex Cloud Functions Trigger
- Name string
- Trigger
Id string
- created
At String - Creation timestamp of the Yandex Cloud Functions Trigger
- description String
- Description of the Yandex Cloud Functions Trigger
- dlqs
List<Get
Function Trigger Dlq> - Dead Letter Queue settings definition for Yandex Cloud Functions Trigger
dlq.0.queue_id
- ID of Dead Letter Queue for Trigger (Queue ARN)dlq.0.service_account_id
- Service Account ID for Dead Letter Queue for Yandex Cloud Functions Trigger
- functions
List<Get
Function Trigger Function> - Yandex.Cloud Function settings definition for Yandex Cloud Functions Trigger
function.0.id
- Yandex.Cloud Function ID for Yandex Cloud Functions Triggerfunction.0.service_account_id
- Service account ID for Yandex.Cloud Function for Yandex Cloud Functions Triggerfunction.0.tag
- Tag for Yandex.Cloud Function for Yandex Cloud Functions Triggerfunction.0.retry_attempts
- Retry attempts for Yandex.Cloud Function for Yandex Cloud Functions Triggerfunction.0.retry_interval
- Retry interval in seconds for Yandex.Cloud Function for Yandex Cloud Functions Trigger
- id String
- The provider-assigned unique ID for this managed resource.
- iots
List<Get
Function Trigger Iot> - IoT settings definition for Yandex Cloud Functions Trigger, if present
iot.0.registry_id
- IoT Registry ID for Yandex Cloud Functions Triggeriot.0.device_id
- IoT Device ID for Yandex Cloud Functions Triggeriot.0.topic
- IoT Topic for Yandex Cloud Functions Trigger
- labels Map<String,String>
- A set of key/value label pairs to assign to the Yandex Cloud Functions Trigger
- log
Groups List<GetFunction Trigger Log Group> - loggings
List<Get
Function Trigger Logging> - message
Queues List<GetFunction Trigger Message Queue> - Message Queue settings definition for Yandex Cloud Functions Trigger, if present
message_queue.0.queue_id
- Message Queue ID for Yandex Cloud Functions Triggermessage_queue.0.service_account_id
- Message Queue Service Account ID for Yandex Cloud Functions Triggermessage_queue.0.batch_cutoff
- Batch Duration in seconds for Yandex Cloud Functions Triggermessage_queue.0.batch_size
- Batch Size for Yandex Cloud Functions Triggermessage_queue.0.visibility_timeout
- Visibility timeout for Yandex Cloud Functions Trigger
- object
Storages List<GetFunction Trigger Object Storage> - Object Storage settings definition for Yandex Cloud Functions Trigger, if present
object_storage.0.bucket_id
- Object Storage Bucket ID for Yandex Cloud Functions Triggerobject_storage.0.prefix
- Prefix for Object Storage for Yandex Cloud Functions Triggerobject_storage.0.suffix
- Suffix for Object Storage for Yandex Cloud Functions Triggerobject_storage.0.create
- Boolean flag for setting create event for Yandex Cloud Functions Triggerobject_storage.0.update
- Boolean flag for setting update event for Yandex Cloud Functions Triggerobject_storage.0.delete
- Boolean flag for setting delete event for Yandex Cloud Functions Trigger
- timers
List<Get
Function Trigger Timer> - Timer settings definition for Yandex Cloud Functions Trigger, if present
timer.0.cron_expression
- Cron expression for timer for Yandex Cloud Functions Trigger
- folder
Id String - Folder ID for the Yandex Cloud Functions Trigger
- name String
- trigger
Id String
- created
At string - Creation timestamp of the Yandex Cloud Functions Trigger
- description string
- Description of the Yandex Cloud Functions Trigger
- dlqs
Get
Function Trigger Dlq[] - Dead Letter Queue settings definition for Yandex Cloud Functions Trigger
dlq.0.queue_id
- ID of Dead Letter Queue for Trigger (Queue ARN)dlq.0.service_account_id
- Service Account ID for Dead Letter Queue for Yandex Cloud Functions Trigger
- functions
Get
Function Trigger Function[] - Yandex.Cloud Function settings definition for Yandex Cloud Functions Trigger
function.0.id
- Yandex.Cloud Function ID for Yandex Cloud Functions Triggerfunction.0.service_account_id
- Service account ID for Yandex.Cloud Function for Yandex Cloud Functions Triggerfunction.0.tag
- Tag for Yandex.Cloud Function for Yandex Cloud Functions Triggerfunction.0.retry_attempts
- Retry attempts for Yandex.Cloud Function for Yandex Cloud Functions Triggerfunction.0.retry_interval
- Retry interval in seconds for Yandex.Cloud Function for Yandex Cloud Functions Trigger
- id string
- The provider-assigned unique ID for this managed resource.
- iots
Get
Function Trigger Iot[] - IoT settings definition for Yandex Cloud Functions Trigger, if present
iot.0.registry_id
- IoT Registry ID for Yandex Cloud Functions Triggeriot.0.device_id
- IoT Device ID for Yandex Cloud Functions Triggeriot.0.topic
- IoT Topic for Yandex Cloud Functions Trigger
- labels {[key: string]: string}
- A set of key/value label pairs to assign to the Yandex Cloud Functions Trigger
- log
Groups GetFunction Trigger Log Group[] - loggings
Get
Function Trigger Logging[] - message
Queues GetFunction Trigger Message Queue[] - Message Queue settings definition for Yandex Cloud Functions Trigger, if present
message_queue.0.queue_id
- Message Queue ID for Yandex Cloud Functions Triggermessage_queue.0.service_account_id
- Message Queue Service Account ID for Yandex Cloud Functions Triggermessage_queue.0.batch_cutoff
- Batch Duration in seconds for Yandex Cloud Functions Triggermessage_queue.0.batch_size
- Batch Size for Yandex Cloud Functions Triggermessage_queue.0.visibility_timeout
- Visibility timeout for Yandex Cloud Functions Trigger
- object
Storages GetFunction Trigger Object Storage[] - Object Storage settings definition for Yandex Cloud Functions Trigger, if present
object_storage.0.bucket_id
- Object Storage Bucket ID for Yandex Cloud Functions Triggerobject_storage.0.prefix
- Prefix for Object Storage for Yandex Cloud Functions Triggerobject_storage.0.suffix
- Suffix for Object Storage for Yandex Cloud Functions Triggerobject_storage.0.create
- Boolean flag for setting create event for Yandex Cloud Functions Triggerobject_storage.0.update
- Boolean flag for setting update event for Yandex Cloud Functions Triggerobject_storage.0.delete
- Boolean flag for setting delete event for Yandex Cloud Functions Trigger
- timers
Get
Function Trigger Timer[] - Timer settings definition for Yandex Cloud Functions Trigger, if present
timer.0.cron_expression
- Cron expression for timer for Yandex Cloud Functions Trigger
- folder
Id string - Folder ID for the Yandex Cloud Functions Trigger
- name string
- trigger
Id string
- created_
at str - Creation timestamp of the Yandex Cloud Functions Trigger
- description str
- Description of the Yandex Cloud Functions Trigger
- dlqs
Sequence[Get
Function Trigger Dlq] - Dead Letter Queue settings definition for Yandex Cloud Functions Trigger
dlq.0.queue_id
- ID of Dead Letter Queue for Trigger (Queue ARN)dlq.0.service_account_id
- Service Account ID for Dead Letter Queue for Yandex Cloud Functions Trigger
- functions
Sequence[Get
Function Trigger Function] - Yandex.Cloud Function settings definition for Yandex Cloud Functions Trigger
function.0.id
- Yandex.Cloud Function ID for Yandex Cloud Functions Triggerfunction.0.service_account_id
- Service account ID for Yandex.Cloud Function for Yandex Cloud Functions Triggerfunction.0.tag
- Tag for Yandex.Cloud Function for Yandex Cloud Functions Triggerfunction.0.retry_attempts
- Retry attempts for Yandex.Cloud Function for Yandex Cloud Functions Triggerfunction.0.retry_interval
- Retry interval in seconds for Yandex.Cloud Function for Yandex Cloud Functions Trigger
- id str
- The provider-assigned unique ID for this managed resource.
- iots
Sequence[Get
Function Trigger Iot] - IoT settings definition for Yandex Cloud Functions Trigger, if present
iot.0.registry_id
- IoT Registry ID for Yandex Cloud Functions Triggeriot.0.device_id
- IoT Device ID for Yandex Cloud Functions Triggeriot.0.topic
- IoT Topic for Yandex Cloud Functions Trigger
- labels Mapping[str, str]
- A set of key/value label pairs to assign to the Yandex Cloud Functions Trigger
- log_
groups Sequence[GetFunction Trigger Log Group] - loggings
Sequence[Get
Function Trigger Logging] - message_
queues Sequence[GetFunction Trigger Message Queue] - Message Queue settings definition for Yandex Cloud Functions Trigger, if present
message_queue.0.queue_id
- Message Queue ID for Yandex Cloud Functions Triggermessage_queue.0.service_account_id
- Message Queue Service Account ID for Yandex Cloud Functions Triggermessage_queue.0.batch_cutoff
- Batch Duration in seconds for Yandex Cloud Functions Triggermessage_queue.0.batch_size
- Batch Size for Yandex Cloud Functions Triggermessage_queue.0.visibility_timeout
- Visibility timeout for Yandex Cloud Functions Trigger
- object_
storages Sequence[GetFunction Trigger Object Storage] - Object Storage settings definition for Yandex Cloud Functions Trigger, if present
object_storage.0.bucket_id
- Object Storage Bucket ID for Yandex Cloud Functions Triggerobject_storage.0.prefix
- Prefix for Object Storage for Yandex Cloud Functions Triggerobject_storage.0.suffix
- Suffix for Object Storage for Yandex Cloud Functions Triggerobject_storage.0.create
- Boolean flag for setting create event for Yandex Cloud Functions Triggerobject_storage.0.update
- Boolean flag for setting update event for Yandex Cloud Functions Triggerobject_storage.0.delete
- Boolean flag for setting delete event for Yandex Cloud Functions Trigger
- timers
Sequence[Get
Function Trigger Timer] - Timer settings definition for Yandex Cloud Functions Trigger, if present
timer.0.cron_expression
- Cron expression for timer for Yandex Cloud Functions Trigger
- folder_
id str - Folder ID for the Yandex Cloud Functions Trigger
- name str
- trigger_
id str
- created
At String - Creation timestamp of the Yandex Cloud Functions Trigger
- description String
- Description of the Yandex Cloud Functions Trigger
- dlqs List<Property Map>
- Dead Letter Queue settings definition for Yandex Cloud Functions Trigger
dlq.0.queue_id
- ID of Dead Letter Queue for Trigger (Queue ARN)dlq.0.service_account_id
- Service Account ID for Dead Letter Queue for Yandex Cloud Functions Trigger
- functions List<Property Map>
- Yandex.Cloud Function settings definition for Yandex Cloud Functions Trigger
function.0.id
- Yandex.Cloud Function ID for Yandex Cloud Functions Triggerfunction.0.service_account_id
- Service account ID for Yandex.Cloud Function for Yandex Cloud Functions Triggerfunction.0.tag
- Tag for Yandex.Cloud Function for Yandex Cloud Functions Triggerfunction.0.retry_attempts
- Retry attempts for Yandex.Cloud Function for Yandex Cloud Functions Triggerfunction.0.retry_interval
- Retry interval in seconds for Yandex.Cloud Function for Yandex Cloud Functions Trigger
- id String
- The provider-assigned unique ID for this managed resource.
- iots List<Property Map>
- IoT settings definition for Yandex Cloud Functions Trigger, if present
iot.0.registry_id
- IoT Registry ID for Yandex Cloud Functions Triggeriot.0.device_id
- IoT Device ID for Yandex Cloud Functions Triggeriot.0.topic
- IoT Topic for Yandex Cloud Functions Trigger
- labels Map<String>
- A set of key/value label pairs to assign to the Yandex Cloud Functions Trigger
- log
Groups List<Property Map> - loggings List<Property Map>
- message
Queues List<Property Map> - Message Queue settings definition for Yandex Cloud Functions Trigger, if present
message_queue.0.queue_id
- Message Queue ID for Yandex Cloud Functions Triggermessage_queue.0.service_account_id
- Message Queue Service Account ID for Yandex Cloud Functions Triggermessage_queue.0.batch_cutoff
- Batch Duration in seconds for Yandex Cloud Functions Triggermessage_queue.0.batch_size
- Batch Size for Yandex Cloud Functions Triggermessage_queue.0.visibility_timeout
- Visibility timeout for Yandex Cloud Functions Trigger
- object
Storages List<Property Map> - Object Storage settings definition for Yandex Cloud Functions Trigger, if present
object_storage.0.bucket_id
- Object Storage Bucket ID for Yandex Cloud Functions Triggerobject_storage.0.prefix
- Prefix for Object Storage for Yandex Cloud Functions Triggerobject_storage.0.suffix
- Suffix for Object Storage for Yandex Cloud Functions Triggerobject_storage.0.create
- Boolean flag for setting create event for Yandex Cloud Functions Triggerobject_storage.0.update
- Boolean flag for setting update event for Yandex Cloud Functions Triggerobject_storage.0.delete
- Boolean flag for setting delete event for Yandex Cloud Functions Trigger
- timers List<Property Map>
- Timer settings definition for Yandex Cloud Functions Trigger, if present
timer.0.cron_expression
- Cron expression for timer for Yandex Cloud Functions Trigger
- folder
Id String - Folder ID for the Yandex Cloud Functions Trigger
- name String
- trigger
Id String
Supporting Types
GetFunctionTriggerDlq
- Queue
Id string - Service
Account stringId
- Queue
Id string - Service
Account stringId
- queue
Id String - service
Account StringId
- queue
Id string - service
Account stringId
- queue_
id str - service_
account_ strid
- queue
Id String - service
Account StringId
GetFunctionTriggerFunction
- Id string
- Retry
Attempts string - Retry
Interval string - Service
Account stringId - Tag string
- Id string
- Retry
Attempts string - Retry
Interval string - Service
Account stringId - Tag string
- id String
- retry
Attempts String - retry
Interval String - service
Account StringId - tag String
- id string
- retry
Attempts string - retry
Interval string - service
Account stringId - tag string
- id str
- retry_
attempts str - retry_
interval str - service_
account_ strid - tag str
- id String
- retry
Attempts String - retry
Interval String - service
Account StringId - tag String
GetFunctionTriggerIot
- Device
Id string - Registry
Id string - Topic string
- Device
Id string - Registry
Id string - Topic string
- device
Id String - registry
Id String - topic String
- device
Id string - registry
Id string - topic string
- device_
id str - registry_
id str - topic str
- device
Id String - registry
Id String - topic String
GetFunctionTriggerLogGroup
- Batch
Cutoff string - Batch
Size string - Log
Group List<string>Ids
- Batch
Cutoff string - Batch
Size string - Log
Group []stringIds
- batch
Cutoff String - batch
Size String - log
Group List<String>Ids
- batch
Cutoff string - batch
Size string - log
Group string[]Ids
- batch_
cutoff str - batch_
size str - log_
group_ Sequence[str]ids
- batch
Cutoff String - batch
Size String - log
Group List<String>Ids
GetFunctionTriggerLogging
- Batch
Cutoff string - Batch
Size string - Group
Id string - Levels List<string>
- Resource
Ids List<string> - Resource
Types List<string>
- Batch
Cutoff string - Batch
Size string - Group
Id string - Levels []string
- Resource
Ids []string - Resource
Types []string
- batch
Cutoff String - batch
Size String - group
Id String - levels List<String>
- resource
Ids List<String> - resource
Types List<String>
- batch
Cutoff string - batch
Size string - group
Id string - levels string[]
- resource
Ids string[] - resource
Types string[]
- batch_
cutoff str - batch_
size str - group_
id str - levels Sequence[str]
- resource_
ids Sequence[str] - resource_
types Sequence[str]
- batch
Cutoff String - batch
Size String - group
Id String - levels List<String>
- resource
Ids List<String> - resource
Types List<String>
GetFunctionTriggerMessageQueue
- Batch
Cutoff string - Batch
Size string - Queue
Id string - Service
Account stringId - Visibility
Timeout string
- Batch
Cutoff string - Batch
Size string - Queue
Id string - Service
Account stringId - Visibility
Timeout string
- batch
Cutoff String - batch
Size String - queue
Id String - service
Account StringId - visibility
Timeout String
- batch
Cutoff string - batch
Size string - queue
Id string - service
Account stringId - visibility
Timeout string
- batch_
cutoff str - batch_
size str - queue_
id str - service_
account_ strid - visibility_
timeout str
- batch
Cutoff String - batch
Size String - queue
Id String - service
Account StringId - visibility
Timeout String
GetFunctionTriggerObjectStorage
GetFunctionTriggerTimer
- Cron
Expression string
- Cron
Expression string
- cron
Expression String
- cron
Expression string
- cron_
expression str
- cron
Expression String
Package Details
- Repository
- Yandex pulumi/pulumi-yandex
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
yandex
Terraform Provider.