Documentation ¶
Index ¶
- type Args
- type Resource
- func (ass *Resource) Attributes() awsSecuritylakeSubscriberAttributes
- func (ass *Resource) Configuration() interface{}
- func (ass *Resource) DependOn() terra.Reference
- func (ass *Resource) Dependencies() terra.Dependencies
- func (ass *Resource) ImportState(state io.Reader) error
- func (ass *Resource) LifecycleManagement() *terra.Lifecycle
- func (ass *Resource) LocalName() string
- func (ass *Resource) State() (*awsSecuritylakeSubscriberState, bool)
- func (ass *Resource) StateMust() *awsSecuritylakeSubscriberState
- func (ass *Resource) Type() string
- type Source
- type SourceAttributes
- func (s SourceAttributes) AwsLogSourceResource() terra.ListValue[SourceAwsLogSourceResourceAttributes]
- func (s SourceAttributes) CustomLogSourceResource() terra.ListValue[SourceCustomLogSourceResourceAttributes]
- func (s SourceAttributes) InternalRef() (terra.Reference, error)
- func (s SourceAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s SourceAttributes) InternalWithRef(ref terra.Reference) SourceAttributes
- type SourceAwsLogSourceResource
- type SourceAwsLogSourceResourceAttributes
- func (alsr SourceAwsLogSourceResourceAttributes) InternalRef() (terra.Reference, error)
- func (alsr SourceAwsLogSourceResourceAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (alsr SourceAwsLogSourceResourceAttributes) InternalWithRef(ref terra.Reference) SourceAwsLogSourceResourceAttributes
- func (alsr SourceAwsLogSourceResourceAttributes) SourceName() terra.StringValue
- func (alsr SourceAwsLogSourceResourceAttributes) SourceVersion() terra.StringValue
- type SourceAwsLogSourceResourceState
- type SourceCustomLogSourceResource
- type SourceCustomLogSourceResourceAttributes
- func (clsr SourceCustomLogSourceResourceAttributes) Attributes() terra.ListValue[SourceCustomLogSourceResourceAttributesAttributes]
- func (clsr SourceCustomLogSourceResourceAttributes) InternalRef() (terra.Reference, error)
- func (clsr SourceCustomLogSourceResourceAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (clsr SourceCustomLogSourceResourceAttributes) InternalWithRef(ref terra.Reference) SourceCustomLogSourceResourceAttributes
- func (clsr SourceCustomLogSourceResourceAttributes) Provider() terra.ListValue[SourceCustomLogSourceResourceProviderAttributes]
- func (clsr SourceCustomLogSourceResourceAttributes) SourceName() terra.StringValue
- func (clsr SourceCustomLogSourceResourceAttributes) SourceVersion() terra.StringValue
- type SourceCustomLogSourceResourceAttributesAttributes
- func (a SourceCustomLogSourceResourceAttributesAttributes) CrawlerArn() terra.StringValue
- func (a SourceCustomLogSourceResourceAttributesAttributes) DatabaseArn() terra.StringValue
- func (a SourceCustomLogSourceResourceAttributesAttributes) InternalRef() (terra.Reference, error)
- func (a SourceCustomLogSourceResourceAttributesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (a SourceCustomLogSourceResourceAttributesAttributes) InternalWithRef(ref terra.Reference) SourceCustomLogSourceResourceAttributesAttributes
- func (a SourceCustomLogSourceResourceAttributesAttributes) TableArn() terra.StringValue
- type SourceCustomLogSourceResourceAttributesState
- type SourceCustomLogSourceResourceProviderAttributes
- func (p SourceCustomLogSourceResourceProviderAttributes) InternalRef() (terra.Reference, error)
- func (p SourceCustomLogSourceResourceProviderAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (p SourceCustomLogSourceResourceProviderAttributes) InternalWithRef(ref terra.Reference) SourceCustomLogSourceResourceProviderAttributes
- func (p SourceCustomLogSourceResourceProviderAttributes) Location() terra.StringValue
- func (p SourceCustomLogSourceResourceProviderAttributes) RoleArn() terra.StringValue
- type SourceCustomLogSourceResourceProviderState
- type SourceCustomLogSourceResourceState
- type SourceState
- type SubscriberIdentity
- type SubscriberIdentityAttributes
- func (si SubscriberIdentityAttributes) ExternalId() terra.StringValue
- func (si SubscriberIdentityAttributes) InternalRef() (terra.Reference, error)
- func (si SubscriberIdentityAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (si SubscriberIdentityAttributes) InternalWithRef(ref terra.Reference) SubscriberIdentityAttributes
- func (si SubscriberIdentityAttributes) Principal() terra.StringValue
- type SubscriberIdentityState
- 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 { // AccessType: string, optional AccessType terra.StringValue `hcl:"access_type,attr"` // SubscriberDescription: string, optional SubscriberDescription terra.StringValue `hcl:"subscriber_description,attr"` // SubscriberName: string, optional SubscriberName terra.StringValue `hcl:"subscriber_name,attr"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // Source: min=0 Source []Source `hcl:"source,block" validate:"min=0"` // SubscriberIdentity: min=0 SubscriberIdentity []SubscriberIdentity `hcl:"subscriber_identity,block" validate:"min=0"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for aws_securitylake_subscriber.
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_subscriber.
func (*Resource) Attributes ¶
func (ass *Resource) Attributes() awsSecuritylakeSubscriberAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (ass *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (ass *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 Source ¶
type Source struct { // SourceAwsLogSourceResource: min=0 AwsLogSourceResource []SourceAwsLogSourceResource `hcl:"aws_log_source_resource,block" validate:"min=0"` // SourceCustomLogSourceResource: min=0 CustomLogSourceResource []SourceCustomLogSourceResource `hcl:"custom_log_source_resource,block" validate:"min=0"` }
type SourceAttributes ¶
type SourceAttributes struct {
// contains filtered or unexported fields
}
func (SourceAttributes) AwsLogSourceResource ¶
func (s SourceAttributes) AwsLogSourceResource() terra.ListValue[SourceAwsLogSourceResourceAttributes]
func (SourceAttributes) CustomLogSourceResource ¶
func (s SourceAttributes) CustomLogSourceResource() terra.ListValue[SourceCustomLogSourceResourceAttributes]
func (SourceAttributes) InternalRef ¶
func (s SourceAttributes) InternalRef() (terra.Reference, error)
func (SourceAttributes) InternalTokens ¶
func (s SourceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SourceAttributes) InternalWithRef ¶
func (s SourceAttributes) InternalWithRef(ref terra.Reference) SourceAttributes
type SourceAwsLogSourceResource ¶
type SourceAwsLogSourceResource struct { // SourceName: string, optional SourceName terra.StringValue `hcl:"source_name,attr"` // SourceVersion: string, optional SourceVersion terra.StringValue `hcl:"source_version,attr"` }
type SourceAwsLogSourceResourceAttributes ¶
type SourceAwsLogSourceResourceAttributes struct {
// contains filtered or unexported fields
}
func (SourceAwsLogSourceResourceAttributes) InternalRef ¶
func (alsr SourceAwsLogSourceResourceAttributes) InternalRef() (terra.Reference, error)
func (SourceAwsLogSourceResourceAttributes) InternalTokens ¶
func (alsr SourceAwsLogSourceResourceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SourceAwsLogSourceResourceAttributes) InternalWithRef ¶
func (alsr SourceAwsLogSourceResourceAttributes) InternalWithRef(ref terra.Reference) SourceAwsLogSourceResourceAttributes
func (SourceAwsLogSourceResourceAttributes) SourceName ¶
func (alsr SourceAwsLogSourceResourceAttributes) SourceName() terra.StringValue
func (SourceAwsLogSourceResourceAttributes) SourceVersion ¶
func (alsr SourceAwsLogSourceResourceAttributes) SourceVersion() terra.StringValue
type SourceCustomLogSourceResource ¶
type SourceCustomLogSourceResource struct { // SourceName: string, optional SourceName terra.StringValue `hcl:"source_name,attr"` // SourceVersion: string, optional SourceVersion terra.StringValue `hcl:"source_version,attr"` }
type SourceCustomLogSourceResourceAttributes ¶
type SourceCustomLogSourceResourceAttributes struct {
// contains filtered or unexported fields
}
func (SourceCustomLogSourceResourceAttributes) Attributes ¶
func (clsr SourceCustomLogSourceResourceAttributes) Attributes() terra.ListValue[SourceCustomLogSourceResourceAttributesAttributes]
func (SourceCustomLogSourceResourceAttributes) InternalRef ¶
func (clsr SourceCustomLogSourceResourceAttributes) InternalRef() (terra.Reference, error)
func (SourceCustomLogSourceResourceAttributes) InternalTokens ¶
func (clsr SourceCustomLogSourceResourceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SourceCustomLogSourceResourceAttributes) InternalWithRef ¶
func (clsr SourceCustomLogSourceResourceAttributes) InternalWithRef(ref terra.Reference) SourceCustomLogSourceResourceAttributes
func (SourceCustomLogSourceResourceAttributes) Provider ¶
func (clsr SourceCustomLogSourceResourceAttributes) Provider() terra.ListValue[SourceCustomLogSourceResourceProviderAttributes]
func (SourceCustomLogSourceResourceAttributes) SourceName ¶
func (clsr SourceCustomLogSourceResourceAttributes) SourceName() terra.StringValue
func (SourceCustomLogSourceResourceAttributes) SourceVersion ¶
func (clsr SourceCustomLogSourceResourceAttributes) SourceVersion() terra.StringValue
type SourceCustomLogSourceResourceAttributesAttributes ¶
type SourceCustomLogSourceResourceAttributesAttributes struct {
// contains filtered or unexported fields
}
func (SourceCustomLogSourceResourceAttributesAttributes) CrawlerArn ¶
func (a SourceCustomLogSourceResourceAttributesAttributes) CrawlerArn() terra.StringValue
func (SourceCustomLogSourceResourceAttributesAttributes) DatabaseArn ¶
func (a SourceCustomLogSourceResourceAttributesAttributes) DatabaseArn() terra.StringValue
func (SourceCustomLogSourceResourceAttributesAttributes) InternalRef ¶
func (a SourceCustomLogSourceResourceAttributesAttributes) InternalRef() (terra.Reference, error)
func (SourceCustomLogSourceResourceAttributesAttributes) InternalTokens ¶
func (a SourceCustomLogSourceResourceAttributesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SourceCustomLogSourceResourceAttributesAttributes) InternalWithRef ¶
func (a SourceCustomLogSourceResourceAttributesAttributes) InternalWithRef(ref terra.Reference) SourceCustomLogSourceResourceAttributesAttributes
func (SourceCustomLogSourceResourceAttributesAttributes) TableArn ¶
func (a SourceCustomLogSourceResourceAttributesAttributes) TableArn() terra.StringValue
type SourceCustomLogSourceResourceProviderAttributes ¶
type SourceCustomLogSourceResourceProviderAttributes struct {
// contains filtered or unexported fields
}
func (SourceCustomLogSourceResourceProviderAttributes) InternalRef ¶
func (p SourceCustomLogSourceResourceProviderAttributes) InternalRef() (terra.Reference, error)
func (SourceCustomLogSourceResourceProviderAttributes) InternalTokens ¶
func (p SourceCustomLogSourceResourceProviderAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SourceCustomLogSourceResourceProviderAttributes) InternalWithRef ¶
func (p SourceCustomLogSourceResourceProviderAttributes) InternalWithRef(ref terra.Reference) SourceCustomLogSourceResourceProviderAttributes
func (SourceCustomLogSourceResourceProviderAttributes) Location ¶
func (p SourceCustomLogSourceResourceProviderAttributes) Location() terra.StringValue
func (SourceCustomLogSourceResourceProviderAttributes) RoleArn ¶
func (p SourceCustomLogSourceResourceProviderAttributes) RoleArn() terra.StringValue
type SourceCustomLogSourceResourceState ¶
type SourceCustomLogSourceResourceState struct { SourceName string `json:"source_name"` SourceVersion string `json:"source_version"` Attributes []SourceCustomLogSourceResourceAttributesState `json:"attributes"` Provider []SourceCustomLogSourceResourceProviderState `json:"provider"` }
type SourceState ¶
type SourceState struct { AwsLogSourceResource []SourceAwsLogSourceResourceState `json:"aws_log_source_resource"` CustomLogSourceResource []SourceCustomLogSourceResourceState `json:"custom_log_source_resource"` }
type SubscriberIdentity ¶
type SubscriberIdentity 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 SubscriberIdentityAttributes ¶
type SubscriberIdentityAttributes struct {
// contains filtered or unexported fields
}
func (SubscriberIdentityAttributes) ExternalId ¶
func (si SubscriberIdentityAttributes) ExternalId() terra.StringValue
func (SubscriberIdentityAttributes) InternalRef ¶
func (si SubscriberIdentityAttributes) InternalRef() (terra.Reference, error)
func (SubscriberIdentityAttributes) InternalTokens ¶
func (si SubscriberIdentityAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SubscriberIdentityAttributes) InternalWithRef ¶
func (si SubscriberIdentityAttributes) InternalWithRef(ref terra.Reference) SubscriberIdentityAttributes
func (SubscriberIdentityAttributes) Principal ¶
func (si SubscriberIdentityAttributes) Principal() terra.StringValue
type SubscriberIdentityState ¶
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.