Class CfnOIDCProviderMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iam.CfnOIDCProviderMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnOIDCProviderMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOIDCProviderMixinProps
@Stability(Stable)
@Internal
public static final class CfnOIDCProviderMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOIDCProviderMixinProps
An implementation for
CfnOIDCProviderMixinProps-
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.cfnpropertymixins.services.iam.CfnOIDCProviderMixinProps
CfnOIDCProviderMixinProps.Builder, CfnOIDCProviderMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOIDCProviderMixinProps.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 theCfnOIDCProviderMixinProps.Builder.
-
-
Method Details
-
getClientIdList
Description copied from interface:CfnOIDCProviderMixinPropsA 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 interfaceCfnOIDCProviderMixinProps- See Also:
-
getTags
Description copied from interface:CfnOIDCProviderMixinPropsA 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 interfaceCfnOIDCProviderMixinProps- See Also:
-
getThumbprintList
Description copied from interface:CfnOIDCProviderMixinPropsA 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 interfaceCfnOIDCProviderMixinProps- See Also:
-
getUrl
Description copied from interface:CfnOIDCProviderMixinPropsThe URL that the IAM OIDC provider resource object is associated with.For more information, see CreateOpenIDConnectProvider .
- Specified by:
getUrlin interfaceCfnOIDCProviderMixinProps- 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()
-