published on Monday, Mar 30, 2026 by checkpointsw
published on Monday, Mar 30, 2026 by checkpointsw
Create ManagementCheckNetworkFeed Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementCheckNetworkFeed(name: string, args: ManagementCheckNetworkFeedArgs, opts?: CustomResourceOptions);@overload
def ManagementCheckNetworkFeed(resource_name: str,
args: ManagementCheckNetworkFeedArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementCheckNetworkFeed(resource_name: str,
opts: Optional[ResourceOptions] = None,
network_feed: Optional[ManagementCheckNetworkFeedNetworkFeedArgs] = None,
targets: Optional[Sequence[str]] = None,
management_check_network_feed_id: Optional[str] = None)func NewManagementCheckNetworkFeed(ctx *Context, name string, args ManagementCheckNetworkFeedArgs, opts ...ResourceOption) (*ManagementCheckNetworkFeed, error)public ManagementCheckNetworkFeed(string name, ManagementCheckNetworkFeedArgs args, CustomResourceOptions? opts = null)
public ManagementCheckNetworkFeed(String name, ManagementCheckNetworkFeedArgs args)
public ManagementCheckNetworkFeed(String name, ManagementCheckNetworkFeedArgs args, CustomResourceOptions options)
type: checkpoint:ManagementCheckNetworkFeed
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 ManagementCheckNetworkFeedArgs
- 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 ManagementCheckNetworkFeedArgs
- 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 ManagementCheckNetworkFeedArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementCheckNetworkFeedArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementCheckNetworkFeedArgs
- 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 managementCheckNetworkFeedResource = new Checkpoint.ManagementCheckNetworkFeed("managementCheckNetworkFeedResource", new()
{
NetworkFeed = new Checkpoint.Inputs.ManagementCheckNetworkFeedNetworkFeedArgs
{
CertificateId = "string",
CustomHeaders = new[]
{
new Checkpoint.Inputs.ManagementCheckNetworkFeedNetworkFeedCustomHeaderArgs
{
HeaderName = "string",
HeaderValue = "string",
},
},
DataColumn = 0,
DomainsToProcesses = new[]
{
"string",
},
FeedFormat = "string",
FeedType = "string",
FeedUrl = "string",
FieldsDelimiter = "string",
IgnoreErrors = false,
IgnoreLinesThatStartWith = "string",
IgnoreWarnings = false,
JsonQuery = "string",
Name = "string",
Password = "string",
UpdateInterval = 0,
UseGatewayProxy = false,
Username = "string",
},
Targets = new[]
{
"string",
},
ManagementCheckNetworkFeedId = "string",
});
example, err := checkpoint.NewManagementCheckNetworkFeed(ctx, "managementCheckNetworkFeedResource", &checkpoint.ManagementCheckNetworkFeedArgs{
NetworkFeed: &checkpoint.ManagementCheckNetworkFeedNetworkFeedArgs{
CertificateId: pulumi.String("string"),
CustomHeaders: checkpoint.ManagementCheckNetworkFeedNetworkFeedCustomHeaderArray{
&checkpoint.ManagementCheckNetworkFeedNetworkFeedCustomHeaderArgs{
HeaderName: pulumi.String("string"),
HeaderValue: pulumi.String("string"),
},
},
DataColumn: pulumi.Float64(0),
DomainsToProcesses: pulumi.StringArray{
pulumi.String("string"),
},
FeedFormat: pulumi.String("string"),
FeedType: pulumi.String("string"),
FeedUrl: pulumi.String("string"),
FieldsDelimiter: pulumi.String("string"),
IgnoreErrors: pulumi.Bool(false),
IgnoreLinesThatStartWith: pulumi.String("string"),
IgnoreWarnings: pulumi.Bool(false),
JsonQuery: pulumi.String("string"),
Name: pulumi.String("string"),
Password: pulumi.String("string"),
UpdateInterval: pulumi.Float64(0),
UseGatewayProxy: pulumi.Bool(false),
Username: pulumi.String("string"),
},
Targets: pulumi.StringArray{
pulumi.String("string"),
},
ManagementCheckNetworkFeedId: pulumi.String("string"),
})
var managementCheckNetworkFeedResource = new ManagementCheckNetworkFeed("managementCheckNetworkFeedResource", ManagementCheckNetworkFeedArgs.builder()
.networkFeed(ManagementCheckNetworkFeedNetworkFeedArgs.builder()
.certificateId("string")
.customHeaders(ManagementCheckNetworkFeedNetworkFeedCustomHeaderArgs.builder()
.headerName("string")
.headerValue("string")
.build())
.dataColumn(0.0)
.domainsToProcesses("string")
.feedFormat("string")
.feedType("string")
.feedUrl("string")
.fieldsDelimiter("string")
.ignoreErrors(false)
.ignoreLinesThatStartWith("string")
.ignoreWarnings(false)
.jsonQuery("string")
.name("string")
.password("string")
.updateInterval(0.0)
.useGatewayProxy(false)
.username("string")
.build())
.targets("string")
.managementCheckNetworkFeedId("string")
.build());
management_check_network_feed_resource = checkpoint.ManagementCheckNetworkFeed("managementCheckNetworkFeedResource",
network_feed={
"certificate_id": "string",
"custom_headers": [{
"header_name": "string",
"header_value": "string",
}],
"data_column": float(0),
"domains_to_processes": ["string"],
"feed_format": "string",
"feed_type": "string",
"feed_url": "string",
"fields_delimiter": "string",
"ignore_errors": False,
"ignore_lines_that_start_with": "string",
"ignore_warnings": False,
"json_query": "string",
"name": "string",
"password": "string",
"update_interval": float(0),
"use_gateway_proxy": False,
"username": "string",
},
targets=["string"],
management_check_network_feed_id="string")
const managementCheckNetworkFeedResource = new checkpoint.ManagementCheckNetworkFeed("managementCheckNetworkFeedResource", {
networkFeed: {
certificateId: "string",
customHeaders: [{
headerName: "string",
headerValue: "string",
}],
dataColumn: 0,
domainsToProcesses: ["string"],
feedFormat: "string",
feedType: "string",
feedUrl: "string",
fieldsDelimiter: "string",
ignoreErrors: false,
ignoreLinesThatStartWith: "string",
ignoreWarnings: false,
jsonQuery: "string",
name: "string",
password: "string",
updateInterval: 0,
useGatewayProxy: false,
username: "string",
},
targets: ["string"],
managementCheckNetworkFeedId: "string",
});
type: checkpoint:ManagementCheckNetworkFeed
properties:
managementCheckNetworkFeedId: string
networkFeed:
certificateId: string
customHeaders:
- headerName: string
headerValue: string
dataColumn: 0
domainsToProcesses:
- string
feedFormat: string
feedType: string
feedUrl: string
fieldsDelimiter: string
ignoreErrors: false
ignoreLinesThatStartWith: string
ignoreWarnings: false
jsonQuery: string
name: string
password: string
updateInterval: 0
useGatewayProxy: false
username: string
targets:
- string
ManagementCheckNetworkFeed 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 ManagementCheckNetworkFeed resource accepts the following input properties:
- Network
Feed ManagementCheck Network Feed Network Feed - network feed parameters.network_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 stringNetwork Feed Id
- Network
Feed ManagementCheck Network Feed Network Feed Args - network feed parameters.network_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 stringNetwork Feed Id
- network
Feed ManagementCheck Network Feed Network Feed - network feed parameters.network_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 StringNetwork Feed Id
- network
Feed ManagementCheck Network Feed Network Feed - network feed parameters.network_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 stringNetwork Feed Id
- network_
feed ManagementCheck Network Feed Network Feed Args - network feed parameters.network_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_ strnetwork_ feed_ id
- network
Feed Property Map - network feed parameters.network_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 StringNetwork Feed Id
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementCheckNetworkFeed resource produces the following output properties:
Look up Existing ManagementCheckNetworkFeed Resource
Get an existing ManagementCheckNetworkFeed 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?: ManagementCheckNetworkFeedState, opts?: CustomResourceOptions): ManagementCheckNetworkFeed@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
management_check_network_feed_id: Optional[str] = None,
network_feed: Optional[ManagementCheckNetworkFeedNetworkFeedArgs] = None,
targets: Optional[Sequence[str]] = None,
task_id: Optional[str] = None) -> ManagementCheckNetworkFeedfunc GetManagementCheckNetworkFeed(ctx *Context, name string, id IDInput, state *ManagementCheckNetworkFeedState, opts ...ResourceOption) (*ManagementCheckNetworkFeed, error)public static ManagementCheckNetworkFeed Get(string name, Input<string> id, ManagementCheckNetworkFeedState? state, CustomResourceOptions? opts = null)public static ManagementCheckNetworkFeed get(String name, Output<String> id, ManagementCheckNetworkFeedState state, CustomResourceOptions options)resources: _: type: checkpoint:ManagementCheckNetworkFeed 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.
- Management
Check stringNetwork Feed Id - Network
Feed ManagementCheck Network Feed Network Feed - network feed parameters.network_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.
- Task
Id string - Command asynchronous task unique identifier.
- Management
Check stringNetwork Feed Id - Network
Feed ManagementCheck Network Feed Network Feed Args - network feed parameters.network_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.
- Task
Id string - Command asynchronous task unique identifier.
- management
Check StringNetwork Feed Id - network
Feed ManagementCheck Network Feed Network Feed - network feed parameters.network_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.
- task
Id String - Command asynchronous task unique identifier.
- management
Check stringNetwork Feed Id - network
Feed ManagementCheck Network Feed Network Feed - network feed parameters.network_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.
- task
Id string - Command asynchronous task unique identifier.
- management_
check_ strnetwork_ feed_ id - network_
feed ManagementCheck Network Feed Network Feed Args - network feed parameters.network_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.
- task_
id str - Command asynchronous task unique identifier.
- management
Check StringNetwork Feed Id - network
Feed Property Map - network feed parameters.network_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.
- task
Id String - Command asynchronous task unique identifier.
Supporting Types
ManagementCheckNetworkFeedNetworkFeed, ManagementCheckNetworkFeedNetworkFeedArgs
- Certificate
Id string - Certificate SHA-1 fingerprint to access the feed.
- Custom
Headers List<ManagementCheck Network Feed Network Feed Custom Header> - Headers to allow different authentication methods with the URL.custom_header blocks are documented below.
- Data
Column double - Number of the column that contains the feed's data.
- Domains
To List<string>Processes - Indicates which domains to process the commands on. It cannot be used with the details-level full, must be run from the System Domain only and with ignore-warnings true. Valid values are: CURRENT_DOMAIN, ALL_DOMAINS_ON_THIS_SERVER.domains_to_process blocks are documented below.
- Feed
Format string - Feed file format.
- Feed
Type string - Feed type to be enforced.
- Feed
Url string - URL of the feed. URL should be written as http or https.
- Fields
Delimiter string - The delimiter that separates between the columns in the feed.
- Ignore
Errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- Ignore
Lines stringThat Start With - A prefix that will determine which lines to ignore.
- Ignore
Warnings bool - Apply changes ignoring warnings.
- Json
Query string - JQ query to be parsed.
- Name string
- Object name.
- Password string
- password for authenticating with the URL.
- Update
Interval double - Interval in minutes for updating the feed on the Security Gateway.
- Use
Gateway boolProxy - Use the gateway's proxy for retrieving the feed.
- Username string
- username for authenticating with the URL.
- Certificate
Id string - Certificate SHA-1 fingerprint to access the feed.
- Custom
Headers []ManagementCheck Network Feed Network Feed Custom Header - Headers to allow different authentication methods with the URL.custom_header blocks are documented below.
- Data
Column float64 - Number of the column that contains the feed's data.
- Domains
To []stringProcesses - Indicates which domains to process the commands on. It cannot be used with the details-level full, must be run from the System Domain only and with ignore-warnings true. Valid values are: CURRENT_DOMAIN, ALL_DOMAINS_ON_THIS_SERVER.domains_to_process blocks are documented below.
- Feed
Format string - Feed file format.
- Feed
Type string - Feed type to be enforced.
- Feed
Url string - URL of the feed. URL should be written as http or https.
- Fields
Delimiter string - The delimiter that separates between the columns in the feed.
- Ignore
Errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- Ignore
Lines stringThat Start With - A prefix that will determine which lines to ignore.
- Ignore
Warnings bool - Apply changes ignoring warnings.
- Json
Query string - JQ query to be parsed.
- Name string
- Object name.
- Password string
- password for authenticating with the URL.
- Update
Interval float64 - Interval in minutes for updating the feed on the Security Gateway.
- Use
Gateway boolProxy - Use the gateway's proxy for retrieving the feed.
- Username string
- username for authenticating with the URL.
- certificate
Id String - Certificate SHA-1 fingerprint to access the feed.
- custom
Headers List<ManagementCheck Network Feed Network Feed Custom Header> - Headers to allow different authentication methods with the URL.custom_header blocks are documented below.
- data
Column Double - Number of the column that contains the feed's data.
- domains
To List<String>Processes - Indicates which domains to process the commands on. It cannot be used with the details-level full, must be run from the System Domain only and with ignore-warnings true. Valid values are: CURRENT_DOMAIN, ALL_DOMAINS_ON_THIS_SERVER.domains_to_process blocks are documented below.
- feed
Format String - Feed file format.
- feed
Type String - Feed type to be enforced.
- feed
Url String - URL of the feed. URL should be written as http or https.
- fields
Delimiter String - The delimiter that separates between the columns in the feed.
- ignore
Errors Boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Lines StringThat Start With - A prefix that will determine which lines to ignore.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- json
Query String - JQ query to be parsed.
- name String
- Object name.
- password String
- password for authenticating with the URL.
- update
Interval Double - Interval in minutes for updating the feed on the Security Gateway.
- use
Gateway BooleanProxy - Use the gateway's proxy for retrieving the feed.
- username String
- username for authenticating with the URL.
- certificate
Id string - Certificate SHA-1 fingerprint to access the feed.
- custom
Headers ManagementCheck Network Feed Network Feed Custom Header[] - Headers to allow different authentication methods with the URL.custom_header blocks are documented below.
- data
Column number - Number of the column that contains the feed's data.
- domains
To string[]Processes - Indicates which domains to process the commands on. It cannot be used with the details-level full, must be run from the System Domain only and with ignore-warnings true. Valid values are: CURRENT_DOMAIN, ALL_DOMAINS_ON_THIS_SERVER.domains_to_process blocks are documented below.
- feed
Format string - Feed file format.
- feed
Type string - Feed type to be enforced.
- feed
Url string - URL of the feed. URL should be written as http or https.
- fields
Delimiter string - The delimiter that separates between the columns in the feed.
- ignore
Errors boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Lines stringThat Start With - A prefix that will determine which lines to ignore.
- ignore
Warnings boolean - Apply changes ignoring warnings.
- json
Query string - JQ query to be parsed.
- name string
- Object name.
- password string
- password for authenticating with the URL.
- update
Interval number - Interval in minutes for updating the feed on the Security Gateway.
- use
Gateway booleanProxy - Use the gateway's proxy for retrieving the feed.
- username string
- username for authenticating with the URL.
- certificate_
id str - Certificate SHA-1 fingerprint to access the feed.
- custom_
headers Sequence[ManagementCheck Network Feed Network Feed Custom Header] - Headers to allow different authentication methods with the URL.custom_header blocks are documented below.
- data_
column float - Number of the column that contains the feed's data.
- domains_
to_ Sequence[str]processes - Indicates which domains to process the commands on. It cannot be used with the details-level full, must be run from the System Domain only and with ignore-warnings true. Valid values are: CURRENT_DOMAIN, ALL_DOMAINS_ON_THIS_SERVER.domains_to_process blocks are documented below.
- feed_
format str - Feed file format.
- feed_
type str - Feed type to be enforced.
- feed_
url str - URL of the feed. URL should be written as http or https.
- fields_
delimiter str - The delimiter that separates between the columns in the feed.
- ignore_
errors bool - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore_
lines_ strthat_ start_ with - A prefix that will determine which lines to ignore.
- ignore_
warnings bool - Apply changes ignoring warnings.
- json_
query str - JQ query to be parsed.
- name str
- Object name.
- password str
- password for authenticating with the URL.
- update_
interval float - Interval in minutes for updating the feed on the Security Gateway.
- use_
gateway_ boolproxy - Use the gateway's proxy for retrieving the feed.
- username str
- username for authenticating with the URL.
- certificate
Id String - Certificate SHA-1 fingerprint to access the feed.
- custom
Headers List<Property Map> - Headers to allow different authentication methods with the URL.custom_header blocks are documented below.
- data
Column Number - Number of the column that contains the feed's data.
- domains
To List<String>Processes - Indicates which domains to process the commands on. It cannot be used with the details-level full, must be run from the System Domain only and with ignore-warnings true. Valid values are: CURRENT_DOMAIN, ALL_DOMAINS_ON_THIS_SERVER.domains_to_process blocks are documented below.
- feed
Format String - Feed file format.
- feed
Type String - Feed type to be enforced.
- feed
Url String - URL of the feed. URL should be written as http or https.
- fields
Delimiter String - The delimiter that separates between the columns in the feed.
- ignore
Errors Boolean - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
- ignore
Lines StringThat Start With - A prefix that will determine which lines to ignore.
- ignore
Warnings Boolean - Apply changes ignoring warnings.
- json
Query String - JQ query to be parsed.
- name String
- Object name.
- password String
- password for authenticating with the URL.
- update
Interval Number - Interval in minutes for updating the feed on the Security Gateway.
- use
Gateway BooleanProxy - Use the gateway's proxy for retrieving the feed.
- username String
- username for authenticating with the URL.
ManagementCheckNetworkFeedNetworkFeedCustomHeader, ManagementCheckNetworkFeedNetworkFeedCustomHeaderArgs
- Header
Name string - The name of the HTTP header we wish to add.
- Header
Value string - The name of the HTTP value we wish to add.
- Header
Name string - The name of the HTTP header we wish to add.
- Header
Value string - The name of the HTTP value we wish to add.
- header
Name String - The name of the HTTP header we wish to add.
- header
Value String - The name of the HTTP value we wish to add.
- header
Name string - The name of the HTTP header we wish to add.
- header
Value string - The name of the HTTP value we wish to add.
- header_
name str - The name of the HTTP header we wish to add.
- header_
value str - The name of the HTTP value we wish to add.
- header
Name String - The name of the HTTP header we wish to add.
- header
Value String - The name of the HTTP value we wish to add.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
published on Monday, Mar 30, 2026 by checkpointsw
