1. Packages
  2. Dynatrace
  3. API Docs
  4. IamPolicy
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

dynatrace.IamPolicy

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

    Create IamPolicy Resource

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

    Constructor syntax

    new IamPolicy(name: string, args: IamPolicyArgs, opts?: CustomResourceOptions);
    @overload
    def IamPolicy(resource_name: str,
                  args: IamPolicyArgs,
                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def IamPolicy(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  statement_query: Optional[str] = None,
                  account: Optional[str] = None,
                  description: Optional[str] = None,
                  environment: Optional[str] = None,
                  name: Optional[str] = None,
                  tags: Optional[Sequence[str]] = None)
    func NewIamPolicy(ctx *Context, name string, args IamPolicyArgs, opts ...ResourceOption) (*IamPolicy, error)
    public IamPolicy(string name, IamPolicyArgs args, CustomResourceOptions? opts = null)
    public IamPolicy(String name, IamPolicyArgs args)
    public IamPolicy(String name, IamPolicyArgs args, CustomResourceOptions options)
    
    type: dynatrace:IamPolicy
    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 IamPolicyArgs
    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 IamPolicyArgs
    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 IamPolicyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args IamPolicyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args IamPolicyArgs
    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 iamPolicyResource = new Dynatrace.IamPolicy("iamPolicyResource", new()
    {
        StatementQuery = "string",
        Account = "string",
        Description = "string",
        Environment = "string",
        Name = "string",
        Tags = new[]
        {
            "string",
        },
    });
    
    example, err := dynatrace.NewIamPolicy(ctx, "iamPolicyResource", &dynatrace.IamPolicyArgs{
    	StatementQuery: pulumi.String("string"),
    	Account:        pulumi.String("string"),
    	Description:    pulumi.String("string"),
    	Environment:    pulumi.String("string"),
    	Name:           pulumi.String("string"),
    	Tags: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    })
    
    var iamPolicyResource = new IamPolicy("iamPolicyResource", IamPolicyArgs.builder()        
        .statementQuery("string")
        .account("string")
        .description("string")
        .environment("string")
        .name("string")
        .tags("string")
        .build());
    
    iam_policy_resource = dynatrace.IamPolicy("iamPolicyResource",
        statement_query="string",
        account="string",
        description="string",
        environment="string",
        name="string",
        tags=["string"])
    
    const iamPolicyResource = new dynatrace.IamPolicy("iamPolicyResource", {
        statementQuery: "string",
        account: "string",
        description: "string",
        environment: "string",
        name: "string",
        tags: ["string"],
    });
    
    type: dynatrace:IamPolicy
    properties:
        account: string
        description: string
        environment: string
        name: string
        statementQuery: string
        tags:
            - string
    

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

    StatementQuery string
    The Statement Query of the policy
    Account string
    The UUID of the account (urn:dtaccount:<account-uuid>) in case the policy should be applied to all environments of this account. The prefix urn:dtaccount: MUST be omitted here.
    Description string
    An optional description text for the policy
    Environment string
    The ID of the environment (https://\n\n.live.dynatrace.com) if the policy should be applied to a specific environment
    Name string
    The name of the policy
    Tags List<string>
    Tags for this policy
    StatementQuery string
    The Statement Query of the policy
    Account string
    The UUID of the account (urn:dtaccount:<account-uuid>) in case the policy should be applied to all environments of this account. The prefix urn:dtaccount: MUST be omitted here.
    Description string
    An optional description text for the policy
    Environment string
    The ID of the environment (https://\n\n.live.dynatrace.com) if the policy should be applied to a specific environment
    Name string
    The name of the policy
    Tags []string
    Tags for this policy
    statementQuery String
    The Statement Query of the policy
    account String
    The UUID of the account (urn:dtaccount:<account-uuid>) in case the policy should be applied to all environments of this account. The prefix urn:dtaccount: MUST be omitted here.
    description String
    An optional description text for the policy
    environment String
    The ID of the environment (https://\n\n.live.dynatrace.com) if the policy should be applied to a specific environment
    name String
    The name of the policy
    tags List<String>
    Tags for this policy
    statementQuery string
    The Statement Query of the policy
    account string
    The UUID of the account (urn:dtaccount:<account-uuid>) in case the policy should be applied to all environments of this account. The prefix urn:dtaccount: MUST be omitted here.
    description string
    An optional description text for the policy
    environment string
    The ID of the environment (https://\n\n.live.dynatrace.com) if the policy should be applied to a specific environment
    name string
    The name of the policy
    tags string[]
    Tags for this policy
    statement_query str
    The Statement Query of the policy
    account str
    The UUID of the account (urn:dtaccount:<account-uuid>) in case the policy should be applied to all environments of this account. The prefix urn:dtaccount: MUST be omitted here.
    description str
    An optional description text for the policy
    environment str
    The ID of the environment (https://\n\n.live.dynatrace.com) if the policy should be applied to a specific environment
    name str
    The name of the policy
    tags Sequence[str]
    Tags for this policy
    statementQuery String
    The Statement Query of the policy
    account String
    The UUID of the account (urn:dtaccount:<account-uuid>) in case the policy should be applied to all environments of this account. The prefix urn:dtaccount: MUST be omitted here.
    description String
    An optional description text for the policy
    environment String
    The ID of the environment (https://\n\n.live.dynatrace.com) if the policy should be applied to a specific environment
    name String
    The name of the policy
    tags List<String>
    Tags for this policy

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing IamPolicy Resource

    Get an existing IamPolicy 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?: IamPolicyState, opts?: CustomResourceOptions): IamPolicy
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account: Optional[str] = None,
            description: Optional[str] = None,
            environment: Optional[str] = None,
            name: Optional[str] = None,
            statement_query: Optional[str] = None,
            tags: Optional[Sequence[str]] = None) -> IamPolicy
    func GetIamPolicy(ctx *Context, name string, id IDInput, state *IamPolicyState, opts ...ResourceOption) (*IamPolicy, error)
    public static IamPolicy Get(string name, Input<string> id, IamPolicyState? state, CustomResourceOptions? opts = null)
    public static IamPolicy get(String name, Output<String> id, IamPolicyState 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.
    The following state arguments are supported:
    Account string
    The UUID of the account (urn:dtaccount:<account-uuid>) in case the policy should be applied to all environments of this account. The prefix urn:dtaccount: MUST be omitted here.
    Description string
    An optional description text for the policy
    Environment string
    The ID of the environment (https://\n\n.live.dynatrace.com) if the policy should be applied to a specific environment
    Name string
    The name of the policy
    StatementQuery string
    The Statement Query of the policy
    Tags List<string>
    Tags for this policy
    Account string
    The UUID of the account (urn:dtaccount:<account-uuid>) in case the policy should be applied to all environments of this account. The prefix urn:dtaccount: MUST be omitted here.
    Description string
    An optional description text for the policy
    Environment string
    The ID of the environment (https://\n\n.live.dynatrace.com) if the policy should be applied to a specific environment
    Name string
    The name of the policy
    StatementQuery string
    The Statement Query of the policy
    Tags []string
    Tags for this policy
    account String
    The UUID of the account (urn:dtaccount:<account-uuid>) in case the policy should be applied to all environments of this account. The prefix urn:dtaccount: MUST be omitted here.
    description String
    An optional description text for the policy
    environment String
    The ID of the environment (https://\n\n.live.dynatrace.com) if the policy should be applied to a specific environment
    name String
    The name of the policy
    statementQuery String
    The Statement Query of the policy
    tags List<String>
    Tags for this policy
    account string
    The UUID of the account (urn:dtaccount:<account-uuid>) in case the policy should be applied to all environments of this account. The prefix urn:dtaccount: MUST be omitted here.
    description string
    An optional description text for the policy
    environment string
    The ID of the environment (https://\n\n.live.dynatrace.com) if the policy should be applied to a specific environment
    name string
    The name of the policy
    statementQuery string
    The Statement Query of the policy
    tags string[]
    Tags for this policy
    account str
    The UUID of the account (urn:dtaccount:<account-uuid>) in case the policy should be applied to all environments of this account. The prefix urn:dtaccount: MUST be omitted here.
    description str
    An optional description text for the policy
    environment str
    The ID of the environment (https://\n\n.live.dynatrace.com) if the policy should be applied to a specific environment
    name str
    The name of the policy
    statement_query str
    The Statement Query of the policy
    tags Sequence[str]
    Tags for this policy
    account String
    The UUID of the account (urn:dtaccount:<account-uuid>) in case the policy should be applied to all environments of this account. The prefix urn:dtaccount: MUST be omitted here.
    description String
    An optional description text for the policy
    environment String
    The ID of the environment (https://\n\n.live.dynatrace.com) if the policy should be applied to a specific environment
    name String
    The name of the policy
    statementQuery String
    The Statement Query of the policy
    tags List<String>
    Tags for this policy

    Package Details

    Repository
    dynatrace lbrlabs/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs