Class CfnCapacityProviderPropsMixin.PermissionsConfigurationProperty
Configuration for permissions associated with a capacity provider.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnCapacityProviderPropsMixin.PermissionsConfigurationProperty : CfnCapacityProviderPropsMixin.IPermissionsConfigurationProperty
Syntax (vb)
Public Class CfnCapacityProviderPropsMixin.PermissionsConfigurationProperty Implements CfnCapacityProviderPropsMixin.IPermissionsConfigurationProperty
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.CfnPropertyMixins.AWS.BedrockAgentCore;
var permissionsConfigurationProperty = new PermissionsConfigurationProperty {
CapacityProviderOperatorRoleArn = "capacityProviderOperatorRoleArn"
};
Synopsis
Constructors
| PermissionsConfigurationProperty() | Configuration for permissions associated with a capacity provider. |
Properties
| CapacityProviderOperatorRoleArn | The ARN of the IAM role that operators use to manage the capacity provider. |
Constructors
PermissionsConfigurationProperty()
Configuration for permissions associated with a capacity provider.
public PermissionsConfigurationProperty()
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.CfnPropertyMixins.AWS.BedrockAgentCore;
var permissionsConfigurationProperty = new PermissionsConfigurationProperty {
CapacityProviderOperatorRoleArn = "capacityProviderOperatorRoleArn"
};
Properties
CapacityProviderOperatorRoleArn
The ARN of the IAM role that operators use to manage the capacity provider.
public string? CapacityProviderOperatorRoleArn { get; set; }