OidcProviderArgs

data class OidcProviderArgs(val clientIdList: Output<List<String>>? = null, val tags: Output<List<TagArgs>>? = null, val thumbprintList: Output<List<String>>? = null, val url: Output<String>? = null) : ConvertibleToJava<OidcProviderArgs>

Resource Type definition for AWS::IAM::OIDCProvider

Constructors

Link copied to clipboard
constructor(clientIdList: Output<List<String>>? = null, tags: Output<List<TagArgs>>? = null, thumbprintList: Output<List<String>>? = null, url: Output<String>? = null)

Properties

Link copied to clipboard
val clientIdList: Output<List<String>>? = null

A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider .

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A list of tags that are attached to the specified IAM OIDC provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide .

Link copied to clipboard
val thumbprintList: Output<List<String>>? = null

A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider . This property is optional. If it is not included, IAM will retrieve and use the top intermediate certificate authority (CA) thumbprint of the OpenID Connect identity provider server certificate.

Link copied to clipboard
val url: Output<String>? = null

The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider .

Functions

Link copied to clipboard
open override fun toJava(): OidcProviderArgs