@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-25T18:28:57.829Z") 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 . |
ISamlProvider.Jsii$Default, ISamlProvider.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
SamlProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
SamlProvider(software.amazon.jsii.JsiiObjectRef objRef) |
|
SamlProvider(software.constructs.Construct scope,
java.lang.String id,
SamlProviderProps props) |
Modifier and Type | Method and Description |
---|---|
static ISamlProvider |
fromSamlProviderArn(software.constructs.Construct scope,
java.lang.String id,
java.lang.String samlProviderArn)
Import an existing provider.
|
java.lang.String |
getSamlProviderArn()
The Amazon Resource Name (ARN) of the provider.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResource
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyRemovalPolicy, getEnv, getStack
getNode
protected SamlProvider(software.amazon.jsii.JsiiObjectRef objRef)
protected SamlProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public SamlProvider(software.constructs.Construct scope, java.lang.String id, SamlProviderProps props)
scope
- This parameter is required.id
- This parameter is required.props
- This parameter is required.public static ISamlProvider fromSamlProviderArn(software.constructs.Construct scope, java.lang.String id, java.lang.String samlProviderArn)
scope
- This parameter is required.id
- This parameter is required.samlProviderArn
- This parameter is required.public java.lang.String getSamlProviderArn()
getSamlProviderArn
in interface ISamlProvider