Create ManagementRenewScaledSharingServerCertificate Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementRenewScaledSharingServerCertificate(name: string, args?: ManagementRenewScaledSharingServerCertificateArgs, opts?: CustomResourceOptions);@overload
def ManagementRenewScaledSharingServerCertificate(resource_name: str,
args: Optional[ManagementRenewScaledSharingServerCertificateArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementRenewScaledSharingServerCertificate(resource_name: str,
opts: Optional[ResourceOptions] = None,
management_renew_scaled_sharing_server_certificate_id: Optional[str] = None,
name: Optional[str] = None,
uid: Optional[str] = None)func NewManagementRenewScaledSharingServerCertificate(ctx *Context, name string, args *ManagementRenewScaledSharingServerCertificateArgs, opts ...ResourceOption) (*ManagementRenewScaledSharingServerCertificate, error)public ManagementRenewScaledSharingServerCertificate(string name, ManagementRenewScaledSharingServerCertificateArgs? args = null, CustomResourceOptions? opts = null)
public ManagementRenewScaledSharingServerCertificate(String name, ManagementRenewScaledSharingServerCertificateArgs args)
public ManagementRenewScaledSharingServerCertificate(String name, ManagementRenewScaledSharingServerCertificateArgs args, CustomResourceOptions options)
type: checkpoint:ManagementRenewScaledSharingServerCertificate
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 ManagementRenewScaledSharingServerCertificateArgs
- 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 ManagementRenewScaledSharingServerCertificateArgs
- 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 ManagementRenewScaledSharingServerCertificateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementRenewScaledSharingServerCertificateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementRenewScaledSharingServerCertificateArgs
- 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 managementRenewScaledSharingServerCertificateResource = new Checkpoint.ManagementRenewScaledSharingServerCertificate("managementRenewScaledSharingServerCertificateResource", new()
{
ManagementRenewScaledSharingServerCertificateId = "string",
Name = "string",
Uid = "string",
});
example, err := checkpoint.NewManagementRenewScaledSharingServerCertificate(ctx, "managementRenewScaledSharingServerCertificateResource", &checkpoint.ManagementRenewScaledSharingServerCertificateArgs{
ManagementRenewScaledSharingServerCertificateId: pulumi.String("string"),
Name: pulumi.String("string"),
Uid: pulumi.String("string"),
})
var managementRenewScaledSharingServerCertificateResource = new ManagementRenewScaledSharingServerCertificate("managementRenewScaledSharingServerCertificateResource", ManagementRenewScaledSharingServerCertificateArgs.builder()
.managementRenewScaledSharingServerCertificateId("string")
.name("string")
.uid("string")
.build());
management_renew_scaled_sharing_server_certificate_resource = checkpoint.ManagementRenewScaledSharingServerCertificate("managementRenewScaledSharingServerCertificateResource",
management_renew_scaled_sharing_server_certificate_id="string",
name="string",
uid="string")
const managementRenewScaledSharingServerCertificateResource = new checkpoint.ManagementRenewScaledSharingServerCertificate("managementRenewScaledSharingServerCertificateResource", {
managementRenewScaledSharingServerCertificateId: "string",
name: "string",
uid: "string",
});
type: checkpoint:ManagementRenewScaledSharingServerCertificate
properties:
managementRenewScaledSharingServerCertificateId: string
name: string
uid: string
ManagementRenewScaledSharingServerCertificate 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 ManagementRenewScaledSharingServerCertificate resource accepts the following input properties:
- Management
Renew stringScaled Sharing Server Certificate Id - Name string
- Gateway or cluster name.
- Uid string
- Gateway or cluster unique identifier.
- Management
Renew stringScaled Sharing Server Certificate Id - Name string
- Gateway or cluster name.
- Uid string
- Gateway or cluster unique identifier.
- management
Renew StringScaled Sharing Server Certificate Id - name String
- Gateway or cluster name.
- uid String
- Gateway or cluster unique identifier.
- management
Renew stringScaled Sharing Server Certificate Id - name string
- Gateway or cluster name.
- uid string
- Gateway or cluster unique identifier.
- management_
renew_ strscaled_ sharing_ server_ certificate_ id - name str
- Gateway or cluster name.
- uid str
- Gateway or cluster unique identifier.
- management
Renew StringScaled Sharing Server Certificate Id - name String
- Gateway or cluster name.
- uid String
- Gateway or cluster unique identifier.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementRenewScaledSharingServerCertificate resource produces the following output properties:
Look up Existing ManagementRenewScaledSharingServerCertificate Resource
Get an existing ManagementRenewScaledSharingServerCertificate 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?: ManagementRenewScaledSharingServerCertificateState, opts?: CustomResourceOptions): ManagementRenewScaledSharingServerCertificate@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
management_renew_scaled_sharing_server_certificate_id: Optional[str] = None,
message: Optional[str] = None,
name: Optional[str] = None,
uid: Optional[str] = None) -> ManagementRenewScaledSharingServerCertificatefunc GetManagementRenewScaledSharingServerCertificate(ctx *Context, name string, id IDInput, state *ManagementRenewScaledSharingServerCertificateState, opts ...ResourceOption) (*ManagementRenewScaledSharingServerCertificate, error)public static ManagementRenewScaledSharingServerCertificate Get(string name, Input<string> id, ManagementRenewScaledSharingServerCertificateState? state, CustomResourceOptions? opts = null)public static ManagementRenewScaledSharingServerCertificate get(String name, Output<String> id, ManagementRenewScaledSharingServerCertificateState state, CustomResourceOptions options)resources: _: type: checkpoint:ManagementRenewScaledSharingServerCertificate 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
Renew stringScaled Sharing Server Certificate Id - Message string
- Operation status.
- Name string
- Gateway or cluster name.
- Uid string
- Gateway or cluster unique identifier.
- Management
Renew stringScaled Sharing Server Certificate Id - Message string
- Operation status.
- Name string
- Gateway or cluster name.
- Uid string
- Gateway or cluster unique identifier.
- management
Renew StringScaled Sharing Server Certificate Id - message String
- Operation status.
- name String
- Gateway or cluster name.
- uid String
- Gateway or cluster unique identifier.
- management
Renew stringScaled Sharing Server Certificate Id - message string
- Operation status.
- name string
- Gateway or cluster name.
- uid string
- Gateway or cluster unique identifier.
- management_
renew_ strscaled_ sharing_ server_ certificate_ id - message str
- Operation status.
- name str
- Gateway or cluster name.
- uid str
- Gateway or cluster unique identifier.
- management
Renew StringScaled Sharing Server Certificate Id - message String
- Operation status.
- name String
- Gateway or cluster name.
- uid String
- Gateway or cluster unique identifier.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
