getScope

Retrieves the details of the specified scope.

Samples

// Retrieves the current published version of a scope by its base ARN.
val resp = networkSecurityManagerClient.getScope {
    scopeIdentifier = "arn:aws:network-security-manager:us-east-1:123456789012:scope:abc123"
}