1. Packages
  2. Aiven
  3. API Docs
  4. GcpPrivatelink
Aiven v6.6.1 published on Monday, Aug 28, 2023 by Pulumi

aiven.GcpPrivatelink

Explore with Pulumi AI

aiven logo
Aiven v6.6.1 published on Monday, Aug 28, 2023 by Pulumi

    Create GcpPrivatelink Resource

    new GcpPrivatelink(name: string, args: GcpPrivatelinkArgs, opts?: CustomResourceOptions);
    @overload
    def GcpPrivatelink(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       project: Optional[str] = None,
                       service_name: Optional[str] = None)
    @overload
    def GcpPrivatelink(resource_name: str,
                       args: GcpPrivatelinkArgs,
                       opts: Optional[ResourceOptions] = None)
    func NewGcpPrivatelink(ctx *Context, name string, args GcpPrivatelinkArgs, opts ...ResourceOption) (*GcpPrivatelink, error)
    public GcpPrivatelink(string name, GcpPrivatelinkArgs args, CustomResourceOptions? opts = null)
    public GcpPrivatelink(String name, GcpPrivatelinkArgs args)
    public GcpPrivatelink(String name, GcpPrivatelinkArgs args, CustomResourceOptions options)
    
    type: aiven:GcpPrivatelink
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args GcpPrivatelinkArgs
    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 GcpPrivatelinkArgs
    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 GcpPrivatelinkArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GcpPrivatelinkArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GcpPrivatelinkArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    GcpPrivatelink 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 GcpPrivatelink 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. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.

    Project string

    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.

    project String

    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.

    project string

    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.

    project str

    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.

    project String

    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.

    Outputs

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

    GoogleServiceAttachment string

    Privatelink resource Google Service Attachment

    Id string

    The provider-assigned unique ID for this managed resource.

    Message string

    Printable result of the GCP Privatelink request

    State string

    Privatelink resource state

    GoogleServiceAttachment string

    Privatelink resource Google Service Attachment

    Id string

    The provider-assigned unique ID for this managed resource.

    Message string

    Printable result of the GCP Privatelink request

    State string

    Privatelink resource state

    googleServiceAttachment String

    Privatelink resource Google Service Attachment

    id String

    The provider-assigned unique ID for this managed resource.

    message String

    Printable result of the GCP Privatelink request

    state String

    Privatelink resource state

    googleServiceAttachment string

    Privatelink resource Google Service Attachment

    id string

    The provider-assigned unique ID for this managed resource.

    message string

    Printable result of the GCP Privatelink request

    state string

    Privatelink resource state

    google_service_attachment str

    Privatelink resource Google Service Attachment

    id str

    The provider-assigned unique ID for this managed resource.

    message str

    Printable result of the GCP Privatelink request

    state str

    Privatelink resource state

    googleServiceAttachment String

    Privatelink resource Google Service Attachment

    id String

    The provider-assigned unique ID for this managed resource.

    message String

    Printable result of the GCP Privatelink request

    state String

    Privatelink resource state

    Look up Existing GcpPrivatelink Resource

    Get an existing GcpPrivatelink 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?: GcpPrivatelinkState, opts?: CustomResourceOptions): GcpPrivatelink
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            google_service_attachment: Optional[str] = None,
            message: Optional[str] = None,
            project: Optional[str] = None,
            service_name: Optional[str] = None,
            state: Optional[str] = None) -> GcpPrivatelink
    func GetGcpPrivatelink(ctx *Context, name string, id IDInput, state *GcpPrivatelinkState, opts ...ResourceOption) (*GcpPrivatelink, error)
    public static GcpPrivatelink Get(string name, Input<string> id, GcpPrivatelinkState? state, CustomResourceOptions? opts = null)
    public static GcpPrivatelink get(String name, Output<String> id, GcpPrivatelinkState 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:
    GoogleServiceAttachment string

    Privatelink resource Google Service Attachment

    Message string

    Printable result of the GCP Privatelink request

    Project string

    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.

    State string

    Privatelink resource state

    GoogleServiceAttachment string

    Privatelink resource Google Service Attachment

    Message string

    Printable result of the GCP Privatelink request

    Project string

    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.

    State string

    Privatelink resource state

    googleServiceAttachment String

    Privatelink resource Google Service Attachment

    message String

    Printable result of the GCP Privatelink request

    project String

    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.

    state String

    Privatelink resource state

    googleServiceAttachment string

    Privatelink resource Google Service Attachment

    message string

    Printable result of the GCP Privatelink request

    project string

    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.

    state string

    Privatelink resource state

    google_service_attachment str

    Privatelink resource Google Service Attachment

    message str

    Printable result of the GCP Privatelink request

    project str

    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.

    state str

    Privatelink resource state

    googleServiceAttachment String

    Privatelink resource Google Service Attachment

    message String

    Printable result of the GCP Privatelink request

    project String

    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so 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. This property cannot be changed, doing so forces recreation of the resource.

    state String

    Privatelink resource state

    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.6.1 published on Monday, Aug 28, 2023 by Pulumi