@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.428Z") @Stability(value=Experimental) public interface SamlProviderProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SamlProviderProps.Builder
A builder for
SamlProviderProps |
static class |
SamlProviderProps.Jsii$Proxy
An implementation for
SamlProviderProps |
| Modifier and Type | Method and Description |
|---|---|
static SamlProviderProps.Builder |
builder() |
SamlMetadataDocument |
getMetadataDocument()
(experimental) An XML document generated by an identity provider (IdP) that supports SAML 2.0.
|
default String |
getName()
(experimental) The name of the provider to create.
|
@Stability(value=Experimental) @NotNull SamlMetadataDocument getMetadataDocument()
@Stability(value=Experimental) @Nullable default String getName()
This parameter allows a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
Length must be between 1 and 128 characters.
Default: - a CloudFormation generated name
@Stability(value=Experimental) static SamlProviderProps.Builder builder()
SamlProviderProps.Builder of SamlProviderPropsCopyright © 2021. All rights reserved.