@Stability(value=Stable)
public static interface CfnBudgetsAction.IamActionDefinitionProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.budgets.*;
IamActionDefinitionProperty iamActionDefinitionProperty = IamActionDefinitionProperty.builder()
.policyArn("policyArn")
// the properties below are optional
.groups(List.of("groups"))
.roles(List.of("roles"))
.users(List.of("users"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBudgetsAction.IamActionDefinitionProperty.Builder
A builder for
CfnBudgetsAction.IamActionDefinitionProperty |
static class |
CfnBudgetsAction.IamActionDefinitionProperty.Jsii$Proxy
An implementation for
CfnBudgetsAction.IamActionDefinitionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBudgetsAction.IamActionDefinitionProperty.Builder |
builder() |
default List<String> |
getGroups()
`CfnBudgetsAction.IamActionDefinitionProperty.Groups`.
|
String |
getPolicyArn()
`CfnBudgetsAction.IamActionDefinitionProperty.PolicyArn`.
|
default List<String> |
getRoles()
`CfnBudgetsAction.IamActionDefinitionProperty.Roles`.
|
default List<String> |
getUsers()
`CfnBudgetsAction.IamActionDefinitionProperty.Users`.
|
@Stability(value=Stable) @Nullable default List<String> getGroups()
@Stability(value=Stable) @NotNull String getPolicyArn()
@Stability(value=Stable) @Nullable default List<String> getRoles()
@Stability(value=Stable) @Nullable default List<String> getUsers()
@Stability(value=Stable) static CfnBudgetsAction.IamActionDefinitionProperty.Builder builder()
Copyright © 2021. All rights reserved.