1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. quicksight
  6. ApprovalPolicy

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi

    Definition of the AWS::QuickSight::ApprovalPolicy Resource Type.

    Create ApprovalPolicy Resource

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

    Constructor syntax

    new ApprovalPolicy(name: string, args: ApprovalPolicyArgs, opts?: CustomResourceOptions);
    @overload
    def ApprovalPolicy(resource_name: str,
                       args: ApprovalPolicyArgs,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def ApprovalPolicy(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       actions: Optional[Sequence[Any]] = None,
                       applicable_to: Optional[ApprovalPolicyApplicableToArgs] = None,
                       approval_groups: Optional[Sequence[str]] = None,
                       asset_types: Optional[Sequence[Any]] = None,
                       policy_id: Optional[str] = None,
                       description: Optional[str] = None,
                       name: Optional[str] = None)
    func NewApprovalPolicy(ctx *Context, name string, args ApprovalPolicyArgs, opts ...ResourceOption) (*ApprovalPolicy, error)
    public ApprovalPolicy(string name, ApprovalPolicyArgs args, CustomResourceOptions? opts = null)
    public ApprovalPolicy(String name, ApprovalPolicyArgs args)
    public ApprovalPolicy(String name, ApprovalPolicyArgs args, CustomResourceOptions options)
    
    type: aws-native:quicksight:ApprovalPolicy
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_quicksight_approval_policy" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args ApprovalPolicyArgs
    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 ApprovalPolicyArgs
    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 ApprovalPolicyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ApprovalPolicyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ApprovalPolicyArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

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

    Actions List<object>
    List of governed actions a policy applies to.
    ApplicableTo Pulumi.AwsNative.QuickSight.Inputs.ApprovalPolicyApplicableTo
    ApprovalGroups List<string>
    List of approval group ARNs (e.g. QuickSight group ARNs). At least one approval group is required; the upper bound is enforced per-account at the service layer via the configurable approver-group limit.
    AssetTypes List<object>
    List of asset types a policy applies to. At least one asset type is required.
    PolicyId string
    Description string
    Name string
    Actions []interface{}
    List of governed actions a policy applies to.
    ApplicableTo ApprovalPolicyApplicableToArgs
    ApprovalGroups []string
    List of approval group ARNs (e.g. QuickSight group ARNs). At least one approval group is required; the upper bound is enforced per-account at the service layer via the configurable approver-group limit.
    AssetTypes []interface{}
    List of asset types a policy applies to. At least one asset type is required.
    PolicyId string
    Description string
    Name string
    actions list(any)
    List of governed actions a policy applies to.
    applicable_to object
    approval_groups list(string)
    List of approval group ARNs (e.g. QuickSight group ARNs). At least one approval group is required; the upper bound is enforced per-account at the service layer via the configurable approver-group limit.
    asset_types list(any)
    List of asset types a policy applies to. At least one asset type is required.
    policy_id string
    description string
    name string
    actions List<Object>
    List of governed actions a policy applies to.
    applicableTo ApprovalPolicyApplicableTo
    approvalGroups List<String>
    List of approval group ARNs (e.g. QuickSight group ARNs). At least one approval group is required; the upper bound is enforced per-account at the service layer via the configurable approver-group limit.
    assetTypes List<Object>
    List of asset types a policy applies to. At least one asset type is required.
    policyId String
    description String
    name String
    actions any[]
    List of governed actions a policy applies to.
    applicableTo ApprovalPolicyApplicableTo
    approvalGroups string[]
    List of approval group ARNs (e.g. QuickSight group ARNs). At least one approval group is required; the upper bound is enforced per-account at the service layer via the configurable approver-group limit.
    assetTypes any[]
    List of asset types a policy applies to. At least one asset type is required.
    policyId string
    description string
    name string
    actions Sequence[Any]
    List of governed actions a policy applies to.
    applicable_to ApprovalPolicyApplicableToArgs
    approval_groups Sequence[str]
    List of approval group ARNs (e.g. QuickSight group ARNs). At least one approval group is required; the upper bound is enforced per-account at the service layer via the configurable approver-group limit.
    asset_types Sequence[Any]
    List of asset types a policy applies to. At least one asset type is required.
    policy_id str
    description str
    name str
    actions List<Any>
    List of governed actions a policy applies to.
    applicableTo Property Map
    approvalGroups List<String>
    List of approval group ARNs (e.g. QuickSight group ARNs). At least one approval group is required; the upper bound is enforced per-account at the service layer via the configurable approver-group limit.
    assetTypes List<Any>
    List of asset types a policy applies to. At least one asset type is required.
    policyId String
    description String
    name String

    Outputs

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

    CreatedAt string
    Id string
    The provider-assigned unique ID for this managed resource.
    PolicyArn string
    UpdatedAt string
    CreatedAt string
    Id string
    The provider-assigned unique ID for this managed resource.
    PolicyArn string
    UpdatedAt string
    created_at string
    id string
    The provider-assigned unique ID for this managed resource.
    policy_arn string
    updated_at string
    createdAt String
    id String
    The provider-assigned unique ID for this managed resource.
    policyArn String
    updatedAt String
    createdAt string
    id string
    The provider-assigned unique ID for this managed resource.
    policyArn string
    updatedAt string
    created_at str
    id str
    The provider-assigned unique ID for this managed resource.
    policy_arn str
    updated_at str
    createdAt String
    id String
    The provider-assigned unique ID for this managed resource.
    policyArn String
    updatedAt String

    Supporting Types

    ApprovalPolicyApplicableTo, ApprovalPolicyApplicableToArgs

    Scoping: who the policy applies to. GROUP: groupArns required (one or more group ARNs).
    Type object
    GroupArns List<string>
    Required when type = GROUP. One or more group ARNs.
    Type interface{}
    GroupArns []string
    Required when type = GROUP. One or more group ARNs.
    type any
    group_arns list(string)
    Required when type = GROUP. One or more group ARNs.
    type Object
    groupArns List<String>
    Required when type = GROUP. One or more group ARNs.
    type any
    groupArns string[]
    Required when type = GROUP. One or more group ARNs.
    type Any
    group_arns Sequence[str]
    Required when type = GROUP. One or more group ARNs.
    type Any
    groupArns List<String>
    Required when type = GROUP. One or more group ARNs.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.79.0
    published on Monday, Sep 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial