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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.workspacesweb.CfnPortalProps
CfnPortalProps.Builder, CfnPortalProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPortalProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPortalProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectThe additional encryption context of the portal.final StringThe type of authentication integration points used when signing into the web portal.final StringThe ARN of the browser settings that is associated with this web portal.final StringThe customer managed key of the web portal.final StringThe ARN of the data protection settings.final StringThe name of the web portal.final StringThe type and resources of the underlying instance.final StringThe ARN of the IP access settings that is associated with the web portal.final NumberThe maximum number of concurrent sessions for the portal.final StringThe ARN of the network settings that is associated with the web portal.final StringThe ARN of the session logger that is assocaited with the portal.getTags()The tags to add to the web portal.final StringThe ARN of the trust store that is associated with the web portal.final StringThe ARN of the user access logging settings that is associated with the web portal.final StringThe ARN of the user settings that is associated with the web portal.final inthashCode()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:CfnPortalPropsThe additional encryption context of the portal.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getAdditionalEncryptionContextin interfaceCfnPortalProps- See Also:
-
getAuthenticationType
Description copied from interface:CfnPortalPropsThe type of authentication integration points used when signing into the web portal. Defaults toStandard.Standardweb 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
Standardportal with noIdentityProviderresource. - Retrieve the SP metadata using
Fn:GetAtt, the WorkSpaces Secure Browser console, or by the calling theGetPortalServiceProviderMetadataAPI. - Submit the data to your IdP.
- Add an
IdentityProviderresource to your CloudFormation template.
IAM Identity Centerweb 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:
getAuthenticationTypein interfaceCfnPortalProps- See Also:
- Create and deploy a CloudFormation template with a
-
getBrowserSettingsArn
Description copied from interface:CfnPortalPropsThe ARN of the browser settings that is associated with this web portal.- Specified by:
getBrowserSettingsArnin interfaceCfnPortalProps- See Also:
-
getCustomerManagedKey
Description copied from interface:CfnPortalPropsThe 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:
getCustomerManagedKeyin interfaceCfnPortalProps- See Also:
-
getDataProtectionSettingsArn
Description copied from interface:CfnPortalPropsThe ARN of the data protection settings.- Specified by:
getDataProtectionSettingsArnin interfaceCfnPortalProps- See Also:
-
getDisplayName
Description copied from interface:CfnPortalPropsThe name of the web portal.- Specified by:
getDisplayNamein interfaceCfnPortalProps- See Also:
-
getInstanceType
Description copied from interface:CfnPortalPropsThe type and resources of the underlying instance.- Specified by:
getInstanceTypein interfaceCfnPortalProps- See Also:
-
getIpAccessSettingsArn
Description copied from interface:CfnPortalPropsThe ARN of the IP access settings that is associated with the web portal.- Specified by:
getIpAccessSettingsArnin interfaceCfnPortalProps- See Also:
-
getMaxConcurrentSessions
Description copied from interface:CfnPortalPropsThe maximum number of concurrent sessions for the portal.- Specified by:
getMaxConcurrentSessionsin interfaceCfnPortalProps- See Also:
-
getNetworkSettingsArn
Description copied from interface:CfnPortalPropsThe ARN of the network settings that is associated with the web portal.- Specified by:
getNetworkSettingsArnin interfaceCfnPortalProps- See Also:
-
getSessionLoggerArn
Description copied from interface:CfnPortalPropsThe ARN of the session logger that is assocaited with the portal.- Specified by:
getSessionLoggerArnin interfaceCfnPortalProps- See Also:
-
getTags
Description copied from interface:CfnPortalPropsThe tags to add to the web portal.A tag is a key-value pair.
- Specified by:
getTagsin interfaceCfnPortalProps- See Also:
-
getTrustStoreArn
Description copied from interface:CfnPortalPropsThe ARN of the trust store that is associated with the web portal.- Specified by:
getTrustStoreArnin interfaceCfnPortalProps- See Also:
-
getUserAccessLoggingSettingsArn
Description copied from interface:CfnPortalPropsThe ARN of the user access logging settings that is associated with the web portal.- Specified by:
getUserAccessLoggingSettingsArnin interfaceCfnPortalProps- See Also:
-
getUserSettingsArn
Description copied from interface:CfnPortalPropsThe ARN of the user settings that is associated with the web portal.- Specified by:
getUserSettingsArnin interfaceCfnPortalProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-