Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.apigee/v1.EnvgroupAttachment
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
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.
Constructor 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:
- Envgroup
Id string - Environment string
- ID of the attached environment.
- Organization
Id string - Name string
- ID of the environment group attachment.
- Envgroup
Id string - Environment string
- ID of the attached environment.
- Organization
Id string - Name string
- ID of the environment group attachment.
- envgroup
Id String - environment String
- ID of the attached environment.
- organization
Id String - name String
- ID of the environment group attachment.
- envgroup
Id string - environment string
- ID of the attached environment.
- organization
Id 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.
- envgroup
Id String - environment String
- ID of the attached environment.
- organization
Id 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:
- Created
At string - The time at which the environment group attachment was created as milliseconds since epoch.
- Environment
Group stringId - ID of the environment group.
- Id string
- The provider-assigned unique ID for this managed resource.
- Created
At string - The time at which the environment group attachment was created as milliseconds since epoch.
- Environment
Group stringId - ID of the environment group.
- Id string
- The provider-assigned unique ID for this managed resource.
- created
At String - The time at which the environment group attachment was created as milliseconds since epoch.
- environment
Group StringId - ID of the environment group.
- id String
- The provider-assigned unique ID for this managed resource.
- created
At string - The time at which the environment group attachment was created as milliseconds since epoch.
- environment
Group stringId - 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_ strid - ID of the environment group.
- id str
- The provider-assigned unique ID for this managed resource.
- created
At String - The time at which the environment group attachment was created as milliseconds since epoch.
- environment
Group StringId - 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 Cloud Native is in preview. Google Cloud Classic is fully supported.