Interface CfnBudgetsAction.IIamActionDefinitionProperty
The AWS Identity and Access Management ( IAM ) action definition details.
Namespace: Amazon.CDK.AWS.Budgets
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnBudgetsAction.IIamActionDefinitionProperty
Syntax (vb)
Public Interface CfnBudgetsAction.IIamActionDefinitionProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Budgets;
var iamActionDefinitionProperty = new IamActionDefinitionProperty {
PolicyArn = "policyArn",
// the properties below are optional
Groups = new [] { "groups" },
Roles = new [] { "roles" },
Users = new [] { "users" }
};
Synopsis
Properties
| Groups | A list of groups to be attached. |
| PolicyArn | The Amazon Resource Name (ARN) of the policy to be attached. |
| Roles | A list of roles to be attached. |
| Users | A list of users to be attached. |
Properties
Groups
PolicyArn
The Amazon Resource Name (ARN) of the policy to be attached.
string PolicyArn { get; }