AWS Native is in preview. AWS Classic is fully supported.
aws-native.ssm.getResourcePolicy
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
Resource Type definition for AWS::SSM::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(policy_id: Optional[str] = None,
resource_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetResourcePolicyResult
def get_resource_policy_output(policy_id: Optional[pulumi.Input[str]] = None,
resource_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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:ssm:getResourcePolicy
arguments:
# arguments dictionary
The following arguments are supported:
- Policy
Id string - An unique identifier within the policies of a resource.
- Resource
Arn string - Arn of OpsItemGroup etc.
- Policy
Id string - An unique identifier within the policies of a resource.
- Resource
Arn string - Arn of OpsItemGroup etc.
- policy
Id String - An unique identifier within the policies of a resource.
- resource
Arn String - Arn of OpsItemGroup etc.
- policy
Id string - An unique identifier within the policies of a resource.
- resource
Arn string - Arn of OpsItemGroup etc.
- policy_
id str - An unique identifier within the policies of a resource.
- resource_
arn str - Arn of OpsItemGroup etc.
- policy
Id String - An unique identifier within the policies of a resource.
- resource
Arn String - Arn of OpsItemGroup etc.
getResourcePolicy Result
The following output properties are available:
- Policy object
Actual policy statement.
Search the CloudFormation User Guide for
AWS::SSM::ResourcePolicy
for more information about the expected schema for this property.- Policy
Hash string - A snapshot identifier for the policy over time.
- Policy
Id string - An unique identifier within the policies of a resource.
- Policy interface{}
Actual policy statement.
Search the CloudFormation User Guide for
AWS::SSM::ResourcePolicy
for more information about the expected schema for this property.- Policy
Hash string - A snapshot identifier for the policy over time.
- Policy
Id string - An unique identifier within the policies of a resource.
- policy Object
Actual policy statement.
Search the CloudFormation User Guide for
AWS::SSM::ResourcePolicy
for more information about the expected schema for this property.- policy
Hash String - A snapshot identifier for the policy over time.
- policy
Id String - An unique identifier within the policies of a resource.
- policy any
Actual policy statement.
Search the CloudFormation User Guide for
AWS::SSM::ResourcePolicy
for more information about the expected schema for this property.- policy
Hash string - A snapshot identifier for the policy over time.
- policy
Id string - An unique identifier within the policies of a resource.
- policy Any
Actual policy statement.
Search the CloudFormation User Guide for
AWS::SSM::ResourcePolicy
for more information about the expected schema for this property.- policy_
hash str - A snapshot identifier for the policy over time.
- policy_
id str - An unique identifier within the policies of a resource.
- policy Any
Actual policy statement.
Search the CloudFormation User Guide for
AWS::SSM::ResourcePolicy
for more information about the expected schema for this property.- policy
Hash String - A snapshot identifier for the policy over time.
- policy
Id String - An unique identifier within the policies of a resource.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.