Documentation ¶
Index ¶
- type Args
- type Resource
- func (agi *Resource) Attributes() awsGuarddutyIpsetAttributes
- func (agi *Resource) Configuration() interface{}
- func (agi *Resource) DependOn() terra.Reference
- func (agi *Resource) Dependencies() terra.Dependencies
- func (agi *Resource) ImportState(state io.Reader) error
- func (agi *Resource) LifecycleManagement() *terra.Lifecycle
- func (agi *Resource) LocalName() string
- func (agi *Resource) State() (*awsGuarddutyIpsetState, bool)
- func (agi *Resource) StateMust() *awsGuarddutyIpsetState
- func (agi *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Activate: bool, required Activate terra.BoolValue `hcl:"activate,attr" validate:"required"` // DetectorId: string, required DetectorId terra.StringValue `hcl:"detector_id,attr" validate:"required"` // Format: string, required Format terra.StringValue `hcl:"format,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Location: string, required Location terra.StringValue `hcl:"location,attr" validate:"required"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // TagsAll: map of string, optional TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"` }
Args contains the configurations for aws_guardduty_ipset.
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource aws_guardduty_ipset.
func (*Resource) Attributes ¶
func (agi *Resource) Attributes() awsGuarddutyIpsetAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (agi *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (agi *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
Click to show internal directories.
Click to hide internal directories.