Uses of Interface
com.hashicorp.cdktf.providers.aws.security_group.SecurityGroupEgress
-
Packages that use SecurityGroupEgress Package Description com.hashicorp.cdktf.providers.aws.security_group aws_security_group -
-
Uses of SecurityGroupEgress in com.hashicorp.cdktf.providers.aws.security_group
Classes in com.hashicorp.cdktf.providers.aws.security_group that implement SecurityGroupEgress Modifier and Type Class Description static classSecurityGroupEgress.Jsii$ProxyAn implementation forSecurityGroupEgressMethods in com.hashicorp.cdktf.providers.aws.security_group that return SecurityGroupEgress Modifier and Type Method Description SecurityGroupEgressSecurityGroupEgress.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.aws.security_group with parameters of type SecurityGroupEgress Modifier and Type Method Description voidSecurityGroupEgressOutputReference. setInternalValue(SecurityGroupEgress value)Method parameters in com.hashicorp.cdktf.providers.aws.security_group with type arguments of type SecurityGroupEgress Modifier and Type Method Description SecurityGroup.BuilderSecurityGroup.Builder. egress(List<? extends SecurityGroupEgress> egress)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/security_group#egress SecurityGroup#egress}.SecurityGroupConfig.BuilderSecurityGroupConfig.Builder. egress(List<? extends SecurityGroupEgress> egress)Sets the value ofSecurityGroupConfig.getEgress()voidSecurityGroupEgressList. setInternalValue(List<SecurityGroupEgress> value)
-