getDeployment
inline suspend fun NetworkSecurityManagerClient.getDeployment(crossinline block: GetDeploymentRequest.Builder.() -> Unit): GetDeploymentResponse
Retrieves the details of the specified deployment, including coverage information and any warnings.
Samples
// Retrieves the current published version of a deployment by its base ARN, including per firewall type
// coverage showing which in scope resource types each policy protects.
val resp = networkSecurityManagerClient.getDeployment {
deploymentIdentifier = "arn:aws:network-security-manager:us-east-1:123456789012:deployment:def456"
}Content copied to clipboard