getScope
inline suspend fun NetworkSecurityManagerClient.getScope(crossinline block: GetScopeRequest.Builder.() -> Unit): GetScopeResponse
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"
}Content copied to clipboard