Show / Hide Table of Contents

Class CfnResourcePolicyMixinProps

Properties for CfnResourcePolicyPropsMixin.

Inheritance
object
CfnResourcePolicyMixinProps
Implements
ICfnResourcePolicyMixinProps
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 CfnResourcePolicyMixinProps : ICfnResourcePolicyMixinProps
Syntax (vb)
Public Class CfnResourcePolicyMixinProps Implements ICfnResourcePolicyMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-resourcepolicy.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 cfnResourcePolicyMixinProps = new CfnResourcePolicyMixinProps {
                 Policy = "policy",
                 ResourceArn = "resourceArn"
             };

Synopsis

Constructors

CfnResourcePolicyMixinProps()

Properties for CfnResourcePolicyPropsMixin.

Properties

Policy

The resource policy to create or update.

ResourceArn

The Amazon Resource Name (ARN) of the resource for which to create or update the resource policy.

Constructors

CfnResourcePolicyMixinProps()

Properties for CfnResourcePolicyPropsMixin.

public CfnResourcePolicyMixinProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-resourcepolicy.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 cfnResourcePolicyMixinProps = new CfnResourcePolicyMixinProps {
                 Policy = "policy",
                 ResourceArn = "resourceArn"
             };

Properties

Policy

The resource policy to create or update.

public string? Policy { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-resourcepolicy.html#cfn-bedrockagentcore-resourcepolicy-policy

ResourceArn

The Amazon Resource Name (ARN) of the resource for which to create or update the resource policy.

public string? ResourceArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-resourcepolicy.html#cfn-bedrockagentcore-resourcepolicy-resourcearn

Implements

ICfnResourcePolicyMixinProps
Back to top Generated by DocFX