interface IMountingInstance
| Language | Type name |
|---|---|
Python | aws_rfdk.IMountingInstance |
TypeScript (source) | aws-rfdk » IMountingInstance |
An instance type that can mount an {@link IMountableFilesystem }.
For example, this could be an {@link https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-ec2.Instance.html EC2 Instance} or an {@link https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-autoscaling.AutoScalingGroup.html EC2 Auto Scaling Group}
Properties
| Name | Type | Description |
|---|---|---|
| connections | Connections | The network connections associated with this resource. |
| grant | IPrincipal | The principal to grant permissions to. |
| node | Node | The tree node. |
| os | Operating | The operating system of the script host. |
| user | User | The user data of the script host. |
connections
Type:
Connections
The network connections associated with this resource.
grantPrincipal
Type:
IPrincipal
The principal to grant permissions to.
node
Type:
Node
The tree node.
osType
Type:
Operating
The operating system of the script host.
userData
Type:
User
The user data of the script host.

Python
TypeScript (