gcp.vertex.AiEndpointIamMember
Explore with Pulumi AI
Create AiEndpointIamMember Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AiEndpointIamMember(name: string, args: AiEndpointIamMemberArgs, opts?: CustomResourceOptions);
@overload
def AiEndpointIamMember(resource_name: str,
args: AiEndpointIamMemberArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AiEndpointIamMember(resource_name: str,
opts: Optional[ResourceOptions] = None,
endpoint: Optional[str] = None,
member: Optional[str] = None,
role: Optional[str] = None,
condition: Optional[AiEndpointIamMemberConditionArgs] = None,
location: Optional[str] = None,
project: Optional[str] = None)
func NewAiEndpointIamMember(ctx *Context, name string, args AiEndpointIamMemberArgs, opts ...ResourceOption) (*AiEndpointIamMember, error)
public AiEndpointIamMember(string name, AiEndpointIamMemberArgs args, CustomResourceOptions? opts = null)
public AiEndpointIamMember(String name, AiEndpointIamMemberArgs args)
public AiEndpointIamMember(String name, AiEndpointIamMemberArgs args, CustomResourceOptions options)
type: gcp:vertex:AiEndpointIamMember
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. AiEndpointIamMemberArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. AiEndpointIamMemberArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. AiEndpointIamMemberArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. AiEndpointIamMemberArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. AiEndpointIamMemberArgs - 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 aiEndpointIamMemberResource = new Gcp.Vertex.AiEndpointIamMember("aiEndpointIamMemberResource", new()
{
Endpoint = "string",
Member = "string",
Role = "string",
Condition = new Gcp.Vertex.Inputs.AiEndpointIamMemberConditionArgs
{
Expression = "string",
Title = "string",
Description = "string",
},
Location = "string",
Project = "string",
});
example, err := vertex.NewAiEndpointIamMember(ctx, "aiEndpointIamMemberResource", &vertex.AiEndpointIamMemberArgs{
Endpoint: pulumi.String("string"),
Member: pulumi.String("string"),
Role: pulumi.String("string"),
Condition: &vertex.AiEndpointIamMemberConditionArgs{
Expression: pulumi.String("string"),
Title: pulumi.String("string"),
Description: pulumi.String("string"),
},
Location: pulumi.String("string"),
Project: pulumi.String("string"),
})
var aiEndpointIamMemberResource = new AiEndpointIamMember("aiEndpointIamMemberResource", AiEndpointIamMemberArgs.builder()
.endpoint("string")
.member("string")
.role("string")
.condition(AiEndpointIamMemberConditionArgs.builder()
.expression("string")
.title("string")
.description("string")
.build())
.location("string")
.project("string")
.build());
ai_endpoint_iam_member_resource = gcp.vertex.AiEndpointIamMember("aiEndpointIamMemberResource",
endpoint="string",
member="string",
role="string",
condition={
"expression": "string",
"title": "string",
"description": "string",
},
location="string",
project="string")
const aiEndpointIamMemberResource = new gcp.vertex.AiEndpointIamMember("aiEndpointIamMemberResource", {
endpoint: "string",
member: "string",
role: "string",
condition: {
expression: "string",
title: "string",
description: "string",
},
location: "string",
project: "string",
});
type: gcp:vertex:AiEndpointIamMember
properties:
condition:
description: string
expression: string
title: string
endpoint: string
location: string
member: string
project: string
role: string
AiEndpointIamMember Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The AiEndpointIamMember resource accepts the following input properties:
- Endpoint
This property is required. Changes to this property will trigger replacement.
- Member
This property is required. Changes to this property will trigger replacement.
- Role
This property is required. Changes to this property will trigger replacement.
- Condition
Changes to this property will trigger replacement.
Endpoint Iam Member Condition - Location
Changes to this property will trigger replacement.
- Project
Changes to this property will trigger replacement.
- Endpoint
This property is required. Changes to this property will trigger replacement.
- Member
This property is required. Changes to this property will trigger replacement.
- Role
This property is required. Changes to this property will trigger replacement.
- Condition
Changes to this property will trigger replacement.
Endpoint Iam Member Condition Args - Location
Changes to this property will trigger replacement.
- Project
Changes to this property will trigger replacement.
- endpoint
This property is required. Changes to this property will trigger replacement.
- member
This property is required. Changes to this property will trigger replacement.
- role
This property is required. Changes to this property will trigger replacement.
- condition
Changes to this property will trigger replacement.
Endpoint Iam Member Condition - location
Changes to this property will trigger replacement.
- project
Changes to this property will trigger replacement.
- endpoint
This property is required. Changes to this property will trigger replacement.
- member
This property is required. Changes to this property will trigger replacement.
- role
This property is required. Changes to this property will trigger replacement.
- condition
Changes to this property will trigger replacement.
Endpoint Iam Member Condition - location
Changes to this property will trigger replacement.
- project
Changes to this property will trigger replacement.
- endpoint
This property is required. Changes to this property will trigger replacement.
- member
This property is required. Changes to this property will trigger replacement.
- role
This property is required. Changes to this property will trigger replacement.
- condition
Changes to this property will trigger replacement.
Endpoint Iam Member Condition Args - location
Changes to this property will trigger replacement.
- project
Changes to this property will trigger replacement.
- endpoint
This property is required. Changes to this property will trigger replacement.
- member
This property is required. Changes to this property will trigger replacement.
- role
This property is required. Changes to this property will trigger replacement.
- condition
Changes to this property will trigger replacement.
- location
Changes to this property will trigger replacement.
- project
Changes to this property will trigger replacement.
Outputs
All input properties are implicitly available as output properties. Additionally, the AiEndpointIamMember resource produces the following output properties:
Look up Existing AiEndpointIamMember Resource
Get an existing AiEndpointIamMember 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?: AiEndpointIamMemberState, opts?: CustomResourceOptions): AiEndpointIamMember
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
condition: Optional[AiEndpointIamMemberConditionArgs] = None,
endpoint: Optional[str] = None,
etag: Optional[str] = None,
location: Optional[str] = None,
member: Optional[str] = None,
project: Optional[str] = None,
role: Optional[str] = None) -> AiEndpointIamMember
func GetAiEndpointIamMember(ctx *Context, name string, id IDInput, state *AiEndpointIamMemberState, opts ...ResourceOption) (*AiEndpointIamMember, error)
public static AiEndpointIamMember Get(string name, Input<string> id, AiEndpointIamMemberState? state, CustomResourceOptions? opts = null)
public static AiEndpointIamMember get(String name, Output<String> id, AiEndpointIamMemberState state, CustomResourceOptions options)
resources: _: type: gcp:vertex:AiEndpointIamMember get: id: ${id}
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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.
- Condition
Changes to this property will trigger replacement.
Endpoint Iam Member Condition - Endpoint
Changes to this property will trigger replacement.
- Etag string
- Location
Changes to this property will trigger replacement.
- Member
Changes to this property will trigger replacement.
- Project
Changes to this property will trigger replacement.
- Role
Changes to this property will trigger replacement.
- Condition
Changes to this property will trigger replacement.
Endpoint Iam Member Condition Args - Endpoint
Changes to this property will trigger replacement.
- Etag string
- Location
Changes to this property will trigger replacement.
- Member
Changes to this property will trigger replacement.
- Project
Changes to this property will trigger replacement.
- Role
Changes to this property will trigger replacement.
- condition
Changes to this property will trigger replacement.
Endpoint Iam Member Condition - endpoint
Changes to this property will trigger replacement.
- etag String
- location
Changes to this property will trigger replacement.
- member
Changes to this property will trigger replacement.
- project
Changes to this property will trigger replacement.
- role
Changes to this property will trigger replacement.
- condition
Changes to this property will trigger replacement.
Endpoint Iam Member Condition - endpoint
Changes to this property will trigger replacement.
- etag string
- location
Changes to this property will trigger replacement.
- member
Changes to this property will trigger replacement.
- project
Changes to this property will trigger replacement.
- role
Changes to this property will trigger replacement.
- condition
Changes to this property will trigger replacement.
Endpoint Iam Member Condition Args - endpoint
Changes to this property will trigger replacement.
- etag str
- location
Changes to this property will trigger replacement.
- member
Changes to this property will trigger replacement.
- project
Changes to this property will trigger replacement.
- role
Changes to this property will trigger replacement.
- condition
Changes to this property will trigger replacement.
- endpoint
Changes to this property will trigger replacement.
- etag String
- location
Changes to this property will trigger replacement.
- member
Changes to this property will trigger replacement.
- project
Changes to this property will trigger replacement.
- role
Changes to this property will trigger replacement.
Supporting Types
AiEndpointIamMemberCondition, AiEndpointIamMemberConditionArgs
- Expression
This property is required. Changes to this property will trigger replacement.
- Title
This property is required. Changes to this property will trigger replacement.
- Description
Changes to this property will trigger replacement.
- Expression
This property is required. Changes to this property will trigger replacement.
- Title
This property is required. Changes to this property will trigger replacement.
- Description
Changes to this property will trigger replacement.
- expression
This property is required. Changes to this property will trigger replacement.
- title
This property is required. Changes to this property will trigger replacement.
- description
Changes to this property will trigger replacement.
- expression
This property is required. Changes to this property will trigger replacement.
- title
This property is required. Changes to this property will trigger replacement.
- description
Changes to this property will trigger replacement.
- expression
This property is required. Changes to this property will trigger replacement.
- title
This property is required. Changes to this property will trigger replacement.
- description
Changes to this property will trigger replacement.
- expression
This property is required. Changes to this property will trigger replacement.
- title
This property is required. Changes to this property will trigger replacement.
- description
Changes to this property will trigger replacement.
Package Details
- Repository
- Google Cloud (GCP) Classic pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-beta
Terraform Provider.