Interface CfnCapacityProviderPropsMixin.CapacityProviderPermissionsConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCapacityProviderPropsMixin.CapacityProviderPermissionsConfigProperty.Jsii$Proxy
- Enclosing class:
CfnCapacityProviderPropsMixin
@Stability(Stable)
public static interface CfnCapacityProviderPropsMixin.CapacityProviderPermissionsConfigProperty
extends software.amazon.jsii.JsiiSerializable
Configuration that specifies the permissions required for the capacity provider to manage compute resources.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.lambda.*;
CapacityProviderPermissionsConfigProperty capacityProviderPermissionsConfigProperty = CapacityProviderPermissionsConfigProperty.builder()
.capacityProviderOperatorRoleArn("capacityProviderOperatorRoleArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnCapacityProviderPropsMixin.CapacityProviderPermissionsConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCapacityProviderOperatorRoleArn
The ARN of the IAM role that the capacity provider uses to manage compute instances and other AWS resources.- See Also:
-
builder
@Stability(Stable) static CfnCapacityProviderPropsMixin.CapacityProviderPermissionsConfigProperty.Builder builder()
-