Sumo Logic v0.23.4 published on Friday, Sep 20, 2024 by Pulumi
sumologic.CollectorIngestBudgetAssignment
Explore with Pulumi AI
Deprecated: Use Collector.fields instead to assign an ingest bucket.
Create CollectorIngestBudgetAssignment Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CollectorIngestBudgetAssignment(name: string, args: CollectorIngestBudgetAssignmentArgs, opts?: CustomResourceOptions);
@overload
def CollectorIngestBudgetAssignment(resource_name: str,
args: CollectorIngestBudgetAssignmentArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CollectorIngestBudgetAssignment(resource_name: str,
opts: Optional[ResourceOptions] = None,
collector_id: Optional[str] = None,
ingest_budget_id: Optional[str] = None)
func NewCollectorIngestBudgetAssignment(ctx *Context, name string, args CollectorIngestBudgetAssignmentArgs, opts ...ResourceOption) (*CollectorIngestBudgetAssignment, error)
public CollectorIngestBudgetAssignment(string name, CollectorIngestBudgetAssignmentArgs args, CustomResourceOptions? opts = null)
public CollectorIngestBudgetAssignment(String name, CollectorIngestBudgetAssignmentArgs args)
public CollectorIngestBudgetAssignment(String name, CollectorIngestBudgetAssignmentArgs args, CustomResourceOptions options)
type: sumologic:CollectorIngestBudgetAssignment
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 CollectorIngestBudgetAssignmentArgs
- 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 CollectorIngestBudgetAssignmentArgs
- 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 CollectorIngestBudgetAssignmentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CollectorIngestBudgetAssignmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CollectorIngestBudgetAssignmentArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
CollectorIngestBudgetAssignment Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The CollectorIngestBudgetAssignment resource accepts the following input properties:
- Collector
Id string - Ingest
Budget stringId
- Collector
Id string - Ingest
Budget stringId
- collector
Id String - ingest
Budget StringId
- collector
Id string - ingest
Budget stringId
- collector_
id str - ingest_
budget_ strid
- collector
Id String - ingest
Budget StringId
Outputs
All input properties are implicitly available as output properties. Additionally, the CollectorIngestBudgetAssignment 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 CollectorIngestBudgetAssignment Resource
Get an existing CollectorIngestBudgetAssignment 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?: CollectorIngestBudgetAssignmentState, opts?: CustomResourceOptions): CollectorIngestBudgetAssignment
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
collector_id: Optional[str] = None,
ingest_budget_id: Optional[str] = None) -> CollectorIngestBudgetAssignment
func GetCollectorIngestBudgetAssignment(ctx *Context, name string, id IDInput, state *CollectorIngestBudgetAssignmentState, opts ...ResourceOption) (*CollectorIngestBudgetAssignment, error)
public static CollectorIngestBudgetAssignment Get(string name, Input<string> id, CollectorIngestBudgetAssignmentState? state, CustomResourceOptions? opts = null)
public static CollectorIngestBudgetAssignment get(String name, Output<String> id, CollectorIngestBudgetAssignmentState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Collector
Id string - Ingest
Budget stringId
- Collector
Id string - Ingest
Budget stringId
- collector
Id String - ingest
Budget StringId
- collector
Id string - ingest
Budget stringId
- collector_
id str - ingest_
budget_ strid
- collector
Id String - ingest
Budget StringId
Package Details
- Repository
- Sumo Logic pulumi/pulumi-sumologic
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sumologic
Terraform Provider.