1. Packages
  2. Google Cloud (GCP) Classic
  3. API Docs
  4. compute
  5. getRegionSslCertificate
Google Cloud Classic v7.16.0 published on Wednesday, Mar 27, 2024 by Pulumi

gcp.compute.getRegionSslCertificate

Explore with Pulumi AI

gcp logo
Google Cloud Classic v7.16.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Get info about a Region Google Compute SSL Certificate from its name.

    Example Usage

    data "google_compute_region_ssl_certificate" "my_cert" {
      name = "my-cert"
    }
    
    output "certificate" {
      value = data.google_compute_region_ssl_certificate.my_cert.certificate
    }
    
    output "certificate_id" {
      value = data.google_compute_region_ssl_certificate.my_cert.certificate_id
    }
    
    output "self_link" {
      value = data.google_compute_region_ssl_certificate.my_cert.self_link
    }
    

    Using getRegionSslCertificate

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getRegionSslCertificate(args: GetRegionSslCertificateArgs, opts?: InvokeOptions): Promise<GetRegionSslCertificateResult>
    function getRegionSslCertificateOutput(args: GetRegionSslCertificateOutputArgs, opts?: InvokeOptions): Output<GetRegionSslCertificateResult>
    def get_region_ssl_certificate(name: Optional[str] = None,
                                   project: Optional[str] = None,
                                   region: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetRegionSslCertificateResult
    def get_region_ssl_certificate_output(name: Optional[pulumi.Input[str]] = None,
                                   project: Optional[pulumi.Input[str]] = None,
                                   region: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetRegionSslCertificateResult]
    func LookupRegionSslCertificate(ctx *Context, args *LookupRegionSslCertificateArgs, opts ...InvokeOption) (*LookupRegionSslCertificateResult, error)
    func LookupRegionSslCertificateOutput(ctx *Context, args *LookupRegionSslCertificateOutputArgs, opts ...InvokeOption) LookupRegionSslCertificateResultOutput

    > Note: This function is named LookupRegionSslCertificate in the Go SDK.

    public static class GetRegionSslCertificate 
    {
        public static Task<GetRegionSslCertificateResult> InvokeAsync(GetRegionSslCertificateArgs args, InvokeOptions? opts = null)
        public static Output<GetRegionSslCertificateResult> Invoke(GetRegionSslCertificateInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRegionSslCertificateResult> getRegionSslCertificate(GetRegionSslCertificateArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: gcp:compute/getRegionSslCertificate:getRegionSslCertificate
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    The name of the certificate.


    Project string
    The project in which the resource belongs. If it is not provided, the provider project is used.
    Region string
    The region in which the resource belongs. If it is not provided, the provider region is used.
    Name string
    The name of the certificate.


    Project string
    The project in which the resource belongs. If it is not provided, the provider project is used.
    Region string
    The region in which the resource belongs. If it is not provided, the provider region is used.
    name String
    The name of the certificate.


    project String
    The project in which the resource belongs. If it is not provided, the provider project is used.
    region String
    The region in which the resource belongs. If it is not provided, the provider region is used.
    name string
    The name of the certificate.


    project string
    The project in which the resource belongs. If it is not provided, the provider project is used.
    region string
    The region in which the resource belongs. If it is not provided, the provider region is used.
    name str
    The name of the certificate.


    project str
    The project in which the resource belongs. If it is not provided, the provider project is used.
    region str
    The region in which the resource belongs. If it is not provided, the provider region is used.
    name String
    The name of the certificate.


    project String
    The project in which the resource belongs. If it is not provided, the provider project is used.
    region String
    The region in which the resource belongs. If it is not provided, the provider region is used.

    getRegionSslCertificate Result

    The following output properties are available:

    Certificate string
    CertificateId int
    CreationTimestamp string
    Description string
    ExpireTime string
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    NamePrefix string
    PrivateKey string
    SelfLink string
    Project string
    Region string
    Certificate string
    CertificateId int
    CreationTimestamp string
    Description string
    ExpireTime string
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    NamePrefix string
    PrivateKey string
    SelfLink string
    Project string
    Region string
    certificate String
    certificateId Integer
    creationTimestamp String
    description String
    expireTime String
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    namePrefix String
    privateKey String
    selfLink String
    project String
    region String
    certificate string
    certificateId number
    creationTimestamp string
    description string
    expireTime string
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    namePrefix string
    privateKey string
    selfLink string
    project string
    region string
    certificate str
    certificate_id int
    creation_timestamp str
    description str
    expire_time str
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    name_prefix str
    private_key str
    self_link str
    project str
    region str
    certificate String
    certificateId Number
    creationTimestamp String
    description String
    expireTime String
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    namePrefix String
    privateKey String
    selfLink String
    project String
    region String

    Package Details

    Repository
    Google Cloud (GCP) Classic pulumi/pulumi-gcp
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the google-beta Terraform Provider.
    gcp logo
    Google Cloud Classic v7.16.0 published on Wednesday, Mar 27, 2024 by Pulumi