pub async fn create(
client: &impl Client,
mount: &str,
cert_name: &str,
aws_public_cert: &str,
opts: Option<&mut CreateCertificateConfigurationRequestBuilder>,
) -> Result<(), ClientError>
Expand description
Registers an AWS public key to be used to verify the instance identity documents.