@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.694Z") @Stability(value=Stable) public class UserPoolIdentityProviderSamlMetadata extends software.amazon.jsii.JsiiObject
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cognito.*;
UserPoolIdentityProviderSamlMetadata userPoolIdentityProviderSamlMetadata = UserPoolIdentityProviderSamlMetadata.file("fileContent");
| Modifier | Constructor and Description |
|---|---|
protected |
UserPoolIdentityProviderSamlMetadata(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
UserPoolIdentityProviderSamlMetadata(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static UserPoolIdentityProviderSamlMetadata |
file(String fileContent)
Specify SAML metadata via the contents of a file.
|
String |
getMetadataContent()
A URL hosting SAML metadata, or the content of a file containing SAML metadata.
|
UserPoolIdentityProviderSamlMetadataType |
getMetadataType()
The type of metadata, either a URL or file content.
|
static UserPoolIdentityProviderSamlMetadata |
url(String url)
Specify SAML metadata via a URL.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected UserPoolIdentityProviderSamlMetadata(software.amazon.jsii.JsiiObjectRef objRef)
protected UserPoolIdentityProviderSamlMetadata(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) @NotNull public static UserPoolIdentityProviderSamlMetadata file(@NotNull String fileContent)
fileContent - This parameter is required.@Stability(value=Stable) @NotNull public static UserPoolIdentityProviderSamlMetadata url(@NotNull String url)
url - This parameter is required.@Stability(value=Stable) @NotNull public String getMetadataContent()
@Stability(value=Stable) @NotNull public UserPoolIdentityProviderSamlMetadataType getMetadataType()
Copyright © 2022. All rights reserved.