AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.lex.getResourcePolicy
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
A resource policy with specified policy statements that attaches to a Lex bot or bot alias.
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(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetResourcePolicyResult
def get_resource_policy_output(id: 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:lex:getResourcePolicy
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- The identifier of the resource policy.
- Id string
- The identifier of the resource policy.
- id String
- The identifier of the resource policy.
- id string
- The identifier of the resource policy.
- id str
- The identifier of the resource policy.
- id String
- The identifier of the resource policy.
getResourcePolicy Result
The following output properties are available:
- Id string
- The identifier of the resource policy.
- Policy
Pulumi.
Aws Native. Lex. Outputs. Resource Policy Policy - A resource policy to add to the resource. The policy is a JSON structure that contains one or more statements that define the policy. The policy must follow IAM syntax. If the policy isn't valid, Amazon Lex returns a validation exception.
- Resource
Arn string - The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
- Revision
Id string - Specifies the current revision of a resource policy.
- Id string
- The identifier of the resource policy.
- Policy
Resource
Policy Policy - A resource policy to add to the resource. The policy is a JSON structure that contains one or more statements that define the policy. The policy must follow IAM syntax. If the policy isn't valid, Amazon Lex returns a validation exception.
- Resource
Arn string - The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
- Revision
Id string - Specifies the current revision of a resource policy.
- id String
- The identifier of the resource policy.
- policy
Resource
Policy Policy - A resource policy to add to the resource. The policy is a JSON structure that contains one or more statements that define the policy. The policy must follow IAM syntax. If the policy isn't valid, Amazon Lex returns a validation exception.
- resource
Arn String - The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
- revision
Id String - Specifies the current revision of a resource policy.
- id string
- The identifier of the resource policy.
- policy
Resource
Policy Policy - A resource policy to add to the resource. The policy is a JSON structure that contains one or more statements that define the policy. The policy must follow IAM syntax. If the policy isn't valid, Amazon Lex returns a validation exception.
- resource
Arn string - The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
- revision
Id string - Specifies the current revision of a resource policy.
- id str
- The identifier of the resource policy.
- policy
Resource
Policy Policy - A resource policy to add to the resource. The policy is a JSON structure that contains one or more statements that define the policy. The policy must follow IAM syntax. If the policy isn't valid, Amazon Lex returns a validation exception.
- resource_
arn str - The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
- revision_
id str - Specifies the current revision of a resource policy.
- id String
- The identifier of the resource policy.
- policy Property Map
- A resource policy to add to the resource. The policy is a JSON structure that contains one or more statements that define the policy. The policy must follow IAM syntax. If the policy isn't valid, Amazon Lex returns a validation exception.
- resource
Arn String - The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
- revision
Id String - Specifies the current revision of a resource policy.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi