checkpoint.ManagementCommandExportManagement
Explore with Pulumi AI
Create ManagementCommandExportManagement Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementCommandExportManagement(name: string, args?: ManagementCommandExportManagementArgs, opts?: CustomResourceOptions);
@overload
def ManagementCommandExportManagement(resource_name: str,
args: Optional[ManagementCommandExportManagementArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementCommandExportManagement(resource_name: str,
opts: Optional[ResourceOptions] = None,
domain_name: Optional[str] = None,
file_path: Optional[str] = None,
ignore_warnings: Optional[bool] = None,
include_endpoint_configuration: Optional[bool] = None,
include_endpoint_database: Optional[bool] = None,
include_logs: Optional[bool] = None,
include_logs_indexes: Optional[bool] = None,
is_domain_backup: Optional[bool] = None,
is_smc_to_mds: Optional[bool] = None,
management_command_export_management_id: Optional[str] = None,
pre_export_verification_only: Optional[bool] = None,
version: Optional[str] = None)
func NewManagementCommandExportManagement(ctx *Context, name string, args *ManagementCommandExportManagementArgs, opts ...ResourceOption) (*ManagementCommandExportManagement, error)
public ManagementCommandExportManagement(string name, ManagementCommandExportManagementArgs? args = null, CustomResourceOptions? opts = null)
public ManagementCommandExportManagement(String name, ManagementCommandExportManagementArgs args)
public ManagementCommandExportManagement(String name, ManagementCommandExportManagementArgs args, CustomResourceOptions options)
type: checkpoint:ManagementCommandExportManagement
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 ManagementCommandExportManagementArgs
- 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 ManagementCommandExportManagementArgs
- 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 ManagementCommandExportManagementArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementCommandExportManagementArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementCommandExportManagementArgs
- 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 managementCommandExportManagementResource = new Checkpoint.ManagementCommandExportManagement("managementCommandExportManagementResource", new()
{
DomainName = "string",
FilePath = "string",
IgnoreWarnings = false,
IncludeEndpointConfiguration = false,
IncludeEndpointDatabase = false,
IncludeLogs = false,
IncludeLogsIndexes = false,
IsDomainBackup = false,
IsSmcToMds = false,
ManagementCommandExportManagementId = "string",
PreExportVerificationOnly = false,
Version = "string",
});
example, err := checkpoint.NewManagementCommandExportManagement(ctx, "managementCommandExportManagementResource", &checkpoint.ManagementCommandExportManagementArgs{
DomainName: pulumi.String("string"),
FilePath: pulumi.String("string"),
IgnoreWarnings: pulumi.Bool(false),
IncludeEndpointConfiguration: pulumi.Bool(false),
IncludeEndpointDatabase: pulumi.Bool(false),
IncludeLogs: pulumi.Bool(false),
IncludeLogsIndexes: pulumi.Bool(false),
IsDomainBackup: pulumi.Bool(false),
IsSmcToMds: pulumi.Bool(false),
ManagementCommandExportManagementId: pulumi.String("string"),
PreExportVerificationOnly: pulumi.Bool(false),
Version: pulumi.String("string"),
})
var managementCommandExportManagementResource = new ManagementCommandExportManagement("managementCommandExportManagementResource", ManagementCommandExportManagementArgs.builder()
.domainName("string")
.filePath("string")
.ignoreWarnings(false)
.includeEndpointConfiguration(false)
.includeEndpointDatabase(false)
.includeLogs(false)
.includeLogsIndexes(false)
.isDomainBackup(false)
.isSmcToMds(false)
.managementCommandExportManagementId("string")
.preExportVerificationOnly(false)
.version("string")
.build());
management_command_export_management_resource = checkpoint.ManagementCommandExportManagement("managementCommandExportManagementResource",
domain_name="string",
file_path="string",
ignore_warnings=False,
include_endpoint_configuration=False,
include_endpoint_database=False,
include_logs=False,
include_logs_indexes=False,
is_domain_backup=False,
is_smc_to_mds=False,
management_command_export_management_id="string",
pre_export_verification_only=False,
version="string")
const managementCommandExportManagementResource = new checkpoint.ManagementCommandExportManagement("managementCommandExportManagementResource", {
domainName: "string",
filePath: "string",
ignoreWarnings: false,
includeEndpointConfiguration: false,
includeEndpointDatabase: false,
includeLogs: false,
includeLogsIndexes: false,
isDomainBackup: false,
isSmcToMds: false,
managementCommandExportManagementId: "string",
preExportVerificationOnly: false,
version: "string",
});
type: checkpoint:ManagementCommandExportManagement
properties:
domainName: string
filePath: string
ignoreWarnings: false
includeEndpointConfiguration: false
includeEndpointDatabase: false
includeLogs: false
includeLogsIndexes: false
isDomainBackup: false
isSmcToMds: false
managementCommandExportManagementId: string
preExportVerificationOnly: false
version: string
ManagementCommandExportManagement 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 ManagementCommandExportManagement resource accepts the following input properties:
- Domain
Name string - Domain name to be exported.Required only for exporting a Domain from the Multi-Domain Server or backing up Domain.
- File
Path string - Path in which the exported database file is saved.Required only when not using pre-export-verification-only flag.
- Ignore
Warnings bool - Ignoring the verification warnings. By Setting this parameter to 'true' export will not be blocked by warnings.
- Include
Endpoint boolConfiguration - Include export of the Endpoint Security Management configuration files.
- Include
Endpoint boolDatabase - Include export of the Endpoint Security Management database.
- Include
Logs bool - Export logs without log indexes.
- Include
Logs boolIndexes - Export logs with log indexes.
- Is
Domain boolBackup - If true, the exported Domain will be suitable for import on the same Multi-Domain Server only.
- Is
Smc boolTo Mds - If true, the exported Security Management Server will be suitable for import on the Multi-Domain Server only.
- Management
Command stringExport Management Id - Pre
Export boolVerification Only - If true, only runs the pre-export verifications instead of the full export.
- Version string
- Target version.
- Domain
Name string - Domain name to be exported.Required only for exporting a Domain from the Multi-Domain Server or backing up Domain.
- File
Path string - Path in which the exported database file is saved.Required only when not using pre-export-verification-only flag.
- Ignore
Warnings bool - Ignoring the verification warnings. By Setting this parameter to 'true' export will not be blocked by warnings.
- Include
Endpoint boolConfiguration - Include export of the Endpoint Security Management configuration files.
- Include
Endpoint boolDatabase - Include export of the Endpoint Security Management database.
- Include
Logs bool - Export logs without log indexes.
- Include
Logs boolIndexes - Export logs with log indexes.
- Is
Domain boolBackup - If true, the exported Domain will be suitable for import on the same Multi-Domain Server only.
- Is
Smc boolTo Mds - If true, the exported Security Management Server will be suitable for import on the Multi-Domain Server only.
- Management
Command stringExport Management Id - Pre
Export boolVerification Only - If true, only runs the pre-export verifications instead of the full export.
- Version string
- Target version.
- domain
Name String - Domain name to be exported.Required only for exporting a Domain from the Multi-Domain Server or backing up Domain.
- file
Path String - Path in which the exported database file is saved.Required only when not using pre-export-verification-only flag.
- ignore
Warnings Boolean - Ignoring the verification warnings. By Setting this parameter to 'true' export will not be blocked by warnings.
- include
Endpoint BooleanConfiguration - Include export of the Endpoint Security Management configuration files.
- include
Endpoint BooleanDatabase - Include export of the Endpoint Security Management database.
- include
Logs Boolean - Export logs without log indexes.
- include
Logs BooleanIndexes - Export logs with log indexes.
- is
Domain BooleanBackup - If true, the exported Domain will be suitable for import on the same Multi-Domain Server only.
- is
Smc BooleanTo Mds - If true, the exported Security Management Server will be suitable for import on the Multi-Domain Server only.
- management
Command StringExport Management Id - pre
Export BooleanVerification Only - If true, only runs the pre-export verifications instead of the full export.
- version String
- Target version.
- domain
Name string - Domain name to be exported.Required only for exporting a Domain from the Multi-Domain Server or backing up Domain.
- file
Path string - Path in which the exported database file is saved.Required only when not using pre-export-verification-only flag.
- ignore
Warnings boolean - Ignoring the verification warnings. By Setting this parameter to 'true' export will not be blocked by warnings.
- include
Endpoint booleanConfiguration - Include export of the Endpoint Security Management configuration files.
- include
Endpoint booleanDatabase - Include export of the Endpoint Security Management database.
- include
Logs boolean - Export logs without log indexes.
- include
Logs booleanIndexes - Export logs with log indexes.
- is
Domain booleanBackup - If true, the exported Domain will be suitable for import on the same Multi-Domain Server only.
- is
Smc booleanTo Mds - If true, the exported Security Management Server will be suitable for import on the Multi-Domain Server only.
- management
Command stringExport Management Id - pre
Export booleanVerification Only - If true, only runs the pre-export verifications instead of the full export.
- version string
- Target version.
- domain_
name str - Domain name to be exported.Required only for exporting a Domain from the Multi-Domain Server or backing up Domain.
- file_
path str - Path in which the exported database file is saved.Required only when not using pre-export-verification-only flag.
- ignore_
warnings bool - Ignoring the verification warnings. By Setting this parameter to 'true' export will not be blocked by warnings.
- include_
endpoint_ boolconfiguration - Include export of the Endpoint Security Management configuration files.
- include_
endpoint_ booldatabase - Include export of the Endpoint Security Management database.
- include_
logs bool - Export logs without log indexes.
- include_
logs_ boolindexes - Export logs with log indexes.
- is_
domain_ boolbackup - If true, the exported Domain will be suitable for import on the same Multi-Domain Server only.
- is_
smc_ boolto_ mds - If true, the exported Security Management Server will be suitable for import on the Multi-Domain Server only.
- management_
command_ strexport_ management_ id - pre_
export_ boolverification_ only - If true, only runs the pre-export verifications instead of the full export.
- version str
- Target version.
- domain
Name String - Domain name to be exported.Required only for exporting a Domain from the Multi-Domain Server or backing up Domain.
- file
Path String - Path in which the exported database file is saved.Required only when not using pre-export-verification-only flag.
- ignore
Warnings Boolean - Ignoring the verification warnings. By Setting this parameter to 'true' export will not be blocked by warnings.
- include
Endpoint BooleanConfiguration - Include export of the Endpoint Security Management configuration files.
- include
Endpoint BooleanDatabase - Include export of the Endpoint Security Management database.
- include
Logs Boolean - Export logs without log indexes.
- include
Logs BooleanIndexes - Export logs with log indexes.
- is
Domain BooleanBackup - If true, the exported Domain will be suitable for import on the same Multi-Domain Server only.
- is
Smc BooleanTo Mds - If true, the exported Security Management Server will be suitable for import on the Multi-Domain Server only.
- management
Command StringExport Management Id - pre
Export BooleanVerification Only - If true, only runs the pre-export verifications instead of the full export.
- version String
- Target version.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementCommandExportManagement resource produces the following output properties:
Look up Existing ManagementCommandExportManagement Resource
Get an existing ManagementCommandExportManagement 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?: ManagementCommandExportManagementState, opts?: CustomResourceOptions): ManagementCommandExportManagement
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
domain_name: Optional[str] = None,
file_path: Optional[str] = None,
ignore_warnings: Optional[bool] = None,
include_endpoint_configuration: Optional[bool] = None,
include_endpoint_database: Optional[bool] = None,
include_logs: Optional[bool] = None,
include_logs_indexes: Optional[bool] = None,
is_domain_backup: Optional[bool] = None,
is_smc_to_mds: Optional[bool] = None,
management_command_export_management_id: Optional[str] = None,
pre_export_verification_only: Optional[bool] = None,
task_id: Optional[str] = None,
version: Optional[str] = None) -> ManagementCommandExportManagement
func GetManagementCommandExportManagement(ctx *Context, name string, id IDInput, state *ManagementCommandExportManagementState, opts ...ResourceOption) (*ManagementCommandExportManagement, error)
public static ManagementCommandExportManagement Get(string name, Input<string> id, ManagementCommandExportManagementState? state, CustomResourceOptions? opts = null)
public static ManagementCommandExportManagement get(String name, Output<String> id, ManagementCommandExportManagementState state, CustomResourceOptions options)
resources: _: type: checkpoint:ManagementCommandExportManagement 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.
- Domain
Name string - Domain name to be exported.Required only for exporting a Domain from the Multi-Domain Server or backing up Domain.
- File
Path string - Path in which the exported database file is saved.Required only when not using pre-export-verification-only flag.
- Ignore
Warnings bool - Ignoring the verification warnings. By Setting this parameter to 'true' export will not be blocked by warnings.
- Include
Endpoint boolConfiguration - Include export of the Endpoint Security Management configuration files.
- Include
Endpoint boolDatabase - Include export of the Endpoint Security Management database.
- Include
Logs bool - Export logs without log indexes.
- Include
Logs boolIndexes - Export logs with log indexes.
- Is
Domain boolBackup - If true, the exported Domain will be suitable for import on the same Multi-Domain Server only.
- Is
Smc boolTo Mds - If true, the exported Security Management Server will be suitable for import on the Multi-Domain Server only.
- Management
Command stringExport Management Id - Pre
Export boolVerification Only - If true, only runs the pre-export verifications instead of the full export.
- Task
Id string - Asynchronous task unique identifier.
- Version string
- Target version.
- Domain
Name string - Domain name to be exported.Required only for exporting a Domain from the Multi-Domain Server or backing up Domain.
- File
Path string - Path in which the exported database file is saved.Required only when not using pre-export-verification-only flag.
- Ignore
Warnings bool - Ignoring the verification warnings. By Setting this parameter to 'true' export will not be blocked by warnings.
- Include
Endpoint boolConfiguration - Include export of the Endpoint Security Management configuration files.
- Include
Endpoint boolDatabase - Include export of the Endpoint Security Management database.
- Include
Logs bool - Export logs without log indexes.
- Include
Logs boolIndexes - Export logs with log indexes.
- Is
Domain boolBackup - If true, the exported Domain will be suitable for import on the same Multi-Domain Server only.
- Is
Smc boolTo Mds - If true, the exported Security Management Server will be suitable for import on the Multi-Domain Server only.
- Management
Command stringExport Management Id - Pre
Export boolVerification Only - If true, only runs the pre-export verifications instead of the full export.
- Task
Id string - Asynchronous task unique identifier.
- Version string
- Target version.
- domain
Name String - Domain name to be exported.Required only for exporting a Domain from the Multi-Domain Server or backing up Domain.
- file
Path String - Path in which the exported database file is saved.Required only when not using pre-export-verification-only flag.
- ignore
Warnings Boolean - Ignoring the verification warnings. By Setting this parameter to 'true' export will not be blocked by warnings.
- include
Endpoint BooleanConfiguration - Include export of the Endpoint Security Management configuration files.
- include
Endpoint BooleanDatabase - Include export of the Endpoint Security Management database.
- include
Logs Boolean - Export logs without log indexes.
- include
Logs BooleanIndexes - Export logs with log indexes.
- is
Domain BooleanBackup - If true, the exported Domain will be suitable for import on the same Multi-Domain Server only.
- is
Smc BooleanTo Mds - If true, the exported Security Management Server will be suitable for import on the Multi-Domain Server only.
- management
Command StringExport Management Id - pre
Export BooleanVerification Only - If true, only runs the pre-export verifications instead of the full export.
- task
Id String - Asynchronous task unique identifier.
- version String
- Target version.
- domain
Name string - Domain name to be exported.Required only for exporting a Domain from the Multi-Domain Server or backing up Domain.
- file
Path string - Path in which the exported database file is saved.Required only when not using pre-export-verification-only flag.
- ignore
Warnings boolean - Ignoring the verification warnings. By Setting this parameter to 'true' export will not be blocked by warnings.
- include
Endpoint booleanConfiguration - Include export of the Endpoint Security Management configuration files.
- include
Endpoint booleanDatabase - Include export of the Endpoint Security Management database.
- include
Logs boolean - Export logs without log indexes.
- include
Logs booleanIndexes - Export logs with log indexes.
- is
Domain booleanBackup - If true, the exported Domain will be suitable for import on the same Multi-Domain Server only.
- is
Smc booleanTo Mds - If true, the exported Security Management Server will be suitable for import on the Multi-Domain Server only.
- management
Command stringExport Management Id - pre
Export booleanVerification Only - If true, only runs the pre-export verifications instead of the full export.
- task
Id string - Asynchronous task unique identifier.
- version string
- Target version.
- domain_
name str - Domain name to be exported.Required only for exporting a Domain from the Multi-Domain Server or backing up Domain.
- file_
path str - Path in which the exported database file is saved.Required only when not using pre-export-verification-only flag.
- ignore_
warnings bool - Ignoring the verification warnings. By Setting this parameter to 'true' export will not be blocked by warnings.
- include_
endpoint_ boolconfiguration - Include export of the Endpoint Security Management configuration files.
- include_
endpoint_ booldatabase - Include export of the Endpoint Security Management database.
- include_
logs bool - Export logs without log indexes.
- include_
logs_ boolindexes - Export logs with log indexes.
- is_
domain_ boolbackup - If true, the exported Domain will be suitable for import on the same Multi-Domain Server only.
- is_
smc_ boolto_ mds - If true, the exported Security Management Server will be suitable for import on the Multi-Domain Server only.
- management_
command_ strexport_ management_ id - pre_
export_ boolverification_ only - If true, only runs the pre-export verifications instead of the full export.
- task_
id str - Asynchronous task unique identifier.
- version str
- Target version.
- domain
Name String - Domain name to be exported.Required only for exporting a Domain from the Multi-Domain Server or backing up Domain.
- file
Path String - Path in which the exported database file is saved.Required only when not using pre-export-verification-only flag.
- ignore
Warnings Boolean - Ignoring the verification warnings. By Setting this parameter to 'true' export will not be blocked by warnings.
- include
Endpoint BooleanConfiguration - Include export of the Endpoint Security Management configuration files.
- include
Endpoint BooleanDatabase - Include export of the Endpoint Security Management database.
- include
Logs Boolean - Export logs without log indexes.
- include
Logs BooleanIndexes - Export logs with log indexes.
- is
Domain BooleanBackup - If true, the exported Domain will be suitable for import on the same Multi-Domain Server only.
- is
Smc BooleanTo Mds - If true, the exported Security Management Server will be suitable for import on the Multi-Domain Server only.
- management
Command StringExport Management Id - pre
Export BooleanVerification Only - If true, only runs the pre-export verifications instead of the full export.
- task
Id String - Asynchronous task unique identifier.
- version String
- Target version.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpoint
Terraform Provider.