{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetOpenIDConnectProviderRequest", "title": "GetOpenIDConnectProviderRequest", "type": "object", "required": [ "OpenIDConnectProviderArn" ], "properties": { "OpenIDConnectProviderArn": { "allOf": [ { "$ref": "#/components/schemas/arnType" }, { "description": "
The Amazon Resource Name (ARN) of the OIDC provider resource object in IAM to get information for. You can get a list of OIDC provider resource ARNs by using the ListOpenIDConnectProviders operation.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
" } ] } } }