Builder

class Builder

Properties

Link copied to clipboard

Indicates whether a publicly accessible IP address is created when launching the server.

Link copied to clipboard

Location of an Amazon S3 object.

Link copied to clipboard

The type of configuration script.

Link copied to clipboard

The name of the Amazon EC2 SSH key to be used for connecting to the launched server.

Link copied to clipboard

The name of the IAM instance profile.

Link copied to clipboard

The instance type to use when launching the server.

Link copied to clipboard

The logical ID of the server in the CloudFormation template.

Link copied to clipboard

The ID of the security group that applies to the launched server.

Link copied to clipboard

The ID of the server with which the launch configuration is associated.

Link copied to clipboard

The ID of the subnet the server should be launched into.

Link copied to clipboard

Location of the user-data script to be executed when launching the server.

Link copied to clipboard
var vpc: String?

The ID of the VPC into which the server should be launched.

Functions

Link copied to clipboard
Link copied to clipboard
fun server(block: Server.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.sms.model.Server inside the given block

Link copied to clipboard
fun userData(block: UserData.Builder.() -> Unit)