Package com.pulumi.aws.opsworks.inputs
Class GangliaLayerState
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.opsworks.inputs.GangliaLayerState
-
public final class GangliaLayerState extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GangliaLayerState.Builder
-
Field Summary
Fields Modifier and Type Field Description static GangliaLayerState
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.lang.String>>
arn()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
autoAssignElasticIps()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
autoAssignPublicIps()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
autoHealing()
static GangliaLayerState.Builder
builder()
static GangliaLayerState.Builder
builder(GangliaLayerState defaults)
java.util.Optional<com.pulumi.core.Output<GangliaLayerCloudwatchConfigurationArgs>>
cloudwatchConfiguration()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
customConfigureRecipes()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
customDeployRecipes()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
customInstanceProfileArn()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
customJson()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
customSecurityGroupIds()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
customSetupRecipes()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
customShutdownRecipes()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
customUndeployRecipes()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
drainElbOnShutdown()
java.util.Optional<com.pulumi.core.Output<java.util.List<GangliaLayerEbsVolumeArgs>>>
ebsVolumes()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
elasticLoadBalancer()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
installUpdatesOnBoot()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
instanceShutdownTimeout()
java.util.Optional<com.pulumi.core.Output<GangliaLayerLoadBasedAutoScalingArgs>>
loadBasedAutoScaling()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
password()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
stackId()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
systemPackages()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tagsAll()
Deprecated.Please use `tags` instead.java.util.Optional<com.pulumi.core.Output<java.lang.String>>
url()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
useEbsOptimizedInstances()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
username()
-
-
-
Field Detail
-
Empty
public static final GangliaLayerState Empty
-
-
Method Detail
-
arn
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
- Returns:
- The Amazon Resource Name(ARN) of the layer.
-
autoAssignElasticIps
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> autoAssignElasticIps()
- Returns:
- Whether to automatically assign an elastic IP address to the layer's instances.
-
autoAssignPublicIps
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> autoAssignPublicIps()
- Returns:
- For stacks belonging to a VPC, whether to automatically assign a public IP address to each of the layer's instances.
-
autoHealing
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> autoHealing()
- Returns:
- Whether to enable auto-healing for the layer.
-
cloudwatchConfiguration
public java.util.Optional<com.pulumi.core.Output<GangliaLayerCloudwatchConfigurationArgs>> cloudwatchConfiguration()
-
customConfigureRecipes
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> customConfigureRecipes()
-
customDeployRecipes
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> customDeployRecipes()
-
customInstanceProfileArn
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> customInstanceProfileArn()
- Returns:
- The ARN of an IAM profile that will be used for the layer's instances.
-
customJson
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> customJson()
- Returns:
- Custom JSON attributes to apply to the layer.
-
customSecurityGroupIds
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> customSecurityGroupIds()
- Returns:
- Ids for a set of security groups to apply to the layer's instances.
-
customSetupRecipes
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> customSetupRecipes()
-
customShutdownRecipes
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> customShutdownRecipes()
-
customUndeployRecipes
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> customUndeployRecipes()
-
drainElbOnShutdown
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> drainElbOnShutdown()
- Returns:
- Whether to enable Elastic Load Balancing connection draining.
-
ebsVolumes
public java.util.Optional<com.pulumi.core.Output<java.util.List<GangliaLayerEbsVolumeArgs>>> ebsVolumes()
- Returns:
- `ebs_volume` blocks, as described below, will each create an EBS volume and connect it to the layer's instances.
-
elasticLoadBalancer
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> elasticLoadBalancer()
- Returns:
- Name of an Elastic Load Balancer to attach to this layer
-
installUpdatesOnBoot
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> installUpdatesOnBoot()
- Returns:
- Whether to install OS and package updates on each instance when it boots.
-
instanceShutdownTimeout
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> instanceShutdownTimeout()
- Returns:
- The time, in seconds, that OpsWorks will wait for Chef to complete after triggering the Shutdown event.
-
loadBasedAutoScaling
public java.util.Optional<com.pulumi.core.Output<GangliaLayerLoadBasedAutoScalingArgs>> loadBasedAutoScaling()
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- A human-readable name for the layer.
-
password
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> password()
- Returns:
- The password to use for Ganglia.
-
stackId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> stackId()
- Returns:
- ID of the stack the layer will belong to.
-
systemPackages
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> systemPackages()
- Returns:
- Names of a set of system packages to install on the layer's instances.
-
tags
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. The following extra optional arguments, all lists of Chef recipe names, allow custom Chef recipes to be applied to layer instances at the five different lifecycle events, if custom cookbooks are enabled on the layer's stack:
-
tagsAll
@Deprecated public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tagsAll()
Deprecated.Please use `tags` instead.- Returns:
- A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
-
url
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> url()
- Returns:
- The URL path to use for Ganglia. Defaults to "/ganglia".
-
useEbsOptimizedInstances
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> useEbsOptimizedInstances()
- Returns:
- Whether to use EBS-optimized instances.
-
username
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> username()
- Returns:
- The username to use for Ganglia. Defaults to "opsworks".
-
builder
public static GangliaLayerState.Builder builder()
-
builder
public static GangliaLayerState.Builder builder(GangliaLayerState defaults)
-
-