Class CfnSAMLProviderProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSAMLProviderProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSAMLProviderProps
CfnSAMLProviderProps-
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.CfnSAMLProviderProps
CfnSAMLProviderProps.Builder, CfnSAMLProviderProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSAMLProviderProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSAMLProviderProps.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 booleanfinal StringSpecifies the new private key from your external identity provider.final StringSpecifies the encryption setting for the SAML provider.final StringgetName()The name of the provider to create.final ObjectThe private key metadata for the SAML provider.final StringThe Key ID of the private key to remove.final StringAn XML document generated by an identity provider (IdP) that supports SAML 2.0.getTags()A list of tags that you want to attach to the new IAM SAML provider.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 theCfnSAMLProviderProps.Builder.
-
-
Method Details
-
getAddPrivateKey
Description copied from interface:CfnSAMLProviderPropsSpecifies the new private key from your external identity provider.The private key must be a .pem file that uses AES-GCM or AES-CBC encryption algorithm to decrypt SAML assertions.
- Specified by:
getAddPrivateKeyin interfaceCfnSAMLProviderProps- See Also:
-
getAssertionEncryptionMode
Description copied from interface:CfnSAMLProviderPropsSpecifies the encryption setting for the SAML provider.- Specified by:
getAssertionEncryptionModein interfaceCfnSAMLProviderProps- See Also:
-
getName
Description copied from interface:CfnSAMLProviderPropsThe name of the provider to create.This parameter allows (through its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
- Specified by:
getNamein interfaceCfnSAMLProviderProps- See Also:
-
getPrivateKeyList
Description copied from interface:CfnSAMLProviderPropsThe private key metadata for the SAML provider.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnSAMLProvider.SAMLPrivateKeyProperty>- Specified by:
getPrivateKeyListin interfaceCfnSAMLProviderProps- See Also:
-
getRemovePrivateKey
Description copied from interface:CfnSAMLProviderPropsThe Key ID of the private key to remove.- Specified by:
getRemovePrivateKeyin interfaceCfnSAMLProviderProps- See Also:
-
getSamlMetadataDocument
Description copied from interface:CfnSAMLProviderPropsAn XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.For more information, see About SAML 2.0-based federation in the IAM User Guide
- Specified by:
getSamlMetadataDocumentin interfaceCfnSAMLProviderProps- See Also:
-
getTags
Description copied from interface:CfnSAMLProviderPropsA list of tags that you want to attach to the new IAM SAML provider.Each tag consists of a key name and an associated value. For more information about tagging, see Tagging IAM resources in the IAM User Guide .
If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.
- Specified by:
getTagsin interfaceCfnSAMLProviderProps- 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()
-