1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. ManagementCheckNetworkFeed
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

checkpoint.ManagementCheckNetworkFeed

Explore with Pulumi AI

checkpoint logo
checkpoint 2.9.0 published on Monday, Apr 14, 2025 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[Mapping[str, str]] = 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 = 
        {
            { "string", "string" },
        },
        Targets = new[]
        {
            "string",
        },
        ManagementCheckNetworkFeedId = "string",
    });
    
    example, err := checkpoint.NewManagementCheckNetworkFeed(ctx, "managementCheckNetworkFeedResource", &checkpoint.ManagementCheckNetworkFeedArgs{
    	NetworkFeed: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    	Targets: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	ManagementCheckNetworkFeedId: pulumi.String("string"),
    })
    
    var managementCheckNetworkFeedResource = new ManagementCheckNetworkFeed("managementCheckNetworkFeedResource", ManagementCheckNetworkFeedArgs.builder()
        .networkFeed(Map.of("string", "string"))
        .targets("string")
        .managementCheckNetworkFeedId("string")
        .build());
    
    management_check_network_feed_resource = checkpoint.ManagementCheckNetworkFeed("managementCheckNetworkFeedResource",
        network_feed={
            "string": "string",
        },
        targets=["string"],
        management_check_network_feed_id="string")
    
    const managementCheckNetworkFeedResource = new checkpoint.ManagementCheckNetworkFeed("managementCheckNetworkFeedResource", {
        networkFeed: {
            string: "string",
        },
        targets: ["string"],
        managementCheckNetworkFeedId: "string",
    });
    
    type: checkpoint:ManagementCheckNetworkFeed
    properties:
        managementCheckNetworkFeedId: string
        networkFeed:
            string: 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:

    NetworkFeed Dictionary<string, string>
    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.
    ManagementCheckNetworkFeedId string
    NetworkFeed map[string]string
    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.
    ManagementCheckNetworkFeedId string
    networkFeed Map<String,String>
    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.
    managementCheckNetworkFeedId String
    networkFeed {[key: string]: string}
    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.
    managementCheckNetworkFeedId string
    network_feed Mapping[str, str]
    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_network_feed_id str
    networkFeed Map<String>
    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.
    managementCheckNetworkFeedId String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ManagementCheckNetworkFeed resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    TaskId string
    Command asynchronous task unique identifier.
    Id string
    The provider-assigned unique ID for this managed resource.
    TaskId string
    Command asynchronous task unique identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    taskId String
    Command asynchronous task unique identifier.
    id string
    The provider-assigned unique ID for this managed resource.
    taskId string
    Command asynchronous task unique identifier.
    id str
    The provider-assigned unique ID for this managed resource.
    task_id str
    Command asynchronous task unique identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    taskId String
    Command asynchronous task unique identifier.

    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[Mapping[str, str]] = None,
            targets: Optional[Sequence[str]] = None,
            task_id: Optional[str] = None) -> ManagementCheckNetworkFeed
    func 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.
    The following state arguments are supported:
    ManagementCheckNetworkFeedId string
    NetworkFeed Dictionary<string, string>
    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.
    TaskId string
    Command asynchronous task unique identifier.
    ManagementCheckNetworkFeedId string
    NetworkFeed map[string]string
    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.
    TaskId string
    Command asynchronous task unique identifier.
    managementCheckNetworkFeedId String
    networkFeed Map<String,String>
    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.
    taskId String
    Command asynchronous task unique identifier.
    managementCheckNetworkFeedId string
    networkFeed {[key: string]: string}
    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.
    taskId string
    Command asynchronous task unique identifier.
    management_check_network_feed_id str
    network_feed Mapping[str, str]
    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.
    managementCheckNetworkFeedId String
    networkFeed Map<String>
    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.
    taskId 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.
    checkpoint logo
    checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw