@Stability(value=Stable) public static final class CfnSAMLProviderProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSAMLProviderProps>
CfnSAMLProviderProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSAMLProviderProps |
build()
Builds the configured instance.
|
CfnSAMLProviderProps.Builder |
name(String name)
Sets the value of
CfnSAMLProviderProps.getName() |
CfnSAMLProviderProps.Builder |
samlMetadataDocument(String samlMetadataDocument)
Sets the value of
CfnSAMLProviderProps.getSamlMetadataDocument() |
CfnSAMLProviderProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnSAMLProviderProps.getTags() |
@Stability(value=Stable) public CfnSAMLProviderProps.Builder samlMetadataDocument(String samlMetadataDocument)
CfnSAMLProviderProps.getSamlMetadataDocument()samlMetadataDocument - 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. This parameter is required.
For more information, see About SAML 2.0-based federation in the IAM User Guidethis@Stability(value=Stable) public CfnSAMLProviderProps.Builder name(String name)
CfnSAMLProviderProps.getName()name - 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: _+=,.@-this@Stability(value=Stable) public CfnSAMLProviderProps.Builder tags(List<? extends CfnTag> tags)
CfnSAMLProviderProps.getTags()tags - 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.
this@Stability(value=Stable) public CfnSAMLProviderProps build()
build in interface software.amazon.jsii.Builder<CfnSAMLProviderProps>CfnSAMLProviderPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.