Skip to content

/AWS1/CL_IAMCREATEOPENIDCPRSP

Contains the response to a successful CreateOpenIDConnectProvider request.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_openidconnectproviderarn TYPE /AWS1/IAMARNTYPE /AWS1/IAMARNTYPE

The Amazon Resource Name (ARN) of the new IAM OpenID Connect provider that is created. For more information, see OpenIDConnectProviderListEntry.

it_tags TYPE /AWS1/CL_IAMTAG=>TT_TAGLISTTYPE TT_TAGLISTTYPE

A list of tags that are attached to the new 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.


Queryable Attributes

OpenIDConnectProviderArn

The Amazon Resource Name (ARN) of the new IAM OpenID Connect provider that is created. For more information, see OpenIDConnectProviderListEntry.

Accessible with the following methods

Method Description
GET_OPENIDCONNECTPROVIDERARN() Getter for OPENIDCONNECTPROVIDERARN, with configurable defau
ASK_OPENIDCONNECTPROVIDERARN() Getter for OPENIDCONNECTPROVIDERARN w/ exceptions if field h
HAS_OPENIDCONNECTPROVIDERARN() Determine if OPENIDCONNECTPROVIDERARN has a value

Tags

A list of tags that are attached to the new 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.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value