Endpoint Matcher Args
    data class EndpointMatcherArgs(val metadataLabelMatcher: Output<EndpointMatcherMetadataLabelMatcherArgs>? = null) : ConvertibleToJava<EndpointMatcherArgs> 
A definition of a matcher that selects endpoints to which the policies should be applied.
Constructors
Link copied to clipboard
                fun EndpointMatcherArgs(metadataLabelMatcher: Output<EndpointMatcherMetadataLabelMatcherArgs>? = null)