MangedSslCertificate
Deprecated: gcp.compute.MangedSslCertificate has been deprecated in favor of gcp.compute.ManagedSslCertificate
Create a MangedSslCertificate Resource
new MangedSslCertificate(name: string, args?: MangedSslCertificateArgs, opts?: CustomResourceOptions);def MangedSslCertificate(resource_name, opts=None, certificate_id=None, description=None, managed=None, name=None, project=None, type=None, __props__=None);func NewMangedSslCertificate(ctx *Context, name string, args *MangedSslCertificateArgs, opts ...ResourceOption) (*MangedSslCertificate, error)public MangedSslCertificate(string name, MangedSslCertificateArgs? args = null, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args MangedSslCertificateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args MangedSslCertificateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MangedSslCertificateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
MangedSslCertificate Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The MangedSslCertificate resource accepts the following input properties:
- Certificate
Id int The unique identifier for the resource.
- Description string
An optional description of this resource.
- Managed
Manged
Ssl Certificate Managed Args Properties relevant to a managed certificate. These will be used if the certificate is managed (as indicated by a value of ‘MANAGED’ in ‘type’).
- Name string
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression ‘a-z?’ which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. These are in the same namespace as the managed SSL certificates.
- Project string
- Type string
Enum field whose value is always ‘MANAGED’ - used to signal to the API which type this is. Default value: “MANAGED” Possible values: [“MANAGED”]
- Certificate
Id int The unique identifier for the resource.
- Description string
An optional description of this resource.
- Managed
Manged
Ssl Certificate Managed Properties relevant to a managed certificate. These will be used if the certificate is managed (as indicated by a value of ‘MANAGED’ in ‘type’).
- Name string
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression ‘a-z?’ which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. These are in the same namespace as the managed SSL certificates.
- Project string
- Type string
Enum field whose value is always ‘MANAGED’ - used to signal to the API which type this is. Default value: “MANAGED” Possible values: [“MANAGED”]
- certificate
Id number The unique identifier for the resource.
- description string
An optional description of this resource.
- managed
Manged
Ssl Certificate Managed Properties relevant to a managed certificate. These will be used if the certificate is managed (as indicated by a value of ‘MANAGED’ in ‘type’).
- name string
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression ‘a-z?’ which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. These are in the same namespace as the managed SSL certificates.
- project string
- type string
Enum field whose value is always ‘MANAGED’ - used to signal to the API which type this is. Default value: “MANAGED” Possible values: [“MANAGED”]
- certificate_
id float The unique identifier for the resource.
- description str
An optional description of this resource.
- managed
Dict[Manged
Ssl Certificate Managed] Properties relevant to a managed certificate. These will be used if the certificate is managed (as indicated by a value of ‘MANAGED’ in ‘type’).
- name str
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression ‘a-z?’ which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. These are in the same namespace as the managed SSL certificates.
- project str
- type str
Enum field whose value is always ‘MANAGED’ - used to signal to the API which type this is. Default value: “MANAGED” Possible values: [“MANAGED”]
Outputs
All input properties are implicitly available as output properties. Additionally, the MangedSslCertificate resource produces the following output properties:
- Creation
Timestamp string Creation timestamp in RFC3339 text format.
- Expire
Time string Expire time of the certificate.
- Id string
- The provider-assigned unique ID for this managed resource.
- Self
Link string - Subject
Alternative List<string>Names Domains associated with the certificate via Subject Alternative Name.
- Creation
Timestamp string Creation timestamp in RFC3339 text format.
- Expire
Time string Expire time of the certificate.
- Id string
- The provider-assigned unique ID for this managed resource.
- Self
Link string - Subject
Alternative []stringNames Domains associated with the certificate via Subject Alternative Name.
- creation
Timestamp string Creation timestamp in RFC3339 text format.
- expire
Time string Expire time of the certificate.
- id string
- The provider-assigned unique ID for this managed resource.
- self
Link string - subject
Alternative string[]Names Domains associated with the certificate via Subject Alternative Name.
- creation_
timestamp str Creation timestamp in RFC3339 text format.
- expire_
time str Expire time of the certificate.
- id str
- The provider-assigned unique ID for this managed resource.
- self_
link str - subject_
alternative_ List[str]names Domains associated with the certificate via Subject Alternative Name.
Look up an Existing MangedSslCertificate Resource
Get an existing MangedSslCertificate 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?: MangedSslCertificateState, opts?: CustomResourceOptions): MangedSslCertificatestatic get(resource_name, id, opts=None, certificate_id=None, creation_timestamp=None, description=None, expire_time=None, managed=None, name=None, project=None, self_link=None, subject_alternative_names=None, type=None, __props__=None);func GetMangedSslCertificate(ctx *Context, name string, id IDInput, state *MangedSslCertificateState, opts ...ResourceOption) (*MangedSslCertificate, error)public static MangedSslCertificate Get(string name, Input<string> id, MangedSslCertificateState? state, CustomResourceOptions? opts = null)- 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.
The following state arguments are supported:
- Certificate
Id int The unique identifier for the resource.
- Creation
Timestamp string Creation timestamp in RFC3339 text format.
- Description string
An optional description of this resource.
- Expire
Time string Expire time of the certificate.
- Managed
Manged
Ssl Certificate Managed Args Properties relevant to a managed certificate. These will be used if the certificate is managed (as indicated by a value of ‘MANAGED’ in ‘type’).
- Name string
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression ‘a-z?’ which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. These are in the same namespace as the managed SSL certificates.
- Project string
- Self
Link string - Subject
Alternative List<string>Names Domains associated with the certificate via Subject Alternative Name.
- Type string
Enum field whose value is always ‘MANAGED’ - used to signal to the API which type this is. Default value: “MANAGED” Possible values: [“MANAGED”]
- Certificate
Id int The unique identifier for the resource.
- Creation
Timestamp string Creation timestamp in RFC3339 text format.
- Description string
An optional description of this resource.
- Expire
Time string Expire time of the certificate.
- Managed
Manged
Ssl Certificate Managed Properties relevant to a managed certificate. These will be used if the certificate is managed (as indicated by a value of ‘MANAGED’ in ‘type’).
- Name string
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression ‘a-z?’ which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. These are in the same namespace as the managed SSL certificates.
- Project string
- Self
Link string - Subject
Alternative []stringNames Domains associated with the certificate via Subject Alternative Name.
- Type string
Enum field whose value is always ‘MANAGED’ - used to signal to the API which type this is. Default value: “MANAGED” Possible values: [“MANAGED”]
- certificate
Id number The unique identifier for the resource.
- creation
Timestamp string Creation timestamp in RFC3339 text format.
- description string
An optional description of this resource.
- expire
Time string Expire time of the certificate.
- managed
Manged
Ssl Certificate Managed Properties relevant to a managed certificate. These will be used if the certificate is managed (as indicated by a value of ‘MANAGED’ in ‘type’).
- name string
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression ‘a-z?’ which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. These are in the same namespace as the managed SSL certificates.
- project string
- self
Link string - subject
Alternative string[]Names Domains associated with the certificate via Subject Alternative Name.
- type string
Enum field whose value is always ‘MANAGED’ - used to signal to the API which type this is. Default value: “MANAGED” Possible values: [“MANAGED”]
- certificate_
id float The unique identifier for the resource.
- creation_
timestamp str Creation timestamp in RFC3339 text format.
- description str
An optional description of this resource.
- expire_
time str Expire time of the certificate.
- managed
Dict[Manged
Ssl Certificate Managed] Properties relevant to a managed certificate. These will be used if the certificate is managed (as indicated by a value of ‘MANAGED’ in ‘type’).
- name str
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression ‘a-z?’ which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. These are in the same namespace as the managed SSL certificates.
- project str
- self_
link str - subject_
alternative_ List[str]names Domains associated with the certificate via Subject Alternative Name.
- type str
Enum field whose value is always ‘MANAGED’ - used to signal to the API which type this is. Default value: “MANAGED” Possible values: [“MANAGED”]
Supporting Types
MangedSslCertificateManaged
Package Details
- Repository
- https://github.com/pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.