OidcProviderArgs

data class OidcProviderArgs(val clientIdList: Output<List<String>>? = null, val tags: Output<List<OidcProviderTagArgs>>? = 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
fun OidcProviderArgs(clientIdList: Output<List<String>>? = null, tags: Output<List<OidcProviderTagArgs>>? = null, thumbprintList: Output<List<String>>? = null, url: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val clientIdList: Output<List<String>>? = null
Link copied to clipboard
val tags: Output<List<OidcProviderTagArgs>>? = null
Link copied to clipboard
val thumbprintList: Output<List<String>>? = null
Link copied to clipboard
val url: Output<String>? = null