Ganglia Layer
Provides an OpsWorks Ganglia layer resource.
Example Usage
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.opsworks.GangliaLayer;
import com.pulumi.aws.opsworks.GangliaLayerArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var monitor = new GangliaLayer("monitor", GangliaLayerArgs.builder()
.stackId(aws_opsworks_stack.main().id())
.password("foobarbaz")
.build());
}
}
Content copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard