/AWS1/CL_WSW=>CREATEPORTAL()
¶
About CreatePortal¶
Creates a web portal.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IV_DISPLAYNAME
TYPE /AWS1/WSWDISPLAYNAME
/AWS1/WSWDISPLAYNAME
¶
The name of the web portal. This is not visible to users who log into the web portal.
IT_TAGS
TYPE /AWS1/CL_WSWTAG=>TT_TAGLIST
TT_TAGLIST
¶
The tags to add to the web portal. A tag is a key-value pair.
IV_CUSTOMERMANAGEDKEY
TYPE /AWS1/WSWKEYARN
/AWS1/WSWKEYARN
¶
The customer managed key of the web portal.
IT_ADDITIONALENCCONTEXT
TYPE /AWS1/CL_WSWENCCONTEXTMAP_W=>TT_ENCRYPTIONCONTEXTMAP
TT_ENCRYPTIONCONTEXTMAP
¶
The additional encryption context of the portal.
IV_CLIENTTOKEN
TYPE /AWS1/WSWCLIENTTOKEN
/AWS1/WSWCLIENTTOKEN
¶
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
IV_AUTHENTICATIONTYPE
TYPE /AWS1/WSWAUTHENTICATIONTYPE
/AWS1/WSWAUTHENTICATIONTYPE
¶
The type of authentication integration points used when signing into the web portal. Defaults to
Standard
.
Standard
web portals are authenticated directly through your identity provider. You need to callCreateIdentityProvider
to integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider.
IAM Identity Center
web portals are authenticated through IAM Identity Center. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center.
IV_INSTANCETYPE
TYPE /AWS1/WSWINSTANCETYPE
/AWS1/WSWINSTANCETYPE
¶
The type and resources of the underlying instance.
IV_MAXCONCURRENTSESSIONS
TYPE /AWS1/WSWMAXCONCURRENTSESSIONS
/AWS1/WSWMAXCONCURRENTSESSIONS
¶
The maximum number of concurrent sessions for the portal.