We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
Resource Type definition for AWS::IoT::Policy
Using getPolicy
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 getPolicy(args: GetPolicyArgs, opts?: InvokeOptions): Promise<GetPolicyResult>
function getPolicyOutput(args: GetPolicyOutputArgs, opts?: InvokeOptions): Output<GetPolicyResult>def get_policy(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPolicyResult
def get_policy_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPolicyResult]func LookupPolicy(ctx *Context, args *LookupPolicyArgs, opts ...InvokeOption) (*LookupPolicyResult, error)
func LookupPolicyOutput(ctx *Context, args *LookupPolicyOutputArgs, opts ...InvokeOption) LookupPolicyResultOutput> Note: This function is named LookupPolicy in the Go SDK.
public static class GetPolicy
{
public static Task<GetPolicyResult> InvokeAsync(GetPolicyArgs args, InvokeOptions? opts = null)
public static Output<GetPolicyResult> Invoke(GetPolicyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPolicyResult> getPolicy(GetPolicyArgs args, InvokeOptions options)
public static Output<GetPolicyResult> getPolicy(GetPolicyArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:iot:getPolicy
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- The name of this policy.
- Id string
- The name of this policy.
- id String
- The name of this policy.
- id string
- The name of this policy.
- id str
- The name of this policy.
- id String
- The name of this policy.
getPolicy Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the AWS IoT policy, such as
arn:aws:iot:us-east-2:123456789012:policy/MyPolicy. - Id string
- The name of this policy.
- Policy
Document object The JSON document that describes the policy.
Search the CloudFormation User Guide for
AWS::IoT::Policyfor more information about the expected schema for this property.-
List<Pulumi.
Aws Native. Outputs. Tag>
- Arn string
- The Amazon Resource Name (ARN) of the AWS IoT policy, such as
arn:aws:iot:us-east-2:123456789012:policy/MyPolicy. - Id string
- The name of this policy.
- Policy
Document interface{} The JSON document that describes the policy.
Search the CloudFormation User Guide for
AWS::IoT::Policyfor more information about the expected schema for this property.- Tag
- arn String
- The Amazon Resource Name (ARN) of the AWS IoT policy, such as
arn:aws:iot:us-east-2:123456789012:policy/MyPolicy. - id String
- The name of this policy.
- policy
Document Object The JSON document that describes the policy.
Search the CloudFormation User Guide for
AWS::IoT::Policyfor more information about the expected schema for this property.- List<Tag>
- arn string
- The Amazon Resource Name (ARN) of the AWS IoT policy, such as
arn:aws:iot:us-east-2:123456789012:policy/MyPolicy. - id string
- The name of this policy.
- policy
Document any The JSON document that describes the policy.
Search the CloudFormation User Guide for
AWS::IoT::Policyfor more information about the expected schema for this property.- Tag[]
- arn str
- The Amazon Resource Name (ARN) of the AWS IoT policy, such as
arn:aws:iot:us-east-2:123456789012:policy/MyPolicy. - id str
- The name of this policy.
- policy_
document Any The JSON document that describes the policy.
Search the CloudFormation User Guide for
AWS::IoT::Policyfor more information about the expected schema for this property.- Sequence[root_Tag]
- arn String
- The Amazon Resource Name (ARN) of the AWS IoT policy, such as
arn:aws:iot:us-east-2:123456789012:policy/MyPolicy. - id String
- The name of this policy.
- policy
Document Any The JSON document that describes the policy.
Search the CloudFormation User Guide for
AWS::IoT::Policyfor more information about the expected schema for this property.- List<Property Map>
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
