Class CfnSAMLProviderProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iam.CfnSAMLProviderProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSAMLProviderProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSAMLProviderProps
@Stability(Stable)
@Internal
public static final class CfnSAMLProviderProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSAMLProviderProps
An implementation for
CfnSAMLProviderProps
-
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.CfnSAMLProviderProps
CfnSAMLProviderProps.Builder, CfnSAMLProviderProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnSAMLProviderProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSAMLProviderProps.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
final String
getName()
The name of the provider to create.final String
An 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 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 theCfnSAMLProviderProps.Builder
.
-
-
Method Details
-
getSamlMetadataDocument
Description copied from interface:CfnSAMLProviderProps
An 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:
getSamlMetadataDocument
in interfaceCfnSAMLProviderProps
- See Also:
-
getName
Description copied from interface:CfnSAMLProviderProps
The 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:
getName
in interfaceCfnSAMLProviderProps
- See Also:
-
getTags
Description copied from interface:CfnSAMLProviderProps
A 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:
getTags
in interfaceCfnSAMLProviderProps
- 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()
-