Uses of Interface
com.hashicorp.cdktf.providers.aws.vpc_security_group_egress_rule.VpcSecurityGroupEgressRuleConfig
-
Packages that use VpcSecurityGroupEgressRuleConfig Package Description com.hashicorp.cdktf.providers.aws.vpc_security_group_egress_rule aws_vpc_security_group_egress_rule -
-
Uses of VpcSecurityGroupEgressRuleConfig in com.hashicorp.cdktf.providers.aws.vpc_security_group_egress_rule
Classes in com.hashicorp.cdktf.providers.aws.vpc_security_group_egress_rule that implement VpcSecurityGroupEgressRuleConfig Modifier and Type Class Description static classVpcSecurityGroupEgressRuleConfig.Jsii$ProxyAn implementation forVpcSecurityGroupEgressRuleConfigMethods in com.hashicorp.cdktf.providers.aws.vpc_security_group_egress_rule that return VpcSecurityGroupEgressRuleConfig Modifier and Type Method Description VpcSecurityGroupEgressRuleConfigVpcSecurityGroupEgressRuleConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.aws.vpc_security_group_egress_rule with parameters of type VpcSecurityGroupEgressRuleConfig Constructor Description VpcSecurityGroupEgressRule(software.constructs.Construct scope, String id, VpcSecurityGroupEgressRuleConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_security_group_egress_rule aws_vpc_security_group_egress_rule} Resource.
-