checkpoint.ManagementCommandSetPolicySettings
Explore with Pulumi AI
Create ManagementCommandSetPolicySettings Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementCommandSetPolicySettings(name: string, args?: ManagementCommandSetPolicySettingsArgs, opts?: CustomResourceOptions);
@overload
def ManagementCommandSetPolicySettings(resource_name: str,
args: Optional[ManagementCommandSetPolicySettingsArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementCommandSetPolicySettings(resource_name: str,
opts: Optional[ResourceOptions] = None,
last_in_cell: Optional[str] = None,
management_command_set_policy_settings_id: Optional[str] = None,
none_object_behavior: Optional[str] = None,
security_access_defaults: Optional[Mapping[str, str]] = None)
func NewManagementCommandSetPolicySettings(ctx *Context, name string, args *ManagementCommandSetPolicySettingsArgs, opts ...ResourceOption) (*ManagementCommandSetPolicySettings, error)
public ManagementCommandSetPolicySettings(string name, ManagementCommandSetPolicySettingsArgs? args = null, CustomResourceOptions? opts = null)
public ManagementCommandSetPolicySettings(String name, ManagementCommandSetPolicySettingsArgs args)
public ManagementCommandSetPolicySettings(String name, ManagementCommandSetPolicySettingsArgs args, CustomResourceOptions options)
type: checkpoint:ManagementCommandSetPolicySettings
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 ManagementCommandSetPolicySettingsArgs
- 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 ManagementCommandSetPolicySettingsArgs
- 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 ManagementCommandSetPolicySettingsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementCommandSetPolicySettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementCommandSetPolicySettingsArgs
- 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 managementCommandSetPolicySettingsResource = new Checkpoint.ManagementCommandSetPolicySettings("managementCommandSetPolicySettingsResource", new()
{
LastInCell = "string",
ManagementCommandSetPolicySettingsId = "string",
NoneObjectBehavior = "string",
SecurityAccessDefaults =
{
{ "string", "string" },
},
});
example, err := checkpoint.NewManagementCommandSetPolicySettings(ctx, "managementCommandSetPolicySettingsResource", &checkpoint.ManagementCommandSetPolicySettingsArgs{
LastInCell: pulumi.String("string"),
ManagementCommandSetPolicySettingsId: pulumi.String("string"),
NoneObjectBehavior: pulumi.String("string"),
SecurityAccessDefaults: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var managementCommandSetPolicySettingsResource = new ManagementCommandSetPolicySettings("managementCommandSetPolicySettingsResource", ManagementCommandSetPolicySettingsArgs.builder()
.lastInCell("string")
.managementCommandSetPolicySettingsId("string")
.noneObjectBehavior("string")
.securityAccessDefaults(Map.of("string", "string"))
.build());
management_command_set_policy_settings_resource = checkpoint.ManagementCommandSetPolicySettings("managementCommandSetPolicySettingsResource",
last_in_cell="string",
management_command_set_policy_settings_id="string",
none_object_behavior="string",
security_access_defaults={
"string": "string",
})
const managementCommandSetPolicySettingsResource = new checkpoint.ManagementCommandSetPolicySettings("managementCommandSetPolicySettingsResource", {
lastInCell: "string",
managementCommandSetPolicySettingsId: "string",
noneObjectBehavior: "string",
securityAccessDefaults: {
string: "string",
},
});
type: checkpoint:ManagementCommandSetPolicySettings
properties:
lastInCell: string
managementCommandSetPolicySettingsId: string
noneObjectBehavior: string
securityAccessDefaults:
string: string
ManagementCommandSetPolicySettings 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 ManagementCommandSetPolicySettings resource accepts the following input properties:
- Last
In stringCell - Added object after removing the last object in cell.
- Management
Command stringSet Policy Settings Id - None
Object stringBehavior - 'None' object behavior. Rules with object 'None' will never be matched.
- Security
Access Dictionary<string, string>Defaults - Access Policy default values.
- Last
In stringCell - Added object after removing the last object in cell.
- Management
Command stringSet Policy Settings Id - None
Object stringBehavior - 'None' object behavior. Rules with object 'None' will never be matched.
- Security
Access map[string]stringDefaults - Access Policy default values.
- last
In StringCell - Added object after removing the last object in cell.
- management
Command StringSet Policy Settings Id - none
Object StringBehavior - 'None' object behavior. Rules with object 'None' will never be matched.
- security
Access Map<String,String>Defaults - Access Policy default values.
- last
In stringCell - Added object after removing the last object in cell.
- management
Command stringSet Policy Settings Id - none
Object stringBehavior - 'None' object behavior. Rules with object 'None' will never be matched.
- security
Access {[key: string]: string}Defaults - Access Policy default values.
- last_
in_ strcell - Added object after removing the last object in cell.
- management_
command_ strset_ policy_ settings_ id - none_
object_ strbehavior - 'None' object behavior. Rules with object 'None' will never be matched.
- security_
access_ Mapping[str, str]defaults - Access Policy default values.
- last
In StringCell - Added object after removing the last object in cell.
- management
Command StringSet Policy Settings Id - none
Object StringBehavior - 'None' object behavior. Rules with object 'None' will never be matched.
- security
Access Map<String>Defaults - Access Policy default values.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementCommandSetPolicySettings 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 ManagementCommandSetPolicySettings Resource
Get an existing ManagementCommandSetPolicySettings 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?: ManagementCommandSetPolicySettingsState, opts?: CustomResourceOptions): ManagementCommandSetPolicySettings
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
last_in_cell: Optional[str] = None,
management_command_set_policy_settings_id: Optional[str] = None,
none_object_behavior: Optional[str] = None,
security_access_defaults: Optional[Mapping[str, str]] = None) -> ManagementCommandSetPolicySettings
func GetManagementCommandSetPolicySettings(ctx *Context, name string, id IDInput, state *ManagementCommandSetPolicySettingsState, opts ...ResourceOption) (*ManagementCommandSetPolicySettings, error)
public static ManagementCommandSetPolicySettings Get(string name, Input<string> id, ManagementCommandSetPolicySettingsState? state, CustomResourceOptions? opts = null)
public static ManagementCommandSetPolicySettings get(String name, Output<String> id, ManagementCommandSetPolicySettingsState state, CustomResourceOptions options)
resources: _: type: checkpoint:ManagementCommandSetPolicySettings 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.
- Last
In stringCell - Added object after removing the last object in cell.
- Management
Command stringSet Policy Settings Id - None
Object stringBehavior - 'None' object behavior. Rules with object 'None' will never be matched.
- Security
Access Dictionary<string, string>Defaults - Access Policy default values.
- Last
In stringCell - Added object after removing the last object in cell.
- Management
Command stringSet Policy Settings Id - None
Object stringBehavior - 'None' object behavior. Rules with object 'None' will never be matched.
- Security
Access map[string]stringDefaults - Access Policy default values.
- last
In StringCell - Added object after removing the last object in cell.
- management
Command StringSet Policy Settings Id - none
Object StringBehavior - 'None' object behavior. Rules with object 'None' will never be matched.
- security
Access Map<String,String>Defaults - Access Policy default values.
- last
In stringCell - Added object after removing the last object in cell.
- management
Command stringSet Policy Settings Id - none
Object stringBehavior - 'None' object behavior. Rules with object 'None' will never be matched.
- security
Access {[key: string]: string}Defaults - Access Policy default values.
- last_
in_ strcell - Added object after removing the last object in cell.
- management_
command_ strset_ policy_ settings_ id - none_
object_ strbehavior - 'None' object behavior. Rules with object 'None' will never be matched.
- security_
access_ Mapping[str, str]defaults - Access Policy default values.
- last
In StringCell - Added object after removing the last object in cell.
- management
Command StringSet Policy Settings Id - none
Object StringBehavior - 'None' object behavior. Rules with object 'None' will never be matched.
- security
Access Map<String>Defaults - Access Policy default values.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpoint
Terraform Provider.