@aws-cdk/quickstarts¶
Reference¶
RemoteDesktopGateway¶
-
class
_aws-cdk_quickstarts.
RemoteDesktopGateway
(parent, name, props)¶ Embed the Remote Desktop Gateway AWS QuickStart
Extends: Construct
Implements: IDefaultConnectable
Parameters: - parent (
Construct
) – - name (string) –
- props (
RemoteDesktopGatewayProps
) –
-
connections
¶ Type: DefaultConnections
(readonly)
-
defaultPortRange
¶ Type: IPortRange
(readonly)
- parent (
RemoteDesktopGatewayProps (interface)¶
-
class
_aws-cdk_quickstarts.
RemoteDesktopGatewayProps
¶ -
rdgwCIDR
¶ Type: string
-
vpc
¶ Type: VpcNetworkRef
-
keyPairName
¶ Type: string
-
adminPassword
¶ Type: string
-
adminUser
¶ Type: string or None
-
domainDNSName
¶ Type: string or None
-
numberOfRDGWHosts
¶ Type: number or None
-
qss3BucketName
¶ Type: string or None
-
qss3KeyPrefix
¶ Type: string or None
-
rdgwInstanceType
¶ Type: string or None
-
SqlServer¶
-
class
_aws-cdk_quickstarts.
SqlServer
(parent, name, props)¶ An instance of Microsoft SQL server with associated security groups
Extends: Construct
Implements: IConnectable
Parameters: - parent (
Construct
) – - name (string) –
- props (
SqlServerProps
) –
-
connections
¶ Type: DefaultConnections
(readonly)
-
defaultPortRange
¶ Type: IPortRange
(readonly)
- parent (