Oidc Provider Args
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)