outscale 1.0.1 published on Thursday, Mar 13, 2025 by outscale
outscale.getServerCertificate
Explore with Pulumi AI
Provides information about a server certificate.
For more information on this resource, see the User Guide.
For more information on this resource actions, see the API documentation.
Using getServerCertificate
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 getServerCertificate(args: GetServerCertificateArgs, opts?: InvokeOptions): Promise<GetServerCertificateResult>
function getServerCertificateOutput(args: GetServerCertificateOutputArgs, opts?: InvokeOptions): Output<GetServerCertificateResult>
def get_server_certificate(filters: Optional[Sequence[GetServerCertificateFilter]] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetServerCertificateResult
def get_server_certificate_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetServerCertificateFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetServerCertificateResult]
func LookupServerCertificate(ctx *Context, args *LookupServerCertificateArgs, opts ...InvokeOption) (*LookupServerCertificateResult, error)
func LookupServerCertificateOutput(ctx *Context, args *LookupServerCertificateOutputArgs, opts ...InvokeOption) LookupServerCertificateResultOutput
> Note: This function is named LookupServerCertificate
in the Go SDK.
public static class GetServerCertificate
{
public static Task<GetServerCertificateResult> InvokeAsync(GetServerCertificateArgs args, InvokeOptions? opts = null)
public static Output<GetServerCertificateResult> Invoke(GetServerCertificateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetServerCertificateResult> getServerCertificate(GetServerCertificateArgs args, InvokeOptions options)
public static Output<GetServerCertificateResult> getServerCertificate(GetServerCertificateArgs args, InvokeOptions options)
fn::invoke:
function: outscale:index/getServerCertificate:getServerCertificate
arguments:
# arguments dictionary
The following arguments are supported:
- Filters
List<Get
Server Certificate Filter> - A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- Id string
- The ID of the server certificate.
- Filters
[]Get
Server Certificate Filter - A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- Id string
- The ID of the server certificate.
- filters
List<Get
Server Certificate Filter> - A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- id String
- The ID of the server certificate.
- filters
Get
Server Certificate Filter[] - A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- id string
- The ID of the server certificate.
- filters
Sequence[Get
Server Certificate Filter] - A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- id str
- The ID of the server certificate.
- filters List<Property Map>
- A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- id String
- The ID of the server certificate.
getServerCertificate Result
The following output properties are available:
- Expiration
Date string - The date on which the server certificate expires.
- Id string
- The ID of the server certificate.
- Name string
- The name of the server certificate.
- Orn string
- The OUTSCALE Resource Name (ORN) of the server certificate. For more information, see Resource Identifiers > OUTSCALE Resource Names (ORNs).
- Path string
- The path to the server certificate.
- Request
Id string - Upload
Date string - The date on which the server certificate has been uploaded.
- Filters
List<Get
Server Certificate Filter>
- Expiration
Date string - The date on which the server certificate expires.
- Id string
- The ID of the server certificate.
- Name string
- The name of the server certificate.
- Orn string
- The OUTSCALE Resource Name (ORN) of the server certificate. For more information, see Resource Identifiers > OUTSCALE Resource Names (ORNs).
- Path string
- The path to the server certificate.
- Request
Id string - Upload
Date string - The date on which the server certificate has been uploaded.
- Filters
[]Get
Server Certificate Filter
- expiration
Date String - The date on which the server certificate expires.
- id String
- The ID of the server certificate.
- name String
- The name of the server certificate.
- orn String
- The OUTSCALE Resource Name (ORN) of the server certificate. For more information, see Resource Identifiers > OUTSCALE Resource Names (ORNs).
- path String
- The path to the server certificate.
- request
Id String - upload
Date String - The date on which the server certificate has been uploaded.
- filters
List<Get
Server Certificate Filter>
- expiration
Date string - The date on which the server certificate expires.
- id string
- The ID of the server certificate.
- name string
- The name of the server certificate.
- orn string
- The OUTSCALE Resource Name (ORN) of the server certificate. For more information, see Resource Identifiers > OUTSCALE Resource Names (ORNs).
- path string
- The path to the server certificate.
- request
Id string - upload
Date string - The date on which the server certificate has been uploaded.
- filters
Get
Server Certificate Filter[]
- expiration_
date str - The date on which the server certificate expires.
- id str
- The ID of the server certificate.
- name str
- The name of the server certificate.
- orn str
- The OUTSCALE Resource Name (ORN) of the server certificate. For more information, see Resource Identifiers > OUTSCALE Resource Names (ORNs).
- path str
- The path to the server certificate.
- request_
id str - upload_
date str - The date on which the server certificate has been uploaded.
- filters
Sequence[Get
Server Certificate Filter]
- expiration
Date String - The date on which the server certificate expires.
- id String
- The ID of the server certificate.
- name String
- The name of the server certificate.
- orn String
- The OUTSCALE Resource Name (ORN) of the server certificate. For more information, see Resource Identifiers > OUTSCALE Resource Names (ORNs).
- path String
- The path to the server certificate.
- request
Id String - upload
Date String - The date on which the server certificate has been uploaded.
- filters List<Property Map>
Supporting Types
GetServerCertificateFilter
Package Details
- Repository
- outscale outscale/terraform-provider-outscale
- License
- Notes
- This Pulumi package is based on the
outscale
Terraform Provider.