Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.workspacesweb.CfnPortalPropsMixin.Builder
Packages that use CfnPortalPropsMixin.Builder
-
Uses of CfnPortalPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.workspacesweb
Methods in software.amazon.awscdk.cfnpropertymixins.services.workspacesweb that return CfnPortalPropsMixin.BuilderModifier and TypeMethodDescriptionCfnPortalPropsMixin.Builder.additionalEncryptionContext(Map<String, String> additionalEncryptionContext) The additional encryption context of the portal.CfnPortalPropsMixin.Builder.additionalEncryptionContext(IResolvable additionalEncryptionContext) The additional encryption context of the portal.CfnPortalPropsMixin.Builder.authenticationType(String authenticationType) The type of authentication integration points used when signing into the web portal.CfnPortalPropsMixin.Builder.browserSettingsArn(String browserSettingsArn) The ARN of the browser settings that is associated with this web portal.static CfnPortalPropsMixin.BuilderCfnPortalPropsMixin.Builder.create()static CfnPortalPropsMixin.BuilderCfnPortalPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnPortalPropsMixin.Builder.customerManagedKey(String customerManagedKey) The customer managed key of the web portal.CfnPortalPropsMixin.Builder.dataProtectionSettingsArn(String dataProtectionSettingsArn) The ARN of the data protection settings.CfnPortalPropsMixin.Builder.displayName(String displayName) The name of the web portal.CfnPortalPropsMixin.Builder.instanceType(String instanceType) The type and resources of the underlying instance.CfnPortalPropsMixin.Builder.ipAccessSettingsArn(String ipAccessSettingsArn) The ARN of the IP access settings that is associated with the web portal.CfnPortalPropsMixin.Builder.maxConcurrentSessions(Number maxConcurrentSessions) The maximum number of concurrent sessions for the portal.CfnPortalPropsMixin.Builder.networkSettingsArn(String networkSettingsArn) The ARN of the network settings that is associated with the web portal.CfnPortalPropsMixin.Builder.portalCustomDomain(String portalCustomDomain) CfnPortalPropsMixin.Builder.sessionLoggerArn(String sessionLoggerArn) The ARN of the session logger that is associated with the portal.The tags to add to the web portal.CfnPortalPropsMixin.Builder.trustStoreArn(String trustStoreArn) The ARN of the trust store that is associated with the web portal.CfnPortalPropsMixin.Builder.userAccessLoggingSettingsArn(String userAccessLoggingSettingsArn) The ARN of the user access logging settings that is associated with the web portal.CfnPortalPropsMixin.Builder.userSettingsArn(String userSettingsArn) The ARN of the user settings that is associated with the web portal.