Documentation ¶
Index ¶
- type Args
- type AttributesAttributes
- func (a AttributesAttributes) CrawlerArn() terra.StringValue
- func (a AttributesAttributes) DatabaseArn() terra.StringValue
- func (a AttributesAttributes) InternalRef() (terra.Reference, error)
- func (a AttributesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (a AttributesAttributes) InternalWithRef(ref terra.Reference) AttributesAttributes
- func (a AttributesAttributes) TableArn() terra.StringValue
- type AttributesState
- type Configuration
- type ConfigurationAttributes
- func (c ConfigurationAttributes) CrawlerConfiguration() terra.ListValue[ConfigurationCrawlerConfigurationAttributes]
- func (c ConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (c ConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (c ConfigurationAttributes) InternalWithRef(ref terra.Reference) ConfigurationAttributes
- func (c ConfigurationAttributes) ProviderIdentity() terra.ListValue[ConfigurationProviderIdentityAttributes]
- type ConfigurationCrawlerConfiguration
- type ConfigurationCrawlerConfigurationAttributes
- func (cc ConfigurationCrawlerConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (cc ConfigurationCrawlerConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cc ConfigurationCrawlerConfigurationAttributes) InternalWithRef(ref terra.Reference) ConfigurationCrawlerConfigurationAttributes
- func (cc ConfigurationCrawlerConfigurationAttributes) RoleArn() terra.StringValue
- type ConfigurationCrawlerConfigurationState
- type ConfigurationProviderIdentity
- type ConfigurationProviderIdentityAttributes
- func (pi ConfigurationProviderIdentityAttributes) ExternalId() terra.StringValue
- func (pi ConfigurationProviderIdentityAttributes) InternalRef() (terra.Reference, error)
- func (pi ConfigurationProviderIdentityAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pi ConfigurationProviderIdentityAttributes) InternalWithRef(ref terra.Reference) ConfigurationProviderIdentityAttributes
- func (pi ConfigurationProviderIdentityAttributes) Principal() terra.StringValue
- type ConfigurationProviderIdentityState
- type ConfigurationState
- type ProviderDetailsAttributes
- func (pd ProviderDetailsAttributes) InternalRef() (terra.Reference, error)
- func (pd ProviderDetailsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pd ProviderDetailsAttributes) InternalWithRef(ref terra.Reference) ProviderDetailsAttributes
- func (pd ProviderDetailsAttributes) Location() terra.StringValue
- func (pd ProviderDetailsAttributes) RoleArn() terra.StringValue
- type ProviderDetailsState
- type Resource
- func (ascls *Resource) Attributes() awsSecuritylakeCustomLogSourceAttributes
- func (ascls *Resource) Configuration() interface{}
- func (ascls *Resource) DependOn() terra.Reference
- func (ascls *Resource) Dependencies() terra.Dependencies
- func (ascls *Resource) ImportState(state io.Reader) error
- func (ascls *Resource) LifecycleManagement() *terra.Lifecycle
- func (ascls *Resource) LocalName() string
- func (ascls *Resource) State() (*awsSecuritylakeCustomLogSourceState, bool)
- func (ascls *Resource) StateMust() *awsSecuritylakeCustomLogSourceState
- func (ascls *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // EventClasses: set of string, optional EventClasses terra.SetValue[terra.StringValue] `hcl:"event_classes,attr"` // SourceName: string, required SourceName terra.StringValue `hcl:"source_name,attr" validate:"required"` // SourceVersion: string, optional SourceVersion terra.StringValue `hcl:"source_version,attr"` // Configuration: min=0 Configuration []Configuration `hcl:"configuration,block" validate:"min=0"` }
Args contains the configurations for aws_securitylake_custom_log_source.
type AttributesAttributes ¶
type AttributesAttributes struct {
// contains filtered or unexported fields
}
func (AttributesAttributes) CrawlerArn ¶
func (a AttributesAttributes) CrawlerArn() terra.StringValue
func (AttributesAttributes) DatabaseArn ¶
func (a AttributesAttributes) DatabaseArn() terra.StringValue
func (AttributesAttributes) InternalRef ¶
func (a AttributesAttributes) InternalRef() (terra.Reference, error)
func (AttributesAttributes) InternalTokens ¶
func (a AttributesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AttributesAttributes) InternalWithRef ¶
func (a AttributesAttributes) InternalWithRef(ref terra.Reference) AttributesAttributes
func (AttributesAttributes) TableArn ¶
func (a AttributesAttributes) TableArn() terra.StringValue
type AttributesState ¶
type Configuration ¶
type Configuration struct { // ConfigurationCrawlerConfiguration: min=0 CrawlerConfiguration []ConfigurationCrawlerConfiguration `hcl:"crawler_configuration,block" validate:"min=0"` // ConfigurationProviderIdentity: min=0 ProviderIdentity []ConfigurationProviderIdentity `hcl:"provider_identity,block" validate:"min=0"` }
type ConfigurationAttributes ¶
type ConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (ConfigurationAttributes) CrawlerConfiguration ¶
func (c ConfigurationAttributes) CrawlerConfiguration() terra.ListValue[ConfigurationCrawlerConfigurationAttributes]
func (ConfigurationAttributes) InternalRef ¶
func (c ConfigurationAttributes) InternalRef() (terra.Reference, error)
func (ConfigurationAttributes) InternalTokens ¶
func (c ConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ConfigurationAttributes) InternalWithRef ¶
func (c ConfigurationAttributes) InternalWithRef(ref terra.Reference) ConfigurationAttributes
func (ConfigurationAttributes) ProviderIdentity ¶
func (c ConfigurationAttributes) ProviderIdentity() terra.ListValue[ConfigurationProviderIdentityAttributes]
type ConfigurationCrawlerConfiguration ¶
type ConfigurationCrawlerConfiguration struct { // RoleArn: string, required RoleArn terra.StringValue `hcl:"role_arn,attr" validate:"required"` }
type ConfigurationCrawlerConfigurationAttributes ¶
type ConfigurationCrawlerConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (ConfigurationCrawlerConfigurationAttributes) InternalRef ¶
func (cc ConfigurationCrawlerConfigurationAttributes) InternalRef() (terra.Reference, error)
func (ConfigurationCrawlerConfigurationAttributes) InternalTokens ¶
func (cc ConfigurationCrawlerConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ConfigurationCrawlerConfigurationAttributes) InternalWithRef ¶
func (cc ConfigurationCrawlerConfigurationAttributes) InternalWithRef(ref terra.Reference) ConfigurationCrawlerConfigurationAttributes
func (ConfigurationCrawlerConfigurationAttributes) RoleArn ¶
func (cc ConfigurationCrawlerConfigurationAttributes) RoleArn() terra.StringValue
type ConfigurationCrawlerConfigurationState ¶
type ConfigurationCrawlerConfigurationState struct {
RoleArn string `json:"role_arn"`
}
type ConfigurationProviderIdentity ¶
type ConfigurationProviderIdentity struct { // ExternalId: string, required ExternalId terra.StringValue `hcl:"external_id,attr" validate:"required"` // Principal: string, required Principal terra.StringValue `hcl:"principal,attr" validate:"required"` }
type ConfigurationProviderIdentityAttributes ¶
type ConfigurationProviderIdentityAttributes struct {
// contains filtered or unexported fields
}
func (ConfigurationProviderIdentityAttributes) ExternalId ¶
func (pi ConfigurationProviderIdentityAttributes) ExternalId() terra.StringValue
func (ConfigurationProviderIdentityAttributes) InternalRef ¶
func (pi ConfigurationProviderIdentityAttributes) InternalRef() (terra.Reference, error)
func (ConfigurationProviderIdentityAttributes) InternalTokens ¶
func (pi ConfigurationProviderIdentityAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ConfigurationProviderIdentityAttributes) InternalWithRef ¶
func (pi ConfigurationProviderIdentityAttributes) InternalWithRef(ref terra.Reference) ConfigurationProviderIdentityAttributes
func (ConfigurationProviderIdentityAttributes) Principal ¶
func (pi ConfigurationProviderIdentityAttributes) Principal() terra.StringValue
type ConfigurationState ¶
type ConfigurationState struct { CrawlerConfiguration []ConfigurationCrawlerConfigurationState `json:"crawler_configuration"` ProviderIdentity []ConfigurationProviderIdentityState `json:"provider_identity"` }
type ProviderDetailsAttributes ¶
type ProviderDetailsAttributes struct {
// contains filtered or unexported fields
}
func (ProviderDetailsAttributes) InternalRef ¶
func (pd ProviderDetailsAttributes) InternalRef() (terra.Reference, error)
func (ProviderDetailsAttributes) InternalTokens ¶
func (pd ProviderDetailsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ProviderDetailsAttributes) InternalWithRef ¶
func (pd ProviderDetailsAttributes) InternalWithRef(ref terra.Reference) ProviderDetailsAttributes
func (ProviderDetailsAttributes) Location ¶
func (pd ProviderDetailsAttributes) Location() terra.StringValue
func (ProviderDetailsAttributes) RoleArn ¶
func (pd ProviderDetailsAttributes) RoleArn() terra.StringValue
type ProviderDetailsState ¶
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_securitylake_custom_log_source.
func (*Resource) Attributes ¶
func (ascls *Resource) Attributes() awsSecuritylakeCustomLogSourceAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (ascls *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (ascls *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.