MatchPaths

data class MatchPaths(val value: MatchPaths) : Condition

A condition that matches on the request path.

Constructors

Link copied to clipboard
constructor(value: MatchPaths)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this Condition as a MatchPaths and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.MatchPaths value. Throws an exception if the Condition is not a MatchPaths.

Link copied to clipboard
Link copied to clipboard