DefaultSecurityGroupState class
Input properties used for looking up and filtering DefaultSecurityGroup resources.
Constructors
-
DefaultSecurityGroupState({Input<
String?> ? arn, Input<String?> ? description, Input<List< ? egress, Input<DefaultSecurityGroupEgress> ?>List< ? ingress, Input<DefaultSecurityGroupIngress> ?>String?> ? name, Input<String?> ? namePrefix, Input<String?> ? ownerId, Input<String?> ? region, Input<bool?> ? revokeRulesOnDelete, Input<Map< ? tags, Input<String, String> ?>Map< ? tagsAll, Input<String, String> ?>String?> ? vpcId}) -
Creates a new DefaultSecurityGroupState.
arnARN of the security group.descriptionDescription of the security group.egressConfiguration block. Detailed below.ingressConfiguration block. Detailed below.nameName of the security group.namePrefixOptional.ownerIdOwner ID.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.revokeRulesOnDeleteOptional.tagsMap of tags to assign to the resource. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllA map of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.vpcIdVPC ID. Note that changing thevpcIdwill 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
-
Map of tags to assign to the resource. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
A map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration block.final -
vpcId
→ Input<
String?> ? -
VPC ID. Note that changing the
vpcIdwill 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