DefaultSecurityGroupState class

Input properties used for looking up and filtering DefaultSecurityGroup resources.

Constructors

DefaultSecurityGroupState({Input<String?>? arn, Input<String?>? description, Input<List<DefaultSecurityGroupEgress>?>? egress, Input<List<DefaultSecurityGroupIngress>?>? ingress, Input<String?>? name, Input<String?>? namePrefix, Input<String?>? ownerId, Input<String?>? region, Input<bool?>? revokeRulesOnDelete, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll, Input<String?>? vpcId})
Creates a new DefaultSecurityGroupState. arn ARN of the security group. description Description of the security group. egress Configuration block. Detailed below. ingress Configuration block. Detailed below. name Name of the security group. namePrefix Optional. ownerId Owner ID. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. revokeRulesOnDelete Optional. tags Map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block. vpcId VPC ID. Note that changing the vpcId will not restore any default security group rules that were modified, added, or removed. It will be left in its current state.
const
DefaultSecurityGroupState.fromMap(Map<String, dynamic> map)
factory

Properties

arn → Input<String?>?
ARN of the security group.
final
description → Input<String?>?
Description of the security group.
final
egress → Input<List<DefaultSecurityGroupEgress>?>?
Configuration block. Detailed below.
final
hashCode int
The hash code for this object.
no setterinherited
ingress → Input<List<DefaultSecurityGroupIngress>?>?
Configuration block. Detailed below.
final
name → Input<String?>?
Name of the security group.
final
namePrefix → Input<String?>?
final
ownerId → Input<String?>?
Owner ID.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
revokeRulesOnDelete → Input<bool?>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags → Input<Map<String, String>?>?
Map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
final
tagsAll → Input<Map<String, String>?>?
A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
final
vpcId → Input<String?>?
VPC ID. Note that changing the vpcId will not restore any default security group rules that were modified, added, or removed. It will be left in its current state.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited