get Server Certificate
suspend fun getServerCertificate(argument: GetServerCertificatePlainArgs): GetServerCertificateResult
Resource Type definition for AWS::IAM::ServerCertificate
Return
null
Parameters
argument
null
Return
null
Parameters
server Certificate Name
The name for the server certificate. Do not include the path in this value. The name of the certificate cannot contain any spaces. This parameter allows (through its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
See also
suspend fun getServerCertificate(argument: suspend GetServerCertificatePlainArgsBuilder.() -> Unit): GetServerCertificateResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.iam.kotlin.inputs.GetServerCertificatePlainArgs.