Control Plane v0.0.27 published on Saturday, May 25, 2024 by pulumiverse
cpln.AuditContext
Explore with Pulumi AI
Create AuditContext Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AuditContext(name: string, args?: AuditContextArgs, opts?: CustomResourceOptions);
@overload
def AuditContext(resource_name: str,
args: Optional[AuditContextArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def AuditContext(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)
func NewAuditContext(ctx *Context, name string, args *AuditContextArgs, opts ...ResourceOption) (*AuditContext, error)
public AuditContext(string name, AuditContextArgs? args = null, CustomResourceOptions? opts = null)
public AuditContext(String name, AuditContextArgs args)
public AuditContext(String name, AuditContextArgs args, CustomResourceOptions options)
type: cpln:AuditContext
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 AuditContextArgs
- 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 AuditContextArgs
- 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 AuditContextArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AuditContextArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AuditContextArgs
- 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 auditContextResource = new Cpln.AuditContext("auditContextResource", new()
{
Description = "string",
Name = "string",
Tags =
{
{ "string", "string" },
},
});
example, err := cpln.NewAuditContext(ctx, "auditContextResource", &cpln.AuditContextArgs{
Description: pulumi.String("string"),
Name: pulumi.String("string"),
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var auditContextResource = new AuditContext("auditContextResource", AuditContextArgs.builder()
.description("string")
.name("string")
.tags(Map.of("string", "string"))
.build());
audit_context_resource = cpln.AuditContext("auditContextResource",
description="string",
name="string",
tags={
"string": "string",
})
const auditContextResource = new cpln.AuditContext("auditContextResource", {
description: "string",
name: "string",
tags: {
string: "string",
},
});
type: cpln:AuditContext
properties:
description: string
name: string
tags:
string: string
AuditContext 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 AuditContext resource accepts the following input properties:
- Description string
- Description of the Audit Context.
- Name string
- Name of the Audit Context.
- Dictionary<string, string>
- Key-value map of resource tags.
- Description string
- Description of the Audit Context.
- Name string
- Name of the Audit Context.
- map[string]string
- Key-value map of resource tags.
- description String
- Description of the Audit Context.
- name String
- Name of the Audit Context.
- Map<String,String>
- Key-value map of resource tags.
- description string
- Description of the Audit Context.
- name string
- Name of the Audit Context.
- {[key: string]: string}
- Key-value map of resource tags.
- description str
- Description of the Audit Context.
- name str
- Name of the Audit Context.
- Mapping[str, str]
- Key-value map of resource tags.
- description String
- Description of the Audit Context.
- name String
- Name of the Audit Context.
- Map<String>
- Key-value map of resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the AuditContext resource produces the following output properties:
Look up Existing AuditContext Resource
Get an existing AuditContext 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?: AuditContextState, opts?: CustomResourceOptions): AuditContext
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
cpln_id: Optional[str] = None,
description: Optional[str] = None,
name: Optional[str] = None,
self_link: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None) -> AuditContext
func GetAuditContext(ctx *Context, name string, id IDInput, state *AuditContextState, opts ...ResourceOption) (*AuditContext, error)
public static AuditContext Get(string name, Input<string> id, AuditContextState? state, CustomResourceOptions? opts = null)
public static AuditContext get(String name, Output<String> id, AuditContextState 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.
- Cpln
Id string - The ID, in GUID format, of the Audit Context.
- Description string
- Description of the Audit Context.
- Name string
- Name of the Audit Context.
- Self
Link string - Full link to this resource. Can be referenced by other resources.
- Dictionary<string, string>
- Key-value map of resource tags.
- Cpln
Id string - The ID, in GUID format, of the Audit Context.
- Description string
- Description of the Audit Context.
- Name string
- Name of the Audit Context.
- Self
Link string - Full link to this resource. Can be referenced by other resources.
- map[string]string
- Key-value map of resource tags.
- cpln
Id String - The ID, in GUID format, of the Audit Context.
- description String
- Description of the Audit Context.
- name String
- Name of the Audit Context.
- self
Link String - Full link to this resource. Can be referenced by other resources.
- Map<String,String>
- Key-value map of resource tags.
- cpln
Id string - The ID, in GUID format, of the Audit Context.
- description string
- Description of the Audit Context.
- name string
- Name of the Audit Context.
- self
Link string - Full link to this resource. Can be referenced by other resources.
- {[key: string]: string}
- Key-value map of resource tags.
- cpln_
id str - The ID, in GUID format, of the Audit Context.
- description str
- Description of the Audit Context.
- name str
- Name of the Audit Context.
- self_
link str - Full link to this resource. Can be referenced by other resources.
- Mapping[str, str]
- Key-value map of resource tags.
- cpln
Id String - The ID, in GUID format, of the Audit Context.
- description String
- Description of the Audit Context.
- name String
- Name of the Audit Context.
- self
Link String - Full link to this resource. Can be referenced by other resources.
- Map<String>
- Key-value map of resource tags.
Package Details
- Repository
- cpln pulumiverse/pulumi-cpln
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cpln
Terraform Provider.