Class CfnOIDCProviderProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iam.CfnOIDCProviderProps.Jsii$Proxy
- All Implemented Interfaces:
CfnOIDCProviderProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOIDCProviderProps
@Stability(Stable)
@Internal
public static final class CfnOIDCProviderProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOIDCProviderProps
An implementation for
CfnOIDCProviderProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iam.CfnOIDCProviderProps
CfnOIDCProviderProps.Builder, CfnOIDCProviderProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnOIDCProviderProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnOIDCProviderProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object.getTags()
A list of tags that are attached to the specified IAM OIDC provider.A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object.final String
getUrl()
The URL that the IAM OIDC provider resource object is associated with.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnOIDCProviderProps.Builder
.
-
-
Method Details
-
getClientIdList
Description copied from interface:CfnOIDCProviderProps
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 .
- Specified by:
getClientIdList
in interfaceCfnOIDCProviderProps
- See Also:
-
getTags
Description copied from interface:CfnOIDCProviderProps
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 .
- Specified by:
getTags
in interfaceCfnOIDCProviderProps
- See Also:
-
getThumbprintList
Description copied from interface:CfnOIDCProviderProps
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.
- Specified by:
getThumbprintList
in interfaceCfnOIDCProviderProps
- See Also:
-
getUrl
Description copied from interface:CfnOIDCProviderProps
The URL that the IAM OIDC provider resource object is associated with.For more information, see CreateOpenIDConnectProvider .
- Specified by:
getUrl
in interfaceCfnOIDCProviderProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-