NewPolicyGroupRequest
NewPolicyGroupRequest is the request struct to create a new Policy Group.
Properties
namestring requiredThe name of the new policy group.entityTypeenum requiredThe type of entities this policy group applies to (stacks or accounts).Values:stacks,accountsmodeenum optionalThe enforcement mode for the policy group (audit or preventative). Defaults to ‘audit’ for account policy groups, ‘preventative’ for stack policy groups.Values:audit,preventativeagentPoolIdstring optionalAgent pool ID for policy evaluation. Defaults to Pulumi hosted pool if not specified.