public static final class CfnOIDCProviderProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnOIDCProviderProps
CfnOIDCProviderProps
CfnOIDCProviderProps.Builder, CfnOIDCProviderProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getClientIdList()
A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object.
|
java.util.List<CfnTag> |
getTags()
A list of tags that are attached to the specified IAM OIDC provider.
|
java.util.List<java.lang.String> |
getThumbprintList()
A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object.
|
java.lang.String |
getUrl()
The URL that the IAM OIDC provider resource object is associated with.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.util.List<java.lang.String> getThumbprintList()
CfnOIDCProviderProps
For more information, see CreateOpenIDConnectProvider .
getThumbprintList
in interface CfnOIDCProviderProps
public final java.util.List<java.lang.String> getClientIdList()
CfnOIDCProviderProps
For more information, see CreateOpenIDConnectProvider .
getClientIdList
in interface CfnOIDCProviderProps
public final java.util.List<CfnTag> getTags()
CfnOIDCProviderProps
The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide .
getTags
in interface CfnOIDCProviderProps
public final java.lang.String getUrl()
CfnOIDCProviderProps
For more information, see CreateOpenIDConnectProvider .
getUrl
in interface CfnOIDCProviderProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()