Stratosphere.WorkSpacesWeb.Portal
data Portal Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-portal.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-portal.html#cfn-workspacesweb-portal-additionalencryptioncontext
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-portal.html#cfn-workspacesweb-portal-authenticationtype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-portal.html#cfn-workspacesweb-portal-browsersettingsarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-portal.html#cfn-workspacesweb-portal-customermanagedkey
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-portal.html#cfn-workspacesweb-portal-dataprotectionsettingsarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-portal.html#cfn-workspacesweb-portal-displayname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-portal.html#cfn-workspacesweb-portal-instancetype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-portal.html#cfn-workspacesweb-portal-ipaccesssettingsarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-portal.html#cfn-workspacesweb-portal-maxconcurrentsessions
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-portal.html#cfn-workspacesweb-portal-networksettingsarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-portal.html#cfn-workspacesweb-portal-sessionloggerarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-portal.html#cfn-workspacesweb-portal-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-portal.html#cfn-workspacesweb-portal-truststorearn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-portal.html#cfn-workspacesweb-portal-useraccessloggingsettingsarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-portal.html#cfn-workspacesweb-portal-usersettingsarn
Defined in Stratosphere.WorkSpacesWeb.Portal
Methods
toJSON :: Portal -> Value #
toEncoding :: Portal -> Encoding #
toJSONList :: [Portal] -> Value #
toEncodingList :: [Portal] -> Encoding #
omitField :: Portal -> Bool #
showsPrec :: Int -> Portal -> ShowS #
show :: Portal -> String #
showList :: [Portal] -> ShowS #
(==) :: Portal -> Portal -> Bool #
(/=) :: Portal -> Portal -> Bool #
toResourceProperties :: Portal -> ResourceProperties #
Associated Types
set :: PropertyType "AdditionalEncryptionContext" Portal -> Portal -> Portal #
set :: PropertyType "AuthenticationType" Portal -> Portal -> Portal #
set :: PropertyType "BrowserSettingsArn" Portal -> Portal -> Portal #
set :: PropertyType "CustomerManagedKey" Portal -> Portal -> Portal #
set :: PropertyType "DataProtectionSettingsArn" Portal -> Portal -> Portal #
set :: PropertyType "DisplayName" Portal -> Portal -> Portal #
set :: PropertyType "InstanceType" Portal -> Portal -> Portal #
set :: PropertyType "IpAccessSettingsArn" Portal -> Portal -> Portal #
set :: PropertyType "MaxConcurrentSessions" Portal -> Portal -> Portal #
set :: PropertyType "NetworkSettingsArn" Portal -> Portal -> Portal #
set :: PropertyType "SessionLoggerArn" Portal -> Portal -> Portal #
set :: PropertyType "Tags" Portal -> Portal -> Portal #
set :: PropertyType "TrustStoreArn" Portal -> Portal -> Portal #
set :: PropertyType "UserAccessLoggingSettingsArn" Portal -> Portal -> Portal #
set :: PropertyType "UserSettingsArn" Portal -> Portal -> Portal #
mkPortal :: Portal Source #