Class: Aws::Types::CustomJWTAuthorizerConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_audience::Array[::String]

Returns the value of attribute allowed_audience.

Returns:

  • (::Array[::String])


131
132
133
# File 'sig/types.rbs', line 131

def allowed_audience
  @allowed_audience
end

#allowed_clients::Array[::String]

Returns the value of attribute allowed_clients.

Returns:

  • (::Array[::String])


132
133
134
# File 'sig/types.rbs', line 132

def allowed_clients
  @allowed_clients
end

#allowed_scopes::Array[::String]

Returns the value of attribute allowed_scopes.

Returns:

  • (::Array[::String])


133
134
135
# File 'sig/types.rbs', line 133

def allowed_scopes
  @allowed_scopes
end

#custom_claims::Array[Types::CustomClaimValidationType]

Returns the value of attribute custom_claims.

Returns:



134
135
136
# File 'sig/types.rbs', line 134

def custom_claims
  @custom_claims
end

#discovery_url::String

Returns the value of attribute discovery_url.

Returns:

  • (::String)


130
131
132
# File 'sig/types.rbs', line 130

def discovery_url
  @discovery_url
end

#private_endpointTypes::PrivateEndpoint

Returns the value of attribute private_endpoint.



135
136
137
# File 'sig/types.rbs', line 135

def private_endpoint
  @private_endpoint
end

#private_endpoint_overrides::Array[Types::PrivateEndpointOverride]

Returns the value of attribute private_endpoint_overrides.

Returns:



136
137
138
# File 'sig/types.rbs', line 136

def private_endpoint_overrides
  @private_endpoint_overrides
end