These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.security.getIngestionSetting
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Settings for ingesting security data and logs to correlate with resources associated with the subscription. API Version: 2021-01-15-preview.
Using getIngestionSetting
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 getIngestionSetting(args: GetIngestionSettingArgs, opts?: InvokeOptions): Promise<GetIngestionSettingResult>
function getIngestionSettingOutput(args: GetIngestionSettingOutputArgs, opts?: InvokeOptions): Output<GetIngestionSettingResult>
def get_ingestion_setting(ingestion_setting_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIngestionSettingResult
def get_ingestion_setting_output(ingestion_setting_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIngestionSettingResult]
func LookupIngestionSetting(ctx *Context, args *LookupIngestionSettingArgs, opts ...InvokeOption) (*LookupIngestionSettingResult, error)
func LookupIngestionSettingOutput(ctx *Context, args *LookupIngestionSettingOutputArgs, opts ...InvokeOption) LookupIngestionSettingResultOutput
> Note: This function is named LookupIngestionSetting
in the Go SDK.
public static class GetIngestionSetting
{
public static Task<GetIngestionSettingResult> InvokeAsync(GetIngestionSettingArgs args, InvokeOptions? opts = null)
public static Output<GetIngestionSettingResult> Invoke(GetIngestionSettingInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIngestionSettingResult> getIngestionSetting(GetIngestionSettingArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:security:getIngestionSetting
arguments:
# arguments dictionary
The following arguments are supported:
- Ingestion
Setting stringName - Name of the ingestion setting
- Ingestion
Setting stringName - Name of the ingestion setting
- ingestion
Setting StringName - Name of the ingestion setting
- ingestion
Setting stringName - Name of the ingestion setting
- ingestion_
setting_ strname - Name of the ingestion setting
- ingestion
Setting StringName - Name of the ingestion setting
getIngestionSetting Result
The following output properties are available:
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi