HubPolicyPackSetting
HubPolicyPackSetting
HubPolicyPackSetting
An individual policy setting within a policy pack.
address |
String! | Terraform resource address (e.g., "turbotpolicysetting.s3_encryption"). |
arguments |
JSON | Arguments / configuration for this setting. |
endLine |
Int | End line in the source file. |
id |
ID! | Unique identifier (database ID). |
name |
String | Display name of the setting. |
packFolder |
String | The pack folder (for building GitHub links). |
path |
String | File path within the pack folder. |
policyPackAka |
String! | The policy pack aka this setting belongs to. |
policyTypeDescription |
String | The description of the policy type (resolved from the policy type URI in arguments). |
policyTypeTrunkTitle |
String | The trunk title of the policy type (resolved from the policy type URI in arguments). |
provider |
String | Cloud provider (e.g., "aws", "gcp", "azure"). |
source |
String | Source file path. |
sourceCode |
String | HCL source code for this setting. |
startLine |
Int | Start line in the source file. |
type |
String | Policy type (e.g., "tmod:@turbot/aws-s3#/policy/types/…"). |