Rest Request Args
data class RestRequestArgs(val authentication: Output<Either<ApiKeyAuthenticationArgs, RolloutIdentityAuthenticationArgs>>, val method: Output<RestRequestMethod>, val uri: Output<String>) : ConvertibleToJava<RestRequestArgs>
The properties that make up a REST request
Constructors
Link copied to clipboard
constructor(authentication: Output<Either<ApiKeyAuthenticationArgs, RolloutIdentityAuthenticationArgs>>, method: Output<RestRequestMethod>, uri: Output<String>)