Vpc Functions
object VpcFunctions
Functions
Link copied to clipboard
suspend fun getSecurityGroupRule(argument: GetSecurityGroupRulePlainArgs): GetSecurityGroupRuleResult
aws.vpc.getSecurityGroupRule
provides details about a specific security group rule.
suspend fun getSecurityGroupRule(argument: suspend GetSecurityGroupRulePlainArgsBuilder.() -> Unit): GetSecurityGroupRuleResult
suspend fun getSecurityGroupRule(filters: List<GetSecurityGroupRuleFilter>? = null, securityGroupRuleId: String? = null): GetSecurityGroupRuleResult
Link copied to clipboard
suspend fun getSecurityGroupRules(argument: GetSecurityGroupRulesPlainArgs): GetSecurityGroupRulesResult
This resource can be useful for getting back a set of security group rule IDs.
suspend fun getSecurityGroupRules(argument: suspend GetSecurityGroupRulesPlainArgsBuilder.() -> Unit): GetSecurityGroupRulesResult
suspend fun getSecurityGroupRules(filters: List<GetSecurityGroupRulesFilter>? = null, tags: Map<String, String>? = null): GetSecurityGroupRulesResult