Portal Args
data class PortalArgs(val additionalEncryptionContext: Output<PortalEncryptionContextMapArgs>? = null, val authenticationType: Output<PortalAuthenticationType>? = null, val browserSettingsArn: Output<String>? = null, val customerManagedKey: Output<String>? = null, val displayName: Output<String>? = null, val ipAccessSettingsArn: Output<String>? = null, val networkSettingsArn: Output<String>? = null, val tags: Output<List<PortalTagArgs>>? = null, val trustStoreArn: Output<String>? = null, val userAccessLoggingSettingsArn: Output<String>? = null, val userSettingsArn: Output<String>? = null) : ConvertibleToJava<PortalArgs>
Definition of AWS::WorkSpacesWeb::Portal Resource Type
Constructors
Link copied to clipboard
fun PortalArgs(additionalEncryptionContext: Output<PortalEncryptionContextMapArgs>? = null, authenticationType: Output<PortalAuthenticationType>? = null, browserSettingsArn: Output<String>? = null, customerManagedKey: Output<String>? = null, displayName: Output<String>? = null, ipAccessSettingsArn: Output<String>? = null, networkSettingsArn: Output<String>? = null, tags: Output<List<PortalTagArgs>>? = null, trustStoreArn: Output<String>? = null, userAccessLoggingSettingsArn: Output<String>? = null, userSettingsArn: Output<String>? = null)