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.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 StringgetName()The name of the provider to create.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
-
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
-
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
-
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
-
$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()
-