@Stability(value=Stable) @Internal public static final class CfnSAMLProviderProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSAMLProviderProps
CfnSAMLProviderPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnSAMLProviderProps.Builder, CfnSAMLProviderProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnSAMLProviderProps.Builder builder)
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getName()
The name of the provider to create.
|
String |
getSamlMetadataDocument()
An XML document generated by an identity provider (IdP) that supports SAML 2.0.
|
List<CfnTag> |
getTags()
A list of tags that you want to attach to the new IAM SAML provider.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnSAMLProviderProps.Builder builder)
CfnSAMLProviderProps.Builder.public final String getSamlMetadataDocument()
CfnSAMLProviderPropsFor more information, see About SAML 2.0-based federation in the IAM User Guide
getSamlMetadataDocument in interface CfnSAMLProviderPropspublic final String getName()
CfnSAMLProviderPropsThis 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: _+=,.@-
getName in interface CfnSAMLProviderPropspublic final List<CfnTag> getTags()
CfnSAMLProviderPropsEach 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.
getTags in interface CfnSAMLProviderProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.