IMountingInstance

class aws_rfdk.IMountingInstance(*args, **kwargs)

Bases: IConnectable, IConstruct, IScriptHost, Protocol

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.htmlEC2 Instance} or an {@link https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-autoscaling.AutoScalingGroup.htmlEC2 Auto Scaling Group}

Attributes

connections

The network connections associated with this resource.

grant_principal

The principal to grant permissions to.

node

The tree node.

os_type

The operating system of the script host.

user_data

The user data of the script host.