checkpoint.ManagementCheckNetworkFeed
Explore with Pulumi AI
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:
- Network
Feed 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.
- Management
Check stringNetwork Feed Id
- Network
Feed 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.
- Management
Check stringNetwork Feed Id
- network
Feed 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.
- management
Check StringNetwork Feed Id
- network
Feed {[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.
- management
Check stringNetwork Feed Id
- 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_ strnetwork_ feed_ id
- network
Feed 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.
- 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[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.
- Management
Check stringNetwork Feed Id - Network
Feed 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.
- Task
Id string - Command asynchronous task unique identifier.
- Management
Check stringNetwork Feed Id - Network
Feed 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.
- Task
Id string - Command asynchronous task unique identifier.
- management
Check StringNetwork Feed Id - network
Feed 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.
- task
Id String - Command asynchronous task unique identifier.
- management
Check stringNetwork Feed Id - network
Feed {[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.
- task
Id string - Command asynchronous task unique identifier.
- management_
check_ strnetwork_ feed_ id - 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.
- management
Check StringNetwork Feed Id - network
Feed 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.
- 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.