1. Packages
  2. Google Cloud Native
  3. API Docs
  4. apigee
  5. apigee/v1
  6. EnvgroupAttachment

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.apigee/v1.EnvgroupAttachment

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Creates a new attachment of an environment to an environment group.

    Create EnvgroupAttachment Resource

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

    Constructor syntax

    new EnvgroupAttachment(name: string, args: EnvgroupAttachmentArgs, opts?: CustomResourceOptions);
    @overload
    def EnvgroupAttachment(resource_name: str,
                           args: EnvgroupAttachmentArgs,
                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def EnvgroupAttachment(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           envgroup_id: Optional[str] = None,
                           environment: Optional[str] = None,
                           organization_id: Optional[str] = None,
                           name: Optional[str] = None)
    func NewEnvgroupAttachment(ctx *Context, name string, args EnvgroupAttachmentArgs, opts ...ResourceOption) (*EnvgroupAttachment, error)
    public EnvgroupAttachment(string name, EnvgroupAttachmentArgs args, CustomResourceOptions? opts = null)
    public EnvgroupAttachment(String name, EnvgroupAttachmentArgs args)
    public EnvgroupAttachment(String name, EnvgroupAttachmentArgs args, CustomResourceOptions options)
    
    type: google-native:apigee/v1:EnvgroupAttachment
    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 EnvgroupAttachmentArgs
    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 EnvgroupAttachmentArgs
    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 EnvgroupAttachmentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args EnvgroupAttachmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args EnvgroupAttachmentArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

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

    var envgroupAttachmentResource = new GoogleNative.Apigee.V1.EnvgroupAttachment("envgroupAttachmentResource", new()
    {
        EnvgroupId = "string",
        Environment = "string",
        OrganizationId = "string",
        Name = "string",
    });
    
    example, err := apigee.NewEnvgroupAttachment(ctx, "envgroupAttachmentResource", &apigee.EnvgroupAttachmentArgs{
    EnvgroupId: pulumi.String("string"),
    Environment: pulumi.String("string"),
    OrganizationId: pulumi.String("string"),
    Name: pulumi.String("string"),
    })
    
    var envgroupAttachmentResource = new EnvgroupAttachment("envgroupAttachmentResource", EnvgroupAttachmentArgs.builder()        
        .envgroupId("string")
        .environment("string")
        .organizationId("string")
        .name("string")
        .build());
    
    envgroup_attachment_resource = google_native.apigee.v1.EnvgroupAttachment("envgroupAttachmentResource",
        envgroup_id="string",
        environment="string",
        organization_id="string",
        name="string")
    
    const envgroupAttachmentResource = new google_native.apigee.v1.EnvgroupAttachment("envgroupAttachmentResource", {
        envgroupId: "string",
        environment: "string",
        organizationId: "string",
        name: "string",
    });
    
    type: google-native:apigee/v1:EnvgroupAttachment
    properties:
        envgroupId: string
        environment: string
        name: string
        organizationId: string
    

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

    EnvgroupId string
    Environment string
    ID of the attached environment.
    OrganizationId string
    Name string
    ID of the environment group attachment.
    EnvgroupId string
    Environment string
    ID of the attached environment.
    OrganizationId string
    Name string
    ID of the environment group attachment.
    envgroupId String
    environment String
    ID of the attached environment.
    organizationId String
    name String
    ID of the environment group attachment.
    envgroupId string
    environment string
    ID of the attached environment.
    organizationId string
    name string
    ID of the environment group attachment.
    envgroup_id str
    environment str
    ID of the attached environment.
    organization_id str
    name str
    ID of the environment group attachment.
    envgroupId String
    environment String
    ID of the attached environment.
    organizationId String
    name String
    ID of the environment group attachment.

    Outputs

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

    CreatedAt string
    The time at which the environment group attachment was created as milliseconds since epoch.
    EnvironmentGroupId string
    ID of the environment group.
    Id string
    The provider-assigned unique ID for this managed resource.
    CreatedAt string
    The time at which the environment group attachment was created as milliseconds since epoch.
    EnvironmentGroupId string
    ID of the environment group.
    Id string
    The provider-assigned unique ID for this managed resource.
    createdAt String
    The time at which the environment group attachment was created as milliseconds since epoch.
    environmentGroupId String
    ID of the environment group.
    id String
    The provider-assigned unique ID for this managed resource.
    createdAt string
    The time at which the environment group attachment was created as milliseconds since epoch.
    environmentGroupId string
    ID of the environment group.
    id string
    The provider-assigned unique ID for this managed resource.
    created_at str
    The time at which the environment group attachment was created as milliseconds since epoch.
    environment_group_id str
    ID of the environment group.
    id str
    The provider-assigned unique ID for this managed resource.
    createdAt String
    The time at which the environment group attachment was created as milliseconds since epoch.
    environmentGroupId String
    ID of the environment group.
    id String
    The provider-assigned unique ID for this managed resource.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi