ResolverRule constructor
ResolverRule({
- String? arn,
- String? creationTime,
- String? creatorRequestId,
- String? domainName,
- String? id,
- String? modificationTime,
- String? name,
- String? ownerId,
- String? resolverEndpointId,
- RuleTypeOption? ruleType,
- ResolverRuleStatus? status,
- String? statusMessage,
- List<
TargetAddress> ? targetIps,
Implementation
ResolverRule({
this.arn,
this.creationTime,
this.creatorRequestId,
this.domainName,
this.id,
this.modificationTime,
this.name,
this.ownerId,
this.resolverEndpointId,
this.ruleType,
this.shareStatus,
this.status,
this.statusMessage,
this.targetIps,
});