Uses of Interface
software.amazon.awscdk.services.grafana.CfnWorkspace.SamlConfigurationProperty
-
Uses of CfnWorkspace.SamlConfigurationProperty in software.amazon.awscdk.services.grafana
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnWorkspace.SamlConfigurationProperty
Modifier and TypeMethodDescriptionCfnWorkspace.SamlConfigurationProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnWorkspace.Builder.samlConfiguration
(CfnWorkspace.SamlConfigurationProperty samlConfiguration) If the workspace uses SAML, use this structure to map SAML assertion attributes to workspace user information and define which groups in the assertion attribute are to have theAdmin
andEditor
roles in the workspace.CfnWorkspaceProps.Builder.samlConfiguration
(CfnWorkspace.SamlConfigurationProperty samlConfiguration) Sets the value ofCfnWorkspaceProps.getSamlConfiguration()
void
CfnWorkspace.setSamlConfiguration
(CfnWorkspace.SamlConfigurationProperty value) If the workspace uses SAML, use this structure to map SAML assertion attributes to workspace user information and define which groups in the assertion attribute are to have theAdmin
andEditor
roles in the workspace.