aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.opensearchserverless.getAccessPolicy

Explore with Pulumi AI

Amazon OpenSearchServerless access policy resource

Using getAccessPolicy

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 getAccessPolicy(args: GetAccessPolicyArgs, opts?: InvokeOptions): Promise<GetAccessPolicyResult>
function getAccessPolicyOutput(args: GetAccessPolicyOutputArgs, opts?: InvokeOptions): Output<GetAccessPolicyResult>
def get_access_policy(name: Optional[str] = None,
                      type: Optional[AccessPolicyType] = None,
                      opts: Optional[InvokeOptions] = None) -> GetAccessPolicyResult
def get_access_policy_output(name: Optional[pulumi.Input[str]] = None,
                      type: Optional[pulumi.Input[AccessPolicyType]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetAccessPolicyResult]
func LookupAccessPolicy(ctx *Context, args *LookupAccessPolicyArgs, opts ...InvokeOption) (*LookupAccessPolicyResult, error)
func LookupAccessPolicyOutput(ctx *Context, args *LookupAccessPolicyOutputArgs, opts ...InvokeOption) LookupAccessPolicyResultOutput

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

public static class GetAccessPolicy 
{
    public static Task<GetAccessPolicyResult> InvokeAsync(GetAccessPolicyArgs args, InvokeOptions? opts = null)
    public static Output<GetAccessPolicyResult> Invoke(GetAccessPolicyInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAccessPolicyResult> getAccessPolicy(GetAccessPolicyArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:opensearchserverless:getAccessPolicy
  arguments:
    # arguments dictionary

The following arguments are supported:

Name string

The name of the policy

Type AccessPolicyType
name String

The name of the policy

type AccessPolicyType
name string

The name of the policy

type AccessPolicyType
name str

The name of the policy

type AccessPolicyType
name String

The name of the policy

type "data"

getAccessPolicy Result

The following output properties are available:

Description string

The description of the policy

Policy string

The JSON policy document that is the content for the policy

Description string

The description of the policy

Policy string

The JSON policy document that is the content for the policy

description String

The description of the policy

policy String

The JSON policy document that is the content for the policy

description string

The description of the policy

policy string

The JSON policy document that is the content for the policy

description str

The description of the policy

policy str

The JSON policy document that is the content for the policy

description String

The description of the policy

policy String

The JSON policy document that is the content for the policy

Supporting Types

AccessPolicyType

Package Details

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