Smartag Flow Log
Provides a Smartag Flow Log resource. For information about Smartag Flow Log and how to use it, see What is Flow Log.
NOTE: Available in v1.168.0+.
Example Usage
Basic Usage
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.alicloud.sag.SmartagFlowLog;
import com.pulumi.alicloud.sag.SmartagFlowLogArgs;
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 example = new SmartagFlowLog("example", SmartagFlowLogArgs.builder()
.flowLogName("example_value")
.logstoreName("example_value")
.netflowServerIp("example_value")
.netflowServerPort(1)
.outputType("all")
.projectName("example_value")
.slsRegionId("example_value")
.build());
}
}
Content copied to clipboard
Import
Smartag Flow Log can be imported using the id, e.g.
$ pulumi import alicloud:sag/smartagFlowLog:SmartagFlowLog example <id>
Content copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard