AuthBackendCert

class AuthBackendCert : KotlinCustomResource

Example Usage

Import

AWS auth backend certificates can be imported using auth/, the backend path, /config/certificate/, and the cert_name e.g.

$ pulumi import vault:aws/authBackendCert:AuthBackendCert example auth/aws/config/certificate/my-cert

Properties

Link copied to clipboard
val awsPublicCert: Output<String>

The Base64 encoded AWS Public key required to verify PKCS7 signature of the EC2 instance metadata. You can find this key in the [AWS

Link copied to clipboard
val backend: Output<String>?

The path the AWS auth backend being configured was mounted at. Defaults to aws.

Link copied to clipboard
val certName: Output<String>

The name of the certificate.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val namespace: Output<String>?

The namespace to provision the resource in. The value should not contain leading or trailing forward slashes. The namespace is always relative to the provider's configured namespace. Available only for Vault Enterprise.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Output<String>?

Either "pkcs7" or "identity", indicating the type of document which can be verified using the given certificate. Defaults to "pkcs7".

Link copied to clipboard
val urn: Output<String>