Show / Hide Table of Contents

Class CfnCapacityProviderPropsMixin.PermissionsConfigurationProperty

Configuration for permissions associated with a capacity provider.

Inheritance
object
CfnCapacityProviderPropsMixin.PermissionsConfigurationProperty
Implements
CfnCapacityProviderPropsMixin.IPermissionsConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-capacityprovider-permissionsconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-capacityprovider-permissionsconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-capacityprovider-permissionsconfiguration.html#cfn-bedrockagentcore-capacityprovider-permissionsconfiguration-capacityprovideroperatorrolearn

Implements

CfnCapacityProviderPropsMixin.IPermissionsConfigurationProperty
Back to top Generated by DocFX