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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnSAMLProviderProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    The name of the provider to create.
    final String
    An XML document generated by an identity provider (IdP) that supports SAML 2.0.
    final List<CfnTag>
    A list of tags that you want to attach to the new IAM SAML provider.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnSAMLProviderProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnSAMLProviderProps.Builder.
  • Method Details

    • getSamlMetadataDocument

      public final String 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 interface CfnSAMLProviderProps
    • getName

      public final String 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 interface CfnSAMLProviderProps
    • getTags

      public final List<CfnTag> 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 interface CfnSAMLProviderProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object