Class CfnSAMLProviderMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSAMLProviderMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSAMLProviderMixinProps
CfnSAMLProviderMixinProps-
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.CfnSAMLProviderMixinProps
CfnSAMLProviderMixinProps.Builder, CfnSAMLProviderMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSAMLProviderMixinProps.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 theCfnSAMLProviderMixinProps.Builder.
-
-
Method Details
-
getAddPrivateKey
Description copied from interface:CfnSAMLProviderMixinPropsSpecifies 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 interfaceCfnSAMLProviderMixinProps- See Also:
-
getAssertionEncryptionMode
Description copied from interface:CfnSAMLProviderMixinPropsSpecifies the encryption setting for the SAML provider.- Specified by:
getAssertionEncryptionModein interfaceCfnSAMLProviderMixinProps- See Also:
-
getName
Description copied from interface:CfnSAMLProviderMixinPropsThe 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 interfaceCfnSAMLProviderMixinProps- See Also:
-
getPrivateKeyList
Description copied from interface:CfnSAMLProviderMixinPropsThe private key metadata for the SAML provider.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnSAMLProviderPropsMixin.SAMLPrivateKeyProperty>- Specified by:
getPrivateKeyListin interfaceCfnSAMLProviderMixinProps- See Also:
-
getRemovePrivateKey
Description copied from interface:CfnSAMLProviderMixinPropsThe Key ID of the private key to remove.- Specified by:
getRemovePrivateKeyin interfaceCfnSAMLProviderMixinProps- See Also:
-
getSamlMetadataDocument
Description copied from interface:CfnSAMLProviderMixinPropsAn 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 interfaceCfnSAMLProviderMixinProps- See Also:
-
getTags
Description copied from interface:CfnSAMLProviderMixinPropsA 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 interfaceCfnSAMLProviderMixinProps- 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()
-