azure-native.security.IngestionSetting
Explore with Pulumi AI
Configures how to correlate scan data and logs with resources associated with the subscription. API Version: 2021-01-15-preview.
Create IngestionSetting Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new IngestionSetting(name: string, args?: IngestionSettingArgs, opts?: CustomResourceOptions);
@overload
def IngestionSetting(resource_name: str,
args: Optional[IngestionSettingArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def IngestionSetting(resource_name: str,
opts: Optional[ResourceOptions] = None,
ingestion_setting_name: Optional[str] = None)
func NewIngestionSetting(ctx *Context, name string, args *IngestionSettingArgs, opts ...ResourceOption) (*IngestionSetting, error)
public IngestionSetting(string name, IngestionSettingArgs? args = null, CustomResourceOptions? opts = null)
public IngestionSetting(String name, IngestionSettingArgs args)
public IngestionSetting(String name, IngestionSettingArgs args, CustomResourceOptions options)
type: azure-native:security:IngestionSetting
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args IngestionSettingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args IngestionSettingArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args IngestionSettingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args IngestionSettingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. IngestionSettingArgs - 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 ingestionSettingResource = new AzureNative.Security.IngestionSetting("ingestionSettingResource", new()
{
IngestionSettingName = "string",
});
example, err := security.NewIngestionSetting(ctx, "ingestionSettingResource", &security.IngestionSettingArgs{
IngestionSettingName: "string",
})
var ingestionSettingResource = new IngestionSetting("ingestionSettingResource", IngestionSettingArgs.builder()
.ingestionSettingName("string")
.build());
ingestion_setting_resource = azure_native.security.IngestionSetting("ingestionSettingResource", ingestion_setting_name=string)
const ingestionSettingResource = new azure_native.security.IngestionSetting("ingestionSettingResource", {ingestionSettingName: "string"});
type: azure-native:security:IngestionSetting
properties:
ingestionSettingName: string
IngestionSetting 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 IngestionSetting resource accepts the following input properties:
- Ingestion
Setting Name Changes to this property will trigger replacement.
- Name of the ingestion setting
- Ingestion
Setting Name Changes to this property will trigger replacement.
- Name of the ingestion setting
- ingestion
Setting Name Changes to this property will trigger replacement.
- Name of the ingestion setting
- ingestion
Setting Name Changes to this property will trigger replacement.
- Name of the ingestion setting
- ingestion_
setting_ name Changes to this property will trigger replacement.
- Name of the ingestion setting
- ingestion
Setting Name Changes to this property will trigger replacement.
- Name of the ingestion setting
Outputs
All input properties are implicitly available as output properties. Additionally, the IngestionSetting resource produces the following output properties:
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:security:IngestionSetting default /subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/ingestionSettings/default
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0