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). Fixed at creation; it cannot be changed later.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. Fixed at creation; it cannot be changed later.Values:audit,preventativeagentPoolIdstring optionalAgent pool ID for policy evaluation. Defaults to Pulumi hosted pool if not specified.