Class CfnPortalProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPortalProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPortalProps
CfnPortalProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.workspacesweb.CfnPortalProps
CfnPortalProps.Builder, CfnPortalProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPortalProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPortalProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The additional encryption context of the portal.final String
The type of authentication integration points used when signing into the web portal.final String
The ARN of the browser settings that is associated with this web portal.final String
The customer managed key of the web portal.final String
The name of the web portal.final String
The type and resources of the underlying instance.final String
The ARN of the IP access settings that is associated with the web portal.final Number
The maximum number of concurrent sessions for the portal.final String
The ARN of the network settings that is associated with the web portal.getTags()
The tags to add to the web portal.final String
The ARN of the trust store that is associated with the web portal.final String
The ARN of the user access logging settings that is associated with the web portal.final String
The ARN of the user settings that is associated with the web portal.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPortalProps.Builder
.
-
-
Method Details
-
getAdditionalEncryptionContext
Description copied from interface:CfnPortalProps
The additional encryption context of the portal.- Specified by:
getAdditionalEncryptionContext
in interfaceCfnPortalProps
- See Also:
-
getAuthenticationType
Description copied from interface:CfnPortalProps
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.- Specified by:
getAuthenticationType
in interfaceCfnPortalProps
- See Also:
- Create and deploy a CloudFormation template with a
-
getBrowserSettingsArn
Description copied from interface:CfnPortalProps
The ARN of the browser settings that is associated with this web portal.- Specified by:
getBrowserSettingsArn
in interfaceCfnPortalProps
- See Also:
-
getCustomerManagedKey
Description copied from interface:CfnPortalProps
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-]+$
- Specified by:
getCustomerManagedKey
in interfaceCfnPortalProps
- See Also:
-
getDisplayName
Description copied from interface:CfnPortalProps
The name of the web portal.- Specified by:
getDisplayName
in interfaceCfnPortalProps
- See Also:
-
getInstanceType
Description copied from interface:CfnPortalProps
The type and resources of the underlying instance.- Specified by:
getInstanceType
in interfaceCfnPortalProps
- See Also:
-
getIpAccessSettingsArn
Description copied from interface:CfnPortalProps
The ARN of the IP access settings that is associated with the web portal.- Specified by:
getIpAccessSettingsArn
in interfaceCfnPortalProps
- See Also:
-
getMaxConcurrentSessions
Description copied from interface:CfnPortalProps
The maximum number of concurrent sessions for the portal.- Specified by:
getMaxConcurrentSessions
in interfaceCfnPortalProps
- See Also:
-
getNetworkSettingsArn
Description copied from interface:CfnPortalProps
The ARN of the network settings that is associated with the web portal.- Specified by:
getNetworkSettingsArn
in interfaceCfnPortalProps
- See Also:
-
getTags
Description copied from interface:CfnPortalProps
The tags to add to the web portal.A tag is a key-value pair.
- Specified by:
getTags
in interfaceCfnPortalProps
- See Also:
-
getTrustStoreArn
Description copied from interface:CfnPortalProps
The ARN of the trust store that is associated with the web portal.- Specified by:
getTrustStoreArn
in interfaceCfnPortalProps
- See Also:
-
getUserAccessLoggingSettingsArn
Description copied from interface:CfnPortalProps
The ARN of the user access logging settings that is associated with the web portal.- Specified by:
getUserAccessLoggingSettingsArn
in interfaceCfnPortalProps
- See Also:
-
getUserSettingsArn
Description copied from interface:CfnPortalProps
The ARN of the user settings that is associated with the web portal.- Specified by:
getUserSettingsArn
in interfaceCfnPortalProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-