checkpoint.ManagementCheckThreatIocFeed
Explore with Pulumi AI
Create ManagementCheckThreatIocFeed Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementCheckThreatIocFeed(name: string, args: ManagementCheckThreatIocFeedArgs, opts?: CustomResourceOptions);
@overload
def ManagementCheckThreatIocFeed(resource_name: str,
args: ManagementCheckThreatIocFeedArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementCheckThreatIocFeed(resource_name: str,
opts: Optional[ResourceOptions] = None,
ioc_feed: Optional[Mapping[str, str]] = None,
targets: Optional[Sequence[str]] = None,
management_check_threat_ioc_feed_id: Optional[str] = None)
func NewManagementCheckThreatIocFeed(ctx *Context, name string, args ManagementCheckThreatIocFeedArgs, opts ...ResourceOption) (*ManagementCheckThreatIocFeed, error)
public ManagementCheckThreatIocFeed(string name, ManagementCheckThreatIocFeedArgs args, CustomResourceOptions? opts = null)
public ManagementCheckThreatIocFeed(String name, ManagementCheckThreatIocFeedArgs args)
public ManagementCheckThreatIocFeed(String name, ManagementCheckThreatIocFeedArgs args, CustomResourceOptions options)
type: checkpoint:ManagementCheckThreatIocFeed
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 ManagementCheckThreatIocFeedArgs
- 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 ManagementCheckThreatIocFeedArgs
- 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 ManagementCheckThreatIocFeedArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementCheckThreatIocFeedArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementCheckThreatIocFeedArgs
- 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 managementCheckThreatIocFeedResource = new Checkpoint.ManagementCheckThreatIocFeed("managementCheckThreatIocFeedResource", new()
{
IocFeed =
{
{ "string", "string" },
},
Targets = new[]
{
"string",
},
ManagementCheckThreatIocFeedId = "string",
});
example, err := checkpoint.NewManagementCheckThreatIocFeed(ctx, "managementCheckThreatIocFeedResource", &checkpoint.ManagementCheckThreatIocFeedArgs{
IocFeed: pulumi.StringMap{
"string": pulumi.String("string"),
},
Targets: pulumi.StringArray{
pulumi.String("string"),
},
ManagementCheckThreatIocFeedId: pulumi.String("string"),
})
var managementCheckThreatIocFeedResource = new ManagementCheckThreatIocFeed("managementCheckThreatIocFeedResource", ManagementCheckThreatIocFeedArgs.builder()
.iocFeed(Map.of("string", "string"))
.targets("string")
.managementCheckThreatIocFeedId("string")
.build());
management_check_threat_ioc_feed_resource = checkpoint.ManagementCheckThreatIocFeed("managementCheckThreatIocFeedResource",
ioc_feed={
"string": "string",
},
targets=["string"],
management_check_threat_ioc_feed_id="string")
const managementCheckThreatIocFeedResource = new checkpoint.ManagementCheckThreatIocFeed("managementCheckThreatIocFeedResource", {
iocFeed: {
string: "string",
},
targets: ["string"],
managementCheckThreatIocFeedId: "string",
});
type: checkpoint:ManagementCheckThreatIocFeed
properties:
iocFeed:
string: string
managementCheckThreatIocFeedId: string
targets:
- string
ManagementCheckThreatIocFeed 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 ManagementCheckThreatIocFeed resource accepts the following input properties:
- Ioc
Feed Dictionary<string, string> - threat ioc feed parameters.ioc_feed blocks are documented below.
- Targets List<string>
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- Management
Check stringThreat Ioc Feed Id
- Ioc
Feed map[string]string - threat ioc feed parameters.ioc_feed blocks are documented below.
- Targets []string
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- Management
Check stringThreat Ioc Feed Id
- ioc
Feed Map<String,String> - threat ioc feed parameters.ioc_feed blocks are documented below.
- targets List<String>
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- management
Check StringThreat Ioc Feed Id
- ioc
Feed {[key: string]: string} - threat ioc feed parameters.ioc_feed blocks are documented below.
- targets string[]
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- management
Check stringThreat Ioc Feed Id
- ioc_
feed Mapping[str, str] - threat ioc feed parameters.ioc_feed blocks are documented below.
- targets Sequence[str]
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- management_
check_ strthreat_ ioc_ feed_ id
- ioc
Feed Map<String> - threat ioc feed parameters.ioc_feed blocks are documented below.
- targets List<String>
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- management
Check StringThreat Ioc Feed Id
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementCheckThreatIocFeed resource produces the following output properties:
Look up Existing ManagementCheckThreatIocFeed Resource
Get an existing ManagementCheckThreatIocFeed 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?: ManagementCheckThreatIocFeedState, opts?: CustomResourceOptions): ManagementCheckThreatIocFeed
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
ioc_feed: Optional[Mapping[str, str]] = None,
management_check_threat_ioc_feed_id: Optional[str] = None,
targets: Optional[Sequence[str]] = None,
task_id: Optional[str] = None) -> ManagementCheckThreatIocFeed
func GetManagementCheckThreatIocFeed(ctx *Context, name string, id IDInput, state *ManagementCheckThreatIocFeedState, opts ...ResourceOption) (*ManagementCheckThreatIocFeed, error)
public static ManagementCheckThreatIocFeed Get(string name, Input<string> id, ManagementCheckThreatIocFeedState? state, CustomResourceOptions? opts = null)
public static ManagementCheckThreatIocFeed get(String name, Output<String> id, ManagementCheckThreatIocFeedState state, CustomResourceOptions options)
resources: _: type: checkpoint:ManagementCheckThreatIocFeed 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.
- Ioc
Feed Dictionary<string, string> - threat ioc feed parameters.ioc_feed blocks are documented below.
- Management
Check stringThreat Ioc Feed Id - Targets List<string>
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- Task
Id string - Command asynchronous task unique identifier.
- Ioc
Feed map[string]string - threat ioc feed parameters.ioc_feed blocks are documented below.
- Management
Check stringThreat Ioc Feed Id - Targets []string
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- Task
Id string - Command asynchronous task unique identifier.
- ioc
Feed Map<String,String> - threat ioc feed parameters.ioc_feed blocks are documented below.
- management
Check StringThreat Ioc Feed Id - targets List<String>
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- task
Id String - Command asynchronous task unique identifier.
- ioc
Feed {[key: string]: string} - threat ioc feed parameters.ioc_feed blocks are documented below.
- management
Check stringThreat Ioc Feed Id - targets string[]
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- task
Id string - Command asynchronous task unique identifier.
- ioc_
feed Mapping[str, str] - threat ioc feed parameters.ioc_feed blocks are documented below.
- management_
check_ strthreat_ ioc_ feed_ id - targets Sequence[str]
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- task_
id str - Command asynchronous task unique identifier.
- ioc
Feed Map<String> - threat ioc feed parameters.ioc_feed blocks are documented below.
- management
Check StringThreat Ioc Feed Id - targets List<String>
- On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
- task
Id String - Command asynchronous task unique identifier.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpoint
Terraform Provider.