@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.788Z") @Stability(value=Stable) public class SamlProvider extends Resource implements ISamlProvider
Example:
SamlProvider provider = SamlProvider.Builder.create(this, "Provider")
.metadataDocument(SamlMetadataDocument.fromFile("/path/to/saml-metadata-document.xml"))
.build();
Role.Builder.create(this, "Role")
.assumedBy(new SamlConsolePrincipal(provider))
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
SamlProvider.Builder
A fluent builder for
SamlProvider. |
software.amazon.jsii.JsiiObject.InitializationModeISamlProvider.Jsii$Default, ISamlProvider.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
SamlProvider(software.constructs.Construct scope,
String id,
SamlProviderProps props) |
protected |
SamlProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
SamlProvider(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static ISamlProvider |
fromSamlProviderArn(software.constructs.Construct scope,
String id,
String samlProviderArn)
Import an existing provider.
|
String |
getSamlProviderArn()
The Amazon Resource Name (ARN) of the provider.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyRemovalPolicy, getEnv, getStackprotected SamlProvider(software.amazon.jsii.JsiiObjectRef objRef)
protected SamlProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public SamlProvider(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
SamlProviderProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Stable) @NotNull public static ISamlProvider fromSamlProviderArn(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String samlProviderArn)
scope - This parameter is required.id - This parameter is required.samlProviderArn - This parameter is required.@Stability(value=Stable) @NotNull public String getSamlProviderArn()
getSamlProviderArn in interface ISamlProviderCopyright © 2022. All rights reserved.