Uses of Interface
software.amazon.awscdk.services.grafana.CfnWorkspace.SamlConfigurationProperty
Packages that use CfnWorkspace.SamlConfigurationProperty
-
Uses of CfnWorkspace.SamlConfigurationProperty in software.amazon.awscdk.services.grafana
Classes in software.amazon.awscdk.services.grafana that implement CfnWorkspace.SamlConfigurationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnWorkspace.SamlConfigurationPropertyMethods in software.amazon.awscdk.services.grafana that return CfnWorkspace.SamlConfigurationPropertyModifier and TypeMethodDescriptionCfnWorkspace.SamlConfigurationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.grafana with parameters of type CfnWorkspace.SamlConfigurationPropertyModifier 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 theAdminandEditorroles in the workspace.CfnWorkspaceProps.Builder.samlConfiguration(CfnWorkspace.SamlConfigurationProperty samlConfiguration) Sets the value ofCfnWorkspaceProps.getSamlConfiguration()voidCfnWorkspace.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 theAdminandEditorroles in the workspace.