All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.alicloud.cen.inputs.GetFlowlogsArgs Maven / Gradle / Ivy

There is a newer version: 3.63.0-alpha.1727424957
Show newest version
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

package com.pulumi.alicloud.cen.inputs;

import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;


public final class GetFlowlogsArgs extends com.pulumi.resources.InvokeArgs {

    public static final GetFlowlogsArgs Empty = new GetFlowlogsArgs();

    /**
     * The ID of the CEN Instance.
     * 
     */
    @Import(name="cenId")
    private @Nullable Output cenId;

    /**
     * @return The ID of the CEN Instance.
     * 
     */
    public Optional> cenId() {
        return Optional.ofNullable(this.cenId);
    }

    /**
     * The description of flowlog.
     * 
     */
    @Import(name="description")
    private @Nullable Output description;

    /**
     * @return The description of flowlog.
     * 
     */
    public Optional> description() {
        return Optional.ofNullable(this.description);
    }

    /**
     * A list of CEN flow log IDs.
     * 
     */
    @Import(name="ids")
    private @Nullable Output> ids;

    /**
     * @return A list of CEN flow log IDs.
     * 
     */
    public Optional>> ids() {
        return Optional.ofNullable(this.ids);
    }

    /**
     * The name of the log store which is in the  `project_name` SLS project.
     * 
     */
    @Import(name="logStoreName")
    private @Nullable Output logStoreName;

    /**
     * @return The name of the log store which is in the  `project_name` SLS project.
     * 
     */
    public Optional> logStoreName() {
        return Optional.ofNullable(this.logStoreName);
    }

    /**
     * A regex string to filter CEN flow logs by name.
     * 
     */
    @Import(name="nameRegex")
    private @Nullable Output nameRegex;

    /**
     * @return A regex string to filter CEN flow logs by name.
     * 
     */
    public Optional> nameRegex() {
        return Optional.ofNullable(this.nameRegex);
    }

    /**
     * File name where to save data source results (after running `pulumi preview`).
     * 
     */
    @Import(name="outputFile")
    private @Nullable Output outputFile;

    /**
     * @return File name where to save data source results (after running `pulumi preview`).
     * 
     */
    public Optional> outputFile() {
        return Optional.ofNullable(this.outputFile);
    }

    /**
     * The name of the SLS project.
     * 
     */
    @Import(name="projectName")
    private @Nullable Output projectName;

    /**
     * @return The name of the SLS project.
     * 
     */
    public Optional> projectName() {
        return Optional.ofNullable(this.projectName);
    }

    /**
     * The status of flowlog. Valid values: ["Active", "Inactive"]. Default to "Active".
     * 
     */
    @Import(name="status")
    private @Nullable Output status;

    /**
     * @return The status of flowlog. Valid values: ["Active", "Inactive"]. Default to "Active".
     * 
     */
    public Optional> status() {
        return Optional.ofNullable(this.status);
    }

    private GetFlowlogsArgs() {}

    private GetFlowlogsArgs(GetFlowlogsArgs $) {
        this.cenId = $.cenId;
        this.description = $.description;
        this.ids = $.ids;
        this.logStoreName = $.logStoreName;
        this.nameRegex = $.nameRegex;
        this.outputFile = $.outputFile;
        this.projectName = $.projectName;
        this.status = $.status;
    }

    public static Builder builder() {
        return new Builder();
    }
    public static Builder builder(GetFlowlogsArgs defaults) {
        return new Builder(defaults);
    }

    public static final class Builder {
        private GetFlowlogsArgs $;

        public Builder() {
            $ = new GetFlowlogsArgs();
        }

        public Builder(GetFlowlogsArgs defaults) {
            $ = new GetFlowlogsArgs(Objects.requireNonNull(defaults));
        }

        /**
         * @param cenId The ID of the CEN Instance.
         * 
         * @return builder
         * 
         */
        public Builder cenId(@Nullable Output cenId) {
            $.cenId = cenId;
            return this;
        }

        /**
         * @param cenId The ID of the CEN Instance.
         * 
         * @return builder
         * 
         */
        public Builder cenId(String cenId) {
            return cenId(Output.of(cenId));
        }

        /**
         * @param description The description of flowlog.
         * 
         * @return builder
         * 
         */
        public Builder description(@Nullable Output description) {
            $.description = description;
            return this;
        }

        /**
         * @param description The description of flowlog.
         * 
         * @return builder
         * 
         */
        public Builder description(String description) {
            return description(Output.of(description));
        }

        /**
         * @param ids A list of CEN flow log IDs.
         * 
         * @return builder
         * 
         */
        public Builder ids(@Nullable Output> ids) {
            $.ids = ids;
            return this;
        }

        /**
         * @param ids A list of CEN flow log IDs.
         * 
         * @return builder
         * 
         */
        public Builder ids(List ids) {
            return ids(Output.of(ids));
        }

        /**
         * @param ids A list of CEN flow log IDs.
         * 
         * @return builder
         * 
         */
        public Builder ids(String... ids) {
            return ids(List.of(ids));
        }

        /**
         * @param logStoreName The name of the log store which is in the  `project_name` SLS project.
         * 
         * @return builder
         * 
         */
        public Builder logStoreName(@Nullable Output logStoreName) {
            $.logStoreName = logStoreName;
            return this;
        }

        /**
         * @param logStoreName The name of the log store which is in the  `project_name` SLS project.
         * 
         * @return builder
         * 
         */
        public Builder logStoreName(String logStoreName) {
            return logStoreName(Output.of(logStoreName));
        }

        /**
         * @param nameRegex A regex string to filter CEN flow logs by name.
         * 
         * @return builder
         * 
         */
        public Builder nameRegex(@Nullable Output nameRegex) {
            $.nameRegex = nameRegex;
            return this;
        }

        /**
         * @param nameRegex A regex string to filter CEN flow logs by name.
         * 
         * @return builder
         * 
         */
        public Builder nameRegex(String nameRegex) {
            return nameRegex(Output.of(nameRegex));
        }

        /**
         * @param outputFile File name where to save data source results (after running `pulumi preview`).
         * 
         * @return builder
         * 
         */
        public Builder outputFile(@Nullable Output outputFile) {
            $.outputFile = outputFile;
            return this;
        }

        /**
         * @param outputFile File name where to save data source results (after running `pulumi preview`).
         * 
         * @return builder
         * 
         */
        public Builder outputFile(String outputFile) {
            return outputFile(Output.of(outputFile));
        }

        /**
         * @param projectName The name of the SLS project.
         * 
         * @return builder
         * 
         */
        public Builder projectName(@Nullable Output projectName) {
            $.projectName = projectName;
            return this;
        }

        /**
         * @param projectName The name of the SLS project.
         * 
         * @return builder
         * 
         */
        public Builder projectName(String projectName) {
            return projectName(Output.of(projectName));
        }

        /**
         * @param status The status of flowlog. Valid values: ["Active", "Inactive"]. Default to "Active".
         * 
         * @return builder
         * 
         */
        public Builder status(@Nullable Output status) {
            $.status = status;
            return this;
        }

        /**
         * @param status The status of flowlog. Valid values: ["Active", "Inactive"]. Default to "Active".
         * 
         * @return builder
         * 
         */
        public Builder status(String status) {
            return status(Output.of(status));
        }

        public GetFlowlogsArgs build() {
            return $;
        }
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy