Documentation ¶
Index ¶
- type AccessLogs
- type AccessLogsAttributes
- func (al AccessLogsAttributes) CloudwatchLogs() terra.ListValue[AccessLogsCloudwatchLogsAttributes]
- func (al AccessLogsAttributes) IncludeTrustContext() terra.BoolValue
- func (al AccessLogsAttributes) InternalRef() (terra.Reference, error)
- func (al AccessLogsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (al AccessLogsAttributes) InternalWithRef(ref terra.Reference) AccessLogsAttributes
- func (al AccessLogsAttributes) KinesisDataFirehose() terra.ListValue[AccessLogsKinesisDataFirehoseAttributes]
- func (al AccessLogsAttributes) LogVersion() terra.StringValue
- func (al AccessLogsAttributes) S3() terra.ListValue[AccessLogsS3Attributes]
- type AccessLogsCloudwatchLogs
- type AccessLogsCloudwatchLogsAttributes
- func (cl AccessLogsCloudwatchLogsAttributes) Enabled() terra.BoolValue
- func (cl AccessLogsCloudwatchLogsAttributes) InternalRef() (terra.Reference, error)
- func (cl AccessLogsCloudwatchLogsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cl AccessLogsCloudwatchLogsAttributes) InternalWithRef(ref terra.Reference) AccessLogsCloudwatchLogsAttributes
- func (cl AccessLogsCloudwatchLogsAttributes) LogGroup() terra.StringValue
- type AccessLogsCloudwatchLogsState
- type AccessLogsKinesisDataFirehose
- type AccessLogsKinesisDataFirehoseAttributes
- func (kdf AccessLogsKinesisDataFirehoseAttributes) DeliveryStream() terra.StringValue
- func (kdf AccessLogsKinesisDataFirehoseAttributes) Enabled() terra.BoolValue
- func (kdf AccessLogsKinesisDataFirehoseAttributes) InternalRef() (terra.Reference, error)
- func (kdf AccessLogsKinesisDataFirehoseAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (kdf AccessLogsKinesisDataFirehoseAttributes) InternalWithRef(ref terra.Reference) AccessLogsKinesisDataFirehoseAttributes
- type AccessLogsKinesisDataFirehoseState
- type AccessLogsS3
- type AccessLogsS3Attributes
- func (s AccessLogsS3Attributes) BucketName() terra.StringValue
- func (s AccessLogsS3Attributes) BucketOwner() terra.StringValue
- func (s AccessLogsS3Attributes) Enabled() terra.BoolValue
- func (s AccessLogsS3Attributes) InternalRef() (terra.Reference, error)
- func (s AccessLogsS3Attributes) InternalTokens() (hclwrite.Tokens, error)
- func (s AccessLogsS3Attributes) InternalWithRef(ref terra.Reference) AccessLogsS3Attributes
- func (s AccessLogsS3Attributes) Prefix() terra.StringValue
- type AccessLogsS3State
- type AccessLogsState
- type Args
- type Resource
- func (avilc *Resource) Attributes() awsVerifiedaccessInstanceLoggingConfigurationAttributes
- func (avilc *Resource) Configuration() interface{}
- func (avilc *Resource) DependOn() terra.Reference
- func (avilc *Resource) Dependencies() terra.Dependencies
- func (avilc *Resource) ImportState(state io.Reader) error
- func (avilc *Resource) LifecycleManagement() *terra.Lifecycle
- func (avilc *Resource) LocalName() string
- func (avilc *Resource) State() (*awsVerifiedaccessInstanceLoggingConfigurationState, bool)
- func (avilc *Resource) StateMust() *awsVerifiedaccessInstanceLoggingConfigurationState
- func (avilc *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessLogs ¶
type AccessLogs struct { // IncludeTrustContext: bool, optional IncludeTrustContext terra.BoolValue `hcl:"include_trust_context,attr"` // LogVersion: string, optional LogVersion terra.StringValue `hcl:"log_version,attr"` // AccessLogsCloudwatchLogs: optional CloudwatchLogs *AccessLogsCloudwatchLogs `hcl:"cloudwatch_logs,block"` // AccessLogsKinesisDataFirehose: optional KinesisDataFirehose *AccessLogsKinesisDataFirehose `hcl:"kinesis_data_firehose,block"` // AccessLogsS3: optional S3 *AccessLogsS3 `hcl:"s3,block"` }
type AccessLogsAttributes ¶
type AccessLogsAttributes struct {
// contains filtered or unexported fields
}
func (AccessLogsAttributes) CloudwatchLogs ¶
func (al AccessLogsAttributes) CloudwatchLogs() terra.ListValue[AccessLogsCloudwatchLogsAttributes]
func (AccessLogsAttributes) IncludeTrustContext ¶
func (al AccessLogsAttributes) IncludeTrustContext() terra.BoolValue
func (AccessLogsAttributes) InternalRef ¶
func (al AccessLogsAttributes) InternalRef() (terra.Reference, error)
func (AccessLogsAttributes) InternalTokens ¶
func (al AccessLogsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AccessLogsAttributes) InternalWithRef ¶
func (al AccessLogsAttributes) InternalWithRef(ref terra.Reference) AccessLogsAttributes
func (AccessLogsAttributes) KinesisDataFirehose ¶
func (al AccessLogsAttributes) KinesisDataFirehose() terra.ListValue[AccessLogsKinesisDataFirehoseAttributes]
func (AccessLogsAttributes) LogVersion ¶
func (al AccessLogsAttributes) LogVersion() terra.StringValue
func (AccessLogsAttributes) S3 ¶
func (al AccessLogsAttributes) S3() terra.ListValue[AccessLogsS3Attributes]
type AccessLogsCloudwatchLogs ¶
type AccessLogsCloudwatchLogs struct { // Enabled: bool, required Enabled terra.BoolValue `hcl:"enabled,attr" validate:"required"` // LogGroup: string, optional LogGroup terra.StringValue `hcl:"log_group,attr"` }
type AccessLogsCloudwatchLogsAttributes ¶
type AccessLogsCloudwatchLogsAttributes struct {
// contains filtered or unexported fields
}
func (AccessLogsCloudwatchLogsAttributes) Enabled ¶
func (cl AccessLogsCloudwatchLogsAttributes) Enabled() terra.BoolValue
func (AccessLogsCloudwatchLogsAttributes) InternalRef ¶
func (cl AccessLogsCloudwatchLogsAttributes) InternalRef() (terra.Reference, error)
func (AccessLogsCloudwatchLogsAttributes) InternalTokens ¶
func (cl AccessLogsCloudwatchLogsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AccessLogsCloudwatchLogsAttributes) InternalWithRef ¶
func (cl AccessLogsCloudwatchLogsAttributes) InternalWithRef(ref terra.Reference) AccessLogsCloudwatchLogsAttributes
func (AccessLogsCloudwatchLogsAttributes) LogGroup ¶
func (cl AccessLogsCloudwatchLogsAttributes) LogGroup() terra.StringValue
type AccessLogsKinesisDataFirehose ¶
type AccessLogsKinesisDataFirehose struct { // DeliveryStream: string, optional DeliveryStream terra.StringValue `hcl:"delivery_stream,attr"` // Enabled: bool, required Enabled terra.BoolValue `hcl:"enabled,attr" validate:"required"` }
type AccessLogsKinesisDataFirehoseAttributes ¶
type AccessLogsKinesisDataFirehoseAttributes struct {
// contains filtered or unexported fields
}
func (AccessLogsKinesisDataFirehoseAttributes) DeliveryStream ¶
func (kdf AccessLogsKinesisDataFirehoseAttributes) DeliveryStream() terra.StringValue
func (AccessLogsKinesisDataFirehoseAttributes) Enabled ¶
func (kdf AccessLogsKinesisDataFirehoseAttributes) Enabled() terra.BoolValue
func (AccessLogsKinesisDataFirehoseAttributes) InternalRef ¶
func (kdf AccessLogsKinesisDataFirehoseAttributes) InternalRef() (terra.Reference, error)
func (AccessLogsKinesisDataFirehoseAttributes) InternalTokens ¶
func (kdf AccessLogsKinesisDataFirehoseAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AccessLogsKinesisDataFirehoseAttributes) InternalWithRef ¶
func (kdf AccessLogsKinesisDataFirehoseAttributes) InternalWithRef(ref terra.Reference) AccessLogsKinesisDataFirehoseAttributes
type AccessLogsS3 ¶
type AccessLogsS3 struct { // BucketName: string, optional BucketName terra.StringValue `hcl:"bucket_name,attr"` // BucketOwner: string, optional BucketOwner terra.StringValue `hcl:"bucket_owner,attr"` // Enabled: bool, required Enabled terra.BoolValue `hcl:"enabled,attr" validate:"required"` // Prefix: string, optional Prefix terra.StringValue `hcl:"prefix,attr"` }
type AccessLogsS3Attributes ¶
type AccessLogsS3Attributes struct {
// contains filtered or unexported fields
}
func (AccessLogsS3Attributes) BucketName ¶
func (s AccessLogsS3Attributes) BucketName() terra.StringValue
func (AccessLogsS3Attributes) BucketOwner ¶
func (s AccessLogsS3Attributes) BucketOwner() terra.StringValue
func (AccessLogsS3Attributes) Enabled ¶
func (s AccessLogsS3Attributes) Enabled() terra.BoolValue
func (AccessLogsS3Attributes) InternalRef ¶
func (s AccessLogsS3Attributes) InternalRef() (terra.Reference, error)
func (AccessLogsS3Attributes) InternalTokens ¶
func (s AccessLogsS3Attributes) InternalTokens() (hclwrite.Tokens, error)
func (AccessLogsS3Attributes) InternalWithRef ¶
func (s AccessLogsS3Attributes) InternalWithRef(ref terra.Reference) AccessLogsS3Attributes
func (AccessLogsS3Attributes) Prefix ¶
func (s AccessLogsS3Attributes) Prefix() terra.StringValue
type AccessLogsS3State ¶
type AccessLogsState ¶
type AccessLogsState struct { IncludeTrustContext bool `json:"include_trust_context"` LogVersion string `json:"log_version"` CloudwatchLogs []AccessLogsCloudwatchLogsState `json:"cloudwatch_logs"` KinesisDataFirehose []AccessLogsKinesisDataFirehoseState `json:"kinesis_data_firehose"` S3 []AccessLogsS3State `json:"s3"` }
type Args ¶
type Args struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // VerifiedaccessInstanceId: string, required VerifiedaccessInstanceId terra.StringValue `hcl:"verifiedaccess_instance_id,attr" validate:"required"` // AccessLogs: required AccessLogs *AccessLogs `hcl:"access_logs,block" validate:"required"` }
Args contains the configurations for aws_verifiedaccess_instance_logging_configuration.
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_verifiedaccess_instance_logging_configuration.
func (*Resource) Attributes ¶
func (avilc *Resource) Attributes() awsVerifiedaccessInstanceLoggingConfigurationAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (avilc *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (avilc *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.