| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| software.amazon.awscdk.services.iam |
AWS Identity and Access Management Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static ClientVpnUserBasedAuthentication |
ClientVpnUserBasedAuthentication.federated(ISamlProvider samlProvider)
Federated authentication.
|
static ClientVpnUserBasedAuthentication |
ClientVpnUserBasedAuthentication.federated(ISamlProvider samlProvider,
ISamlProvider selfServiceSamlProvider)
Federated authentication.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ISamlProvider.Jsii$Default
Internal default implementation for
ISamlProvider. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ISamlProvider.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
SamlProvider
A SAML provider.
|
| Modifier and Type | Method and Description |
|---|---|
static ISamlProvider |
SamlProvider.fromSamlProviderArn(software.constructs.Construct scope,
String id,
String samlProviderArn)
Import an existing provider.
|
| Constructor and Description |
|---|
SamlConsolePrincipal(ISamlProvider samlProvider) |
SamlConsolePrincipal(ISamlProvider samlProvider,
Map<String,Object> conditions) |
SamlPrincipal(ISamlProvider samlProvider,
Map<String,Object> conditions) |
Copyright © 2022. All rights reserved.