deleteTemplate
inline suspend fun NetworkSecurityManagerClient.deleteTemplate(crossinline block: DeleteTemplateRequest.Builder.() -> Unit): DeleteTemplateResponse
Deletes the specified template.
Samples
// Deletes a template by its ARN. The template must not be associated with any policy.
networkSecurityManagerClient.deleteTemplate {
templateIdentifier = "arn:aws:network-security-manager:us-east-1:123456789012:template:xyz789"
}Content copied to clipboard