OidcProvider

class OidcProvider : KotlinCustomResource

Resource Type definition for AWS::IAM::OIDCProvider

Properties

Link copied to clipboard
val arn: Output<String>

Amazon Resource Name (ARN) of the OIDC provider

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

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 id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

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>>?

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>?

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

Link copied to clipboard
val urn: Output<String>