getTemplate
Retrieves the details of the specified template.
Samples
// Retrieves the current published version of a template by its base ARN, including its associated
// rules.
val resp = networkSecurityManagerClient.getTemplate {
templateIdentifier = "arn:aws:network-security-manager:us-east-1:123456789012:template:xyz789"
}Content copied to clipboard