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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iam.CfnOIDCProviderProps
CfnOIDCProviderProps.Builder, CfnOIDCProviderProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnOIDCProviderProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnOIDCProviderProps.Builder.protectedJsii$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.JsonNodefinal booleanA 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 StringgetUrl()The URL that the IAM OIDC provider resource object is associated with.final inthashCode()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:CfnOIDCProviderPropsA 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:
getClientIdListin interfaceCfnOIDCProviderProps- See Also:
-
getTags
Description copied from interface:CfnOIDCProviderPropsA 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:
getTagsin interfaceCfnOIDCProviderProps- See Also:
-
getThumbprintList
Description copied from interface:CfnOIDCProviderPropsA 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:
getThumbprintListin interfaceCfnOIDCProviderProps- See Also:
-
getUrl
Description copied from interface:CfnOIDCProviderPropsThe URL that the IAM OIDC provider resource object is associated with.For more information, see CreateOpenIDConnectProvider .
- Specified by:
getUrlin interfaceCfnOIDCProviderProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-