Hierarchy

  • unknown
    • AutoScalingLaunchConfiguration

Constructors

Properties

id: Output<string>
instanceProfile: InstanceProfile
launchConfiguration: LaunchConfiguration
securityGroups: SecurityGroup[]
stackName: Output<string>

Name to give the auto-scaling-group's cloudformation stack name.

Methods

  • Creates the [instanceProfile] for a [ClusterAutoScalingLaunchConfiguration] if not provided explicitly. If [assumeRolePolicy] is provided it will be used when creating the task, otherwise [defaultInstanceProfilePolicyDocument] will be used. If [policyArns] are provided, they will be used to create [RolePolicyAttachment]s for the Role. Otherwise, [defaultInstanceProfilePolicyARNs] will be used.

    Parameters

    • name: string
    • Optional assumeRolePolicy: any
    • Optional policyArns: string[]
    • Optional opts: any

    Returns any

Generated using TypeDoc