Documentation ¶
Index ¶
- type Args
- type OrganizationConfiguration
- type OrganizationConfigurationAttributes
- func (oc OrganizationConfigurationAttributes) ConfigurationType() terra.StringValue
- func (oc OrganizationConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (oc OrganizationConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (oc OrganizationConfigurationAttributes) InternalWithRef(ref terra.Reference) OrganizationConfigurationAttributes
- type OrganizationConfigurationState
- type Resource
- func (asoc *Resource) Attributes() awsSecurityhubOrganizationConfigurationAttributes
- func (asoc *Resource) Configuration() interface{}
- func (asoc *Resource) DependOn() terra.Reference
- func (asoc *Resource) Dependencies() terra.Dependencies
- func (asoc *Resource) ImportState(state io.Reader) error
- func (asoc *Resource) LifecycleManagement() *terra.Lifecycle
- func (asoc *Resource) LocalName() string
- func (asoc *Resource) State() (*awsSecurityhubOrganizationConfigurationState, bool)
- func (asoc *Resource) StateMust() *awsSecurityhubOrganizationConfigurationState
- func (asoc *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AutoEnable: bool, required AutoEnable terra.BoolValue `hcl:"auto_enable,attr" validate:"required"` // AutoEnableStandards: string, optional AutoEnableStandards terra.StringValue `hcl:"auto_enable_standards,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // OrganizationConfiguration: optional OrganizationConfiguration *OrganizationConfiguration `hcl:"organization_configuration,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for aws_securityhub_organization_configuration.
type OrganizationConfiguration ¶
type OrganizationConfiguration struct { // ConfigurationType: string, required ConfigurationType terra.StringValue `hcl:"configuration_type,attr" validate:"required"` }
type OrganizationConfigurationAttributes ¶
type OrganizationConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (OrganizationConfigurationAttributes) ConfigurationType ¶
func (oc OrganizationConfigurationAttributes) ConfigurationType() terra.StringValue
func (OrganizationConfigurationAttributes) InternalRef ¶
func (oc OrganizationConfigurationAttributes) InternalRef() (terra.Reference, error)
func (OrganizationConfigurationAttributes) InternalTokens ¶
func (oc OrganizationConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (OrganizationConfigurationAttributes) InternalWithRef ¶
func (oc OrganizationConfigurationAttributes) InternalWithRef(ref terra.Reference) OrganizationConfigurationAttributes
type OrganizationConfigurationState ¶
type OrganizationConfigurationState struct {
ConfigurationType string `json:"configuration_type"`
}
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_securityhub_organization_configuration.
func (*Resource) Attributes ¶
func (asoc *Resource) Attributes() awsSecurityhubOrganizationConfigurationAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (asoc *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (asoc *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.
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.