1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. aps
  5. getResourcePolicy

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

AWS Cloud Control v1.34.0 published on Friday, Sep 12, 2025 by Pulumi

aws-native.aps.getResourcePolicy

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.34.0 published on Friday, Sep 12, 2025 by Pulumi

    Resource Type definition for AWS::APS::ResourcePolicy

    Using getResourcePolicy

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getResourcePolicy(args: GetResourcePolicyArgs, opts?: InvokeOptions): Promise<GetResourcePolicyResult>
    function getResourcePolicyOutput(args: GetResourcePolicyOutputArgs, opts?: InvokeOptions): Output<GetResourcePolicyResult>
    def get_resource_policy(workspace_arn: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetResourcePolicyResult
    def get_resource_policy_output(workspace_arn: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetResourcePolicyResult]
    func LookupResourcePolicy(ctx *Context, args *LookupResourcePolicyArgs, opts ...InvokeOption) (*LookupResourcePolicyResult, error)
    func LookupResourcePolicyOutput(ctx *Context, args *LookupResourcePolicyOutputArgs, opts ...InvokeOption) LookupResourcePolicyResultOutput

    > Note: This function is named LookupResourcePolicy in the Go SDK.

    public static class GetResourcePolicy 
    {
        public static Task<GetResourcePolicyResult> InvokeAsync(GetResourcePolicyArgs args, InvokeOptions? opts = null)
        public static Output<GetResourcePolicyResult> Invoke(GetResourcePolicyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetResourcePolicyResult> getResourcePolicy(GetResourcePolicyArgs args, InvokeOptions options)
    public static Output<GetResourcePolicyResult> getResourcePolicy(GetResourcePolicyArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:aps:getResourcePolicy
      arguments:
        # arguments dictionary

    The following arguments are supported:

    WorkspaceArn string
    The Arn of an APS Workspace that the PolicyDocument will be attached to.
    WorkspaceArn string
    The Arn of an APS Workspace that the PolicyDocument will be attached to.
    workspaceArn String
    The Arn of an APS Workspace that the PolicyDocument will be attached to.
    workspaceArn string
    The Arn of an APS Workspace that the PolicyDocument will be attached to.
    workspace_arn str
    The Arn of an APS Workspace that the PolicyDocument will be attached to.
    workspaceArn String
    The Arn of an APS Workspace that the PolicyDocument will be attached to.

    getResourcePolicy Result

    The following output properties are available:

    PolicyDocument string
    The JSON to use as the Resource-based Policy.
    PolicyDocument string
    The JSON to use as the Resource-based Policy.
    policyDocument String
    The JSON to use as the Resource-based Policy.
    policyDocument string
    The JSON to use as the Resource-based Policy.
    policy_document str
    The JSON to use as the Resource-based Policy.
    policyDocument String
    The JSON to use as the Resource-based Policy.

    Package Details

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

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

    AWS Cloud Control v1.34.0 published on Friday, Sep 12, 2025 by Pulumi