1. Packages
  2. Aiven
  3. API Docs
  4. InfluxdbUser
Aiven v6.13.0 published on Monday, Mar 25, 2024 by Pulumi

aiven.InfluxdbUser

Explore with Pulumi AI

aiven logo
Aiven v6.13.0 published on Monday, Mar 25, 2024 by Pulumi

    Create InfluxdbUser Resource

    new InfluxdbUser(name: string, args: InfluxdbUserArgs, opts?: CustomResourceOptions);
    @overload
    def InfluxdbUser(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     password: Optional[str] = None,
                     project: Optional[str] = None,
                     service_name: Optional[str] = None,
                     username: Optional[str] = None)
    @overload
    def InfluxdbUser(resource_name: str,
                     args: InfluxdbUserArgs,
                     opts: Optional[ResourceOptions] = None)
    func NewInfluxdbUser(ctx *Context, name string, args InfluxdbUserArgs, opts ...ResourceOption) (*InfluxdbUser, error)
    public InfluxdbUser(string name, InfluxdbUserArgs args, CustomResourceOptions? opts = null)
    public InfluxdbUser(String name, InfluxdbUserArgs args)
    public InfluxdbUser(String name, InfluxdbUserArgs args, CustomResourceOptions options)
    
    type: aiven:InfluxdbUser
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args InfluxdbUserArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args InfluxdbUserArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args InfluxdbUserArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args InfluxdbUserArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args InfluxdbUserArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    InfluxdbUser Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The InfluxdbUser resource accepts the following input properties:

    Project string
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    ServiceName string
    Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    Username string
    The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    Password string
    The password of the InfluxDB User.
    Project string
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    ServiceName string
    Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    Username string
    The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    Password string
    The password of the InfluxDB User.
    project String
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    serviceName String
    Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    username String
    The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    password String
    The password of the InfluxDB User.
    project string
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    serviceName string
    Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    username string
    The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    password string
    The password of the InfluxDB User.
    project str
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    service_name str
    Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    username str
    The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    password str
    The password of the InfluxDB User.
    project String
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    serviceName String
    Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    username String
    The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    password String
    The password of the InfluxDB User.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the InfluxdbUser resource produces the following output properties:

    AccessCert string
    Access certificate for the user if applicable for the service in question
    AccessKey string
    Access certificate key for the user if applicable for the service in question
    Id string
    The provider-assigned unique ID for this managed resource.
    Type string
    Type of the user account. Tells whether the user is the primary account or a regular account.
    AccessCert string
    Access certificate for the user if applicable for the service in question
    AccessKey string
    Access certificate key for the user if applicable for the service in question
    Id string
    The provider-assigned unique ID for this managed resource.
    Type string
    Type of the user account. Tells whether the user is the primary account or a regular account.
    accessCert String
    Access certificate for the user if applicable for the service in question
    accessKey String
    Access certificate key for the user if applicable for the service in question
    id String
    The provider-assigned unique ID for this managed resource.
    type String
    Type of the user account. Tells whether the user is the primary account or a regular account.
    accessCert string
    Access certificate for the user if applicable for the service in question
    accessKey string
    Access certificate key for the user if applicable for the service in question
    id string
    The provider-assigned unique ID for this managed resource.
    type string
    Type of the user account. Tells whether the user is the primary account or a regular account.
    access_cert str
    Access certificate for the user if applicable for the service in question
    access_key str
    Access certificate key for the user if applicable for the service in question
    id str
    The provider-assigned unique ID for this managed resource.
    type str
    Type of the user account. Tells whether the user is the primary account or a regular account.
    accessCert String
    Access certificate for the user if applicable for the service in question
    accessKey String
    Access certificate key for the user if applicable for the service in question
    id String
    The provider-assigned unique ID for this managed resource.
    type String
    Type of the user account. Tells whether the user is the primary account or a regular account.

    Look up Existing InfluxdbUser Resource

    Get an existing InfluxdbUser resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: InfluxdbUserState, opts?: CustomResourceOptions): InfluxdbUser
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            access_cert: Optional[str] = None,
            access_key: Optional[str] = None,
            password: Optional[str] = None,
            project: Optional[str] = None,
            service_name: Optional[str] = None,
            type: Optional[str] = None,
            username: Optional[str] = None) -> InfluxdbUser
    func GetInfluxdbUser(ctx *Context, name string, id IDInput, state *InfluxdbUserState, opts ...ResourceOption) (*InfluxdbUser, error)
    public static InfluxdbUser Get(string name, Input<string> id, InfluxdbUserState? state, CustomResourceOptions? opts = null)
    public static InfluxdbUser get(String name, Output<String> id, InfluxdbUserState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccessCert string
    Access certificate for the user if applicable for the service in question
    AccessKey string
    Access certificate key for the user if applicable for the service in question
    Password string
    The password of the InfluxDB User.
    Project string
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    ServiceName string
    Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    Type string
    Type of the user account. Tells whether the user is the primary account or a regular account.
    Username string
    The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    AccessCert string
    Access certificate for the user if applicable for the service in question
    AccessKey string
    Access certificate key for the user if applicable for the service in question
    Password string
    The password of the InfluxDB User.
    Project string
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    ServiceName string
    Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    Type string
    Type of the user account. Tells whether the user is the primary account or a regular account.
    Username string
    The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    accessCert String
    Access certificate for the user if applicable for the service in question
    accessKey String
    Access certificate key for the user if applicable for the service in question
    password String
    The password of the InfluxDB User.
    project String
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    serviceName String
    Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    type String
    Type of the user account. Tells whether the user is the primary account or a regular account.
    username String
    The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    accessCert string
    Access certificate for the user if applicable for the service in question
    accessKey string
    Access certificate key for the user if applicable for the service in question
    password string
    The password of the InfluxDB User.
    project string
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    serviceName string
    Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    type string
    Type of the user account. Tells whether the user is the primary account or a regular account.
    username string
    The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    access_cert str
    Access certificate for the user if applicable for the service in question
    access_key str
    Access certificate key for the user if applicable for the service in question
    password str
    The password of the InfluxDB User.
    project str
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    service_name str
    Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    type str
    Type of the user account. Tells whether the user is the primary account or a regular account.
    username str
    The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    accessCert String
    Access certificate for the user if applicable for the service in question
    accessKey String
    Access certificate key for the user if applicable for the service in question
    password String
    The password of the InfluxDB User.
    project String
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    serviceName String
    Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    type String
    Type of the user account. Tells whether the user is the primary account or a regular account.
    username String
    The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.

    Package Details

    Repository
    Aiven pulumi/pulumi-aiven
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the aiven Terraform Provider.
    aiven logo
    Aiven v6.13.0 published on Monday, Mar 25, 2024 by Pulumi