@Stability(value=Stable) public static final class CfnEnvironment.FederationParametersProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEnvironment.FederationParametersProperty>
CfnEnvironment.FederationParametersProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnEnvironment.FederationParametersProperty.Builder applicationCallBackUrl(String applicationCallBackUrl)
CfnEnvironment.FederationParametersProperty.getApplicationCallBackUrl()applicationCallBackUrl - The redirect or sign-in URL that should be entered into the SAML 2.0 compliant identity provider configuration (IdP).this@Stability(value=Stable) public CfnEnvironment.FederationParametersProperty.Builder attributeMap(Object attributeMap)
CfnEnvironment.FederationParametersProperty.getAttributeMap()attributeMap - SAML attribute name and value.
The name must always be Email and the value should be set to the attribute definition in which user email is set. For example, name would be Email and value http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress . Please check your SAML 2.0 compliant identity provider (IdP) documentation for details.this@Stability(value=Stable) public CfnEnvironment.FederationParametersProperty.Builder federationProviderName(String federationProviderName)
CfnEnvironment.FederationParametersProperty.getFederationProviderName()federationProviderName - Name of the identity provider (IdP).this@Stability(value=Stable) public CfnEnvironment.FederationParametersProperty.Builder federationUrn(String federationUrn)
CfnEnvironment.FederationParametersProperty.getFederationUrn()federationUrn - The Uniform Resource Name (URN).
Also referred as Service Provider URN or Audience URI or Service Provider Entity ID.this@Stability(value=Stable) public CfnEnvironment.FederationParametersProperty.Builder samlMetadataDocument(String samlMetadataDocument)
CfnEnvironment.FederationParametersProperty.getSamlMetadataDocument()samlMetadataDocument - SAML 2.0 Metadata document from identity provider (IdP).this@Stability(value=Stable) public CfnEnvironment.FederationParametersProperty.Builder samlMetadataUrl(String samlMetadataUrl)
CfnEnvironment.FederationParametersProperty.getSamlMetadataUrl()samlMetadataUrl - Provide the metadata URL from your SAML 2.0 compliant identity provider (IdP).this@Stability(value=Stable) public CfnEnvironment.FederationParametersProperty build()
build in interface software.amazon.jsii.Builder<CfnEnvironment.FederationParametersProperty>CfnEnvironment.FederationParametersPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.