PolicyBuilder Type
Constructors
| Constructor | Description |
|
|
Instance members
| Instance member | Description |
Full Usage:
this.Combine
Parameters:
PolicyConfig
state2 : PolicyConfig
Returns: PolicyConfig
|
|
|
|
|
|
Full Usage:
this.For
Parameters:
PolicyConfig
f : unit -> PolicyConfig
Returns: PolicyConfig
Modifiers: inline |
|
Full Usage:
force force
Parameters:
bool
-
True to force the policy, false otherwise.
Returns: PolicyConfig
|
|
Full Usage:
groups group
Parameters:
IGroup list
-
The IAM group to attach the policy to.
Returns: PolicyConfig
|
|
|
|
|
|
|
|
Full Usage:
statements statements
Parameters:
PolicyStatement list
-
The policy statements to add.
Returns: PolicyConfig
|
|
Full Usage:
users user
Parameters:
IUser list
-
The IAM user to attach the policy to.
Returns: PolicyConfig
|
|
|
|
|
|
|
|
|
|
FsCDK