None

data class None(val value: Unit) : HarnessGatewayOutboundAuth

No authentication.

Constructors

Link copied to clipboard
constructor(value: Unit)

Properties

Link copied to clipboard
val value: Unit

Inherited functions

Link copied to clipboard
fun asAwsIam(): Unit

Casts this HarnessGatewayOutboundAuth as a AwsIam and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.Unit value. Throws an exception if the HarnessGatewayOutboundAuth is not a AwsIam.

Link copied to clipboard
Link copied to clipboard
fun asNone(): Unit

Casts this HarnessGatewayOutboundAuth as a None and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.Unit value. Throws an exception if the HarnessGatewayOutboundAuth is not a None.

Link copied to clipboard
Link copied to clipboard