Uses of Class
software.amazon.awscdk.services.grafana.CfnWorkspace.SamlConfigurationProperty.Builder
-
Uses of CfnWorkspace.SamlConfigurationProperty.Builder in software.amazon.awscdk.services.grafana
Modifier and TypeMethodDescriptionCfnWorkspace.SamlConfigurationProperty.Builder.allowedOrganizations
(List<String> allowedOrganizations) Sets the value ofCfnWorkspace.SamlConfigurationProperty.getAllowedOrganizations()
CfnWorkspace.SamlConfigurationProperty.Builder.assertionAttributes
(IResolvable assertionAttributes) Sets the value ofCfnWorkspace.SamlConfigurationProperty.getAssertionAttributes()
CfnWorkspace.SamlConfigurationProperty.Builder.assertionAttributes
(CfnWorkspace.AssertionAttributesProperty assertionAttributes) Sets the value ofCfnWorkspace.SamlConfigurationProperty.getAssertionAttributes()
CfnWorkspace.SamlConfigurationProperty.builder()
CfnWorkspace.SamlConfigurationProperty.Builder.idpMetadata
(IResolvable idpMetadata) Sets the value ofCfnWorkspace.SamlConfigurationProperty.getIdpMetadata()
CfnWorkspace.SamlConfigurationProperty.Builder.idpMetadata
(CfnWorkspace.IdpMetadataProperty idpMetadata) Sets the value ofCfnWorkspace.SamlConfigurationProperty.getIdpMetadata()
CfnWorkspace.SamlConfigurationProperty.Builder.loginValidityDuration
(Number loginValidityDuration) Sets the value ofCfnWorkspace.SamlConfigurationProperty.getLoginValidityDuration()
CfnWorkspace.SamlConfigurationProperty.Builder.roleValues
(IResolvable roleValues) Sets the value ofCfnWorkspace.SamlConfigurationProperty.getRoleValues()
CfnWorkspace.SamlConfigurationProperty.Builder.roleValues
(CfnWorkspace.RoleValuesProperty roleValues) Sets the value ofCfnWorkspace.SamlConfigurationProperty.getRoleValues()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWorkspace.SamlConfigurationProperty.Builder
.