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