PolicyStatement

class PolicyStatement : KotlinCustomResource

Policy Statement defined in AWS Entity Resolution Service

Properties

Link copied to clipboard
val action: Output<List<String>>?

The action that the principal can use on the resource. For example, entityresolution:GetIdMappingJob , entityresolution:GetMatchingJob .

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the resource that will be accessed by the principal.

Link copied to clipboard
val condition: Output<String>?

A set of condition keys that you can use in key policies.

Link copied to clipboard

Determines whether the permissions specified in the policy are to be allowed ( Allow ) or denied ( Deny ).

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val principal: Output<List<String>>?

The AWS service or AWS account that can access the resource defined as ARN.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val statementId: Output<String>

A statement identifier that differentiates the statement from others in the same policy.

Link copied to clipboard
val urn: Output<String>