MangedSslCertificate

Deprecated: gcp.compute.MangedSslCertificate has been deprecated in favor of gcp.compute.ManagedSslCertificate

Create a MangedSslCertificate Resource

def MangedSslCertificate(resource_name, opts=None, certificate_id=None, description=None, managed=None, name=None, project=None, type=None, __props__=None);
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:

CertificateId int

The unique identifier for the resource.

Description string

An optional description of this resource.

Managed MangedSslCertificateManagedArgs

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”]

CertificateId int

The unique identifier for the resource.

Description string

An optional description of this resource.

Managed MangedSslCertificateManaged

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”]

certificateId number

The unique identifier for the resource.

description string

An optional description of this resource.

managed MangedSslCertificateManaged

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[MangedSslCertificateManaged]

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:

CreationTimestamp string

Creation timestamp in RFC3339 text format.

ExpireTime string

Expire time of the certificate.

Id string
The provider-assigned unique ID for this managed resource.
SelfLink string
SubjectAlternativeNames List<string>

Domains associated with the certificate via Subject Alternative Name.

CreationTimestamp string

Creation timestamp in RFC3339 text format.

ExpireTime string

Expire time of the certificate.

Id string
The provider-assigned unique ID for this managed resource.
SelfLink string
SubjectAlternativeNames []string

Domains associated with the certificate via Subject Alternative Name.

creationTimestamp string

Creation timestamp in RFC3339 text format.

expireTime string

Expire time of the certificate.

id string
The provider-assigned unique ID for this managed resource.
selfLink string
subjectAlternativeNames string[]

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_names List[str]

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.

static 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)
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:

CertificateId int

The unique identifier for the resource.

CreationTimestamp string

Creation timestamp in RFC3339 text format.

Description string

An optional description of this resource.

ExpireTime string

Expire time of the certificate.

Managed MangedSslCertificateManagedArgs

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
SelfLink string
SubjectAlternativeNames List<string>

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”]

CertificateId int

The unique identifier for the resource.

CreationTimestamp string

Creation timestamp in RFC3339 text format.

Description string

An optional description of this resource.

ExpireTime string

Expire time of the certificate.

Managed MangedSslCertificateManaged

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
SelfLink string
SubjectAlternativeNames []string

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”]

certificateId number

The unique identifier for the resource.

creationTimestamp string

Creation timestamp in RFC3339 text format.

description string

An optional description of this resource.

expireTime string

Expire time of the certificate.

managed MangedSslCertificateManaged

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
selfLink string
subjectAlternativeNames string[]

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[MangedSslCertificateManaged]

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_names List[str]

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

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Domains List<string>
Domains []string
domains string[]
domains List[str]

Package Details

Repository
https://github.com/pulumi/pulumi-gcp
License
Apache-2.0
Notes
This Pulumi package is based on the google-beta Terraform Provider.