Show / Hide Table of Contents

Class CfnHarness.ManagedVpcResourceProperty

Configuration for a service-managed VPC endpoint.

Inheritance
object
CfnHarness.ManagedVpcResourceProperty
Implements
CfnHarness.IManagedVpcResourceProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnHarness.ManagedVpcResourceProperty : CfnHarness.IManagedVpcResourceProperty
Syntax (vb)
Public Class CfnHarness.ManagedVpcResourceProperty Implements CfnHarness.IManagedVpcResourceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-managedvpcresource.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.AWS.BedrockAgentCore;

             var managedVpcResourceProperty = new ManagedVpcResourceProperty {
                 EndpointIpAddressType = "endpointIpAddressType",
                 SubnetIds = new [] { "subnetIds" },
                 VpcIdentifier = "vpcIdentifier",

                 // the properties below are optional
                 RoutingDomain = "routingDomain",
                 SecurityGroupIds = new [] { "securityGroupIds" },
                 Tags = new Dictionary<string, string> {
                     { "tagsKey", "tags" }
                 }
             };

Synopsis

Constructors

ManagedVpcResourceProperty()

Configuration for a service-managed VPC endpoint.

Properties

EndpointIpAddressType

Configuration for a service-managed VPC endpoint.

RoutingDomain

Configuration for a service-managed VPC endpoint.

SecurityGroupIds

Configuration for a service-managed VPC endpoint.

SubnetIds

Configuration for a service-managed VPC endpoint.

Tags

Configuration for a service-managed VPC endpoint.

VpcIdentifier

Configuration for a service-managed VPC endpoint.

Constructors

ManagedVpcResourceProperty()

Configuration for a service-managed VPC endpoint.

public ManagedVpcResourceProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-managedvpcresource.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.AWS.BedrockAgentCore;

             var managedVpcResourceProperty = new ManagedVpcResourceProperty {
                 EndpointIpAddressType = "endpointIpAddressType",
                 SubnetIds = new [] { "subnetIds" },
                 VpcIdentifier = "vpcIdentifier",

                 // the properties below are optional
                 RoutingDomain = "routingDomain",
                 SecurityGroupIds = new [] { "securityGroupIds" },
                 Tags = new Dictionary<string, string> {
                     { "tagsKey", "tags" }
                 }
             };

Properties

EndpointIpAddressType

Configuration for a service-managed VPC endpoint.

public string EndpointIpAddressType { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-managedvpcresource.html#cfn-bedrockagentcore-harness-managedvpcresource-endpointipaddresstype

RoutingDomain

Configuration for a service-managed VPC endpoint.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-managedvpcresource.html#cfn-bedrockagentcore-harness-managedvpcresource-routingdomain

SecurityGroupIds

Configuration for a service-managed VPC endpoint.

public string[]? SecurityGroupIds { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-managedvpcresource.html#cfn-bedrockagentcore-harness-managedvpcresource-securitygroupids

SubnetIds

Configuration for a service-managed VPC endpoint.

public string[] SubnetIds { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-managedvpcresource.html#cfn-bedrockagentcore-harness-managedvpcresource-subnetids

Tags

Configuration for a service-managed VPC endpoint.

public IDictionary<string, string>? Tags { get; set; }
Property Value

IDictionary<string, string>

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-managedvpcresource.html#cfn-bedrockagentcore-harness-managedvpcresource-tags

VpcIdentifier

Configuration for a service-managed VPC endpoint.

public string VpcIdentifier { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-managedvpcresource.html#cfn-bedrockagentcore-harness-managedvpcresource-vpcidentifier

Implements

CfnHarness.IManagedVpcResourceProperty
Back to top Generated by DocFX