1. Packages
  2. Volcengine
  3. API Docs
  4. private_zone
  5. UserVpcAuthorization
Volcengine v0.0.26 published on Friday, Sep 13, 2024 by Volcengine

volcengine.private_zone.UserVpcAuthorization

Explore with Pulumi AI

volcengine logo
Volcengine v0.0.26 published on Friday, Sep 13, 2024 by Volcengine

    Provides a resource to manage private zone user vpc authorization

    Example Usage

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Volcengine = Pulumi.Volcengine;
    
    return await Deployment.RunAsync(() => 
    {
        var foo = new Volcengine.Private_zone.UserVpcAuthorization("foo", new()
        {
            AccountId = "2100278462",
        });
    
    });
    
    package main
    
    import (
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    	"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/private_zone"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := private_zone.NewUserVpcAuthorization(ctx, "foo", &private_zone.UserVpcAuthorizationArgs{
    			AccountId: pulumi.String("2100278462"),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.volcengine.private_zone.UserVpcAuthorization;
    import com.pulumi.volcengine.private_zone.UserVpcAuthorizationArgs;
    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 foo = new UserVpcAuthorization("foo", UserVpcAuthorizationArgs.builder()        
                .accountId("2100278462")
                .build());
    
        }
    }
    
    import pulumi
    import pulumi_volcengine as volcengine
    
    foo = volcengine.private_zone.UserVpcAuthorization("foo", account_id="2100278462")
    
    import * as pulumi from "@pulumi/pulumi";
    import * as volcengine from "@volcengine/pulumi";
    
    const foo = new volcengine.private_zone.UserVpcAuthorization("foo", {accountId: "2100278462"});
    
    resources:
      foo:
        type: volcengine:private_zone:UserVpcAuthorization
        properties:
          accountId: '2100278462'
    

    Create UserVpcAuthorization Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new UserVpcAuthorization(name: string, args: UserVpcAuthorizationArgs, opts?: CustomResourceOptions);
    @overload
    def UserVpcAuthorization(resource_name: str,
                             args: UserVpcAuthorizationArgs,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def UserVpcAuthorization(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             account_id: Optional[str] = None)
    func NewUserVpcAuthorization(ctx *Context, name string, args UserVpcAuthorizationArgs, opts ...ResourceOption) (*UserVpcAuthorization, error)
    public UserVpcAuthorization(string name, UserVpcAuthorizationArgs args, CustomResourceOptions? opts = null)
    public UserVpcAuthorization(String name, UserVpcAuthorizationArgs args)
    public UserVpcAuthorization(String name, UserVpcAuthorizationArgs args, CustomResourceOptions options)
    
    type: volcengine:private_zone:UserVpcAuthorization
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args UserVpcAuthorizationArgs
    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 UserVpcAuthorizationArgs
    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 UserVpcAuthorizationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args UserVpcAuthorizationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args UserVpcAuthorizationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var userVpcAuthorizationResource = new Volcengine.Private_zone.UserVpcAuthorization("userVpcAuthorizationResource", new()
    {
        AccountId = "string",
    });
    
    example, err := private_zone.NewUserVpcAuthorization(ctx, "userVpcAuthorizationResource", &private_zone.UserVpcAuthorizationArgs{
    	AccountId: pulumi.String("string"),
    })
    
    var userVpcAuthorizationResource = new UserVpcAuthorization("userVpcAuthorizationResource", UserVpcAuthorizationArgs.builder()
        .accountId("string")
        .build());
    
    user_vpc_authorization_resource = volcengine.private_zone.UserVpcAuthorization("userVpcAuthorizationResource", account_id="string")
    
    const userVpcAuthorizationResource = new volcengine.private_zone.UserVpcAuthorization("userVpcAuthorizationResource", {accountId: "string"});
    
    type: volcengine:private_zone:UserVpcAuthorization
    properties:
        accountId: string
    

    UserVpcAuthorization 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 UserVpcAuthorization resource accepts the following input properties:

    AccountId string
    The account Id which authorizes the private zone resource.
    AccountId string
    The account Id which authorizes the private zone resource.
    accountId String
    The account Id which authorizes the private zone resource.
    accountId string
    The account Id which authorizes the private zone resource.
    account_id str
    The account Id which authorizes the private zone resource.
    accountId String
    The account Id which authorizes the private zone resource.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing UserVpcAuthorization Resource

    Get an existing UserVpcAuthorization 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?: UserVpcAuthorizationState, opts?: CustomResourceOptions): UserVpcAuthorization
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_id: Optional[str] = None) -> UserVpcAuthorization
    func GetUserVpcAuthorization(ctx *Context, name string, id IDInput, state *UserVpcAuthorizationState, opts ...ResourceOption) (*UserVpcAuthorization, error)
    public static UserVpcAuthorization Get(string name, Input<string> id, UserVpcAuthorizationState? state, CustomResourceOptions? opts = null)
    public static UserVpcAuthorization get(String name, Output<String> id, UserVpcAuthorizationState 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:
    AccountId string
    The account Id which authorizes the private zone resource.
    AccountId string
    The account Id which authorizes the private zone resource.
    accountId String
    The account Id which authorizes the private zone resource.
    accountId string
    The account Id which authorizes the private zone resource.
    account_id str
    The account Id which authorizes the private zone resource.
    accountId String
    The account Id which authorizes the private zone resource.

    Import

    PrivateZoneUserVpcAuthorization can be imported using the id, e.g.

     $ pulumi import volcengine:private_zone/userVpcAuthorization:UserVpcAuthorization default resource_id
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    volcengine volcengine/pulumi-volcengine
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the volcengine Terraform Provider.
    volcengine logo
    Volcengine v0.0.26 published on Friday, Sep 13, 2024 by Volcengine