Php App Layer
Provides an OpsWorks PHP application 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.PhpAppLayer;
import com.pulumi.aws.opsworks.PhpAppLayerArgs;
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 app = new PhpAppLayer("app", PhpAppLayerArgs.builder()
.stackId(aws_opsworks_stack.main().id())
.build());
}
}
Content copied to clipboard
Import
OpsWorks PHP Application Layers can be imported using the id
, e.g.,
$ pulumi import aws:opsworks/phpAppLayer:PhpAppLayer bar 00000000-0000-0000-0000-000000000000
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