Class CfnPortal.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPortal>
- Enclosing class:
CfnPortal
CfnPortal
.-
Method Summary
Modifier and TypeMethodDescriptionadditionalEncryptionContext
(Map<String, String> additionalEncryptionContext) The additional encryption context of the portal.additionalEncryptionContext
(IResolvable additionalEncryptionContext) The additional encryption context of the portal.authenticationType
(String authenticationType) The type of authentication integration points used when signing into the web portal.browserSettingsArn
(String browserSettingsArn) The ARN of the browser settings that is associated with this web portal.build()
static CfnPortal.Builder
customerManagedKey
(String customerManagedKey) The customer managed key of the web portal.displayName
(String displayName) The name of the web portal.instanceType
(String instanceType) The type and resources of the underlying instance.ipAccessSettingsArn
(String ipAccessSettingsArn) The ARN of the IP access settings that is associated with the web portal.maxConcurrentSessions
(Number maxConcurrentSessions) The maximum number of concurrent sessions for the portal.networkSettingsArn
(String networkSettingsArn) The ARN of the network settings that is associated with the web portal.The tags to add to the web portal.trustStoreArn
(String trustStoreArn) The ARN of the trust store that is associated with the web portal.userAccessLoggingSettingsArn
(String userAccessLoggingSettingsArn) The ARN of the user access logging settings that is associated with the web portal.userSettingsArn
(String userSettingsArn) The ARN of the user settings that is associated with the web portal.
-
Method Details
-
create
@Stability(Stable) public static CfnPortal.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnPortal.Builder
.
-
additionalEncryptionContext
@Stability(Stable) public CfnPortal.Builder additionalEncryptionContext(IResolvable additionalEncryptionContext) The additional encryption context of the portal.- Parameters:
additionalEncryptionContext
- The additional encryption context of the portal. This parameter is required.- Returns:
this
- See Also:
-
additionalEncryptionContext
@Stability(Stable) public CfnPortal.Builder additionalEncryptionContext(Map<String, String> additionalEncryptionContext) The additional encryption context of the portal.- Parameters:
additionalEncryptionContext
- The additional encryption context of the portal. This parameter is required.- Returns:
this
- See Also:
-
authenticationType
The type of authentication integration points used when signing into the web portal. Defaults toStandard
.Standard
web portals are authenticated directly through your identity provider (IdP). User and group access to your web portal is controlled through your IdP. You need to include an IdP resource in your template to integrate your IdP with your web portal. Completing the configuration for your IdP requires exchanging WorkSpaces Secure Browser’s SP metadata with your IdP’s IdP metadata. If your IdP requires the SP metadata first before returning the IdP metadata, you should follow these steps:- Create and deploy a CloudFormation template with a
Standard
portal with noIdentityProvider
resource. - Retrieve the SP metadata using
Fn:GetAtt
, the WorkSpaces Secure Browser console, or by the calling theGetPortalServiceProviderMetadata
API. - Submit the data to your IdP.
- Add an
IdentityProvider
resource to your CloudFormation template.
IAM Identity Center
web portals are authenticated through AWS IAM Identity Center . They provide additional features, such as IdP-initiated authentication. Identity sources (including external identity provider integration) and other identity provider information must be configured in IAM Identity Center . User and group assignment must be done through the WorkSpaces Secure Browser console. These cannot be configured in CloudFormation.- Parameters:
authenticationType
- The type of authentication integration points used when signing into the web portal. Defaults toStandard
. This parameter is required.- Returns:
this
- See Also:
- Create and deploy a CloudFormation template with a
-
browserSettingsArn
The ARN of the browser settings that is associated with this web portal.- Parameters:
browserSettingsArn
- The ARN of the browser settings that is associated with this web portal. This parameter is required.- Returns:
this
- See Also:
-
customerManagedKey
The customer managed key of the web portal.Pattern :
^arn:[\w+=\/,.@-]+:kms:[a-zA-Z0-9\-]*:[a-zA-Z0-9]{1,12}:key\/[a-zA-Z0-9-]+$
- Parameters:
customerManagedKey
- The customer managed key of the web portal. This parameter is required.- Returns:
this
- See Also:
-
displayName
The name of the web portal.- Parameters:
displayName
- The name of the web portal. This parameter is required.- Returns:
this
- See Also:
-
instanceType
The type and resources of the underlying instance.- Parameters:
instanceType
- The type and resources of the underlying instance. This parameter is required.- Returns:
this
- See Also:
-
ipAccessSettingsArn
The ARN of the IP access settings that is associated with the web portal.- Parameters:
ipAccessSettingsArn
- The ARN of the IP access settings that is associated with the web portal. This parameter is required.- Returns:
this
- See Also:
-
maxConcurrentSessions
The maximum number of concurrent sessions for the portal.- Parameters:
maxConcurrentSessions
- The maximum number of concurrent sessions for the portal. This parameter is required.- Returns:
this
- See Also:
-
networkSettingsArn
The ARN of the network settings that is associated with the web portal.- Parameters:
networkSettingsArn
- The ARN of the network settings that is associated with the web portal. This parameter is required.- Returns:
this
- See Also:
-
tags
The tags to add to the web portal.A tag is a key-value pair.
- Parameters:
tags
- The tags to add to the web portal. This parameter is required.- Returns:
this
- See Also:
-
trustStoreArn
The ARN of the trust store that is associated with the web portal.- Parameters:
trustStoreArn
- The ARN of the trust store that is associated with the web portal. This parameter is required.- Returns:
this
- See Also:
-
userAccessLoggingSettingsArn
@Stability(Stable) public CfnPortal.Builder userAccessLoggingSettingsArn(String userAccessLoggingSettingsArn) The ARN of the user access logging settings that is associated with the web portal.- Parameters:
userAccessLoggingSettingsArn
- The ARN of the user access logging settings that is associated with the web portal. This parameter is required.- Returns:
this
- See Also:
-
userSettingsArn
The ARN of the user settings that is associated with the web portal.- Parameters:
userSettingsArn
- The ARN of the user settings that is associated with the web portal. This parameter is required.- Returns:
this
- See Also:
-
build
-