Google Cloud Classic v7.29.0 published on Wednesday, Jun 26, 2024 by Pulumi
gcp.clouddeploy.DeliveryPipelineIamPolicy
Explore with Pulumi AI
Create DeliveryPipelineIamPolicy Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DeliveryPipelineIamPolicy(name: string, args: DeliveryPipelineIamPolicyArgs, opts?: CustomResourceOptions);
@overload
def DeliveryPipelineIamPolicy(resource_name: str,
args: DeliveryPipelineIamPolicyArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DeliveryPipelineIamPolicy(resource_name: str,
opts: Optional[ResourceOptions] = None,
policy_data: Optional[str] = None,
location: Optional[str] = None,
name: Optional[str] = None,
project: Optional[str] = None)
func NewDeliveryPipelineIamPolicy(ctx *Context, name string, args DeliveryPipelineIamPolicyArgs, opts ...ResourceOption) (*DeliveryPipelineIamPolicy, error)
public DeliveryPipelineIamPolicy(string name, DeliveryPipelineIamPolicyArgs args, CustomResourceOptions? opts = null)
public DeliveryPipelineIamPolicy(String name, DeliveryPipelineIamPolicyArgs args)
public DeliveryPipelineIamPolicy(String name, DeliveryPipelineIamPolicyArgs args, CustomResourceOptions options)
type: gcp:clouddeploy:DeliveryPipelineIamPolicy
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 DeliveryPipelineIamPolicyArgs
- 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 DeliveryPipelineIamPolicyArgs
- 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 DeliveryPipelineIamPolicyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DeliveryPipelineIamPolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DeliveryPipelineIamPolicyArgs
- 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 deliveryPipelineIamPolicyResource = new Gcp.CloudDeploy.DeliveryPipelineIamPolicy("deliveryPipelineIamPolicyResource", new()
{
PolicyData = "string",
Location = "string",
Name = "string",
Project = "string",
});
example, err := clouddeploy.NewDeliveryPipelineIamPolicy(ctx, "deliveryPipelineIamPolicyResource", &clouddeploy.DeliveryPipelineIamPolicyArgs{
PolicyData: pulumi.String("string"),
Location: pulumi.String("string"),
Name: pulumi.String("string"),
Project: pulumi.String("string"),
})
var deliveryPipelineIamPolicyResource = new DeliveryPipelineIamPolicy("deliveryPipelineIamPolicyResource", DeliveryPipelineIamPolicyArgs.builder()
.policyData("string")
.location("string")
.name("string")
.project("string")
.build());
delivery_pipeline_iam_policy_resource = gcp.clouddeploy.DeliveryPipelineIamPolicy("deliveryPipelineIamPolicyResource",
policy_data="string",
location="string",
name="string",
project="string")
const deliveryPipelineIamPolicyResource = new gcp.clouddeploy.DeliveryPipelineIamPolicy("deliveryPipelineIamPolicyResource", {
policyData: "string",
location: "string",
name: "string",
project: "string",
});
type: gcp:clouddeploy:DeliveryPipelineIamPolicy
properties:
location: string
name: string
policyData: string
project: string
DeliveryPipelineIamPolicy 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 DeliveryPipelineIamPolicy resource accepts the following input properties:
- Policy
Data string - Location string
- Name string
- Project string
- Policy
Data string - Location string
- Name string
- Project string
- policy
Data String - location String
- name String
- project String
- policy
Data string - location string
- name string
- project string
- policy_
data str - location str
- name str
- project str
- policy
Data String - location String
- name String
- project String
Outputs
All input properties are implicitly available as output properties. Additionally, the DeliveryPipelineIamPolicy resource produces the following output properties:
Look up Existing DeliveryPipelineIamPolicy Resource
Get an existing DeliveryPipelineIamPolicy 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?: DeliveryPipelineIamPolicyState, opts?: CustomResourceOptions): DeliveryPipelineIamPolicy
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
etag: Optional[str] = None,
location: Optional[str] = None,
name: Optional[str] = None,
policy_data: Optional[str] = None,
project: Optional[str] = None) -> DeliveryPipelineIamPolicy
func GetDeliveryPipelineIamPolicy(ctx *Context, name string, id IDInput, state *DeliveryPipelineIamPolicyState, opts ...ResourceOption) (*DeliveryPipelineIamPolicy, error)
public static DeliveryPipelineIamPolicy Get(string name, Input<string> id, DeliveryPipelineIamPolicyState? state, CustomResourceOptions? opts = null)
public static DeliveryPipelineIamPolicy get(String name, Output<String> id, DeliveryPipelineIamPolicyState 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.
- Etag string
- Location string
- Name string
- Policy
Data string - Project string
- Etag string
- Location string
- Name string
- Policy
Data string - Project string
- etag String
- location String
- name String
- policy
Data String - project String
- etag string
- location string
- name string
- policy
Data string - project string
- etag str
- location str
- name str
- policy_
data str - project str
- etag String
- location String
- name String
- policy
Data String - project String
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.