Documentation ¶
Index ¶
- func NewCloudwatchlogsServicesK8SAwsLogGroupV1Alpha1Manifest() datasource.DataSource
- type CloudwatchlogsServicesK8SAwsLogGroupV1Alpha1Manifest
- func (r *CloudwatchlogsServicesK8SAwsLogGroupV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, ...)
- func (r *CloudwatchlogsServicesK8SAwsLogGroupV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, ...)
- func (r *CloudwatchlogsServicesK8SAwsLogGroupV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, ...)
- type CloudwatchlogsServicesK8SAwsLogGroupV1Alpha1ManifestData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCloudwatchlogsServicesK8SAwsLogGroupV1Alpha1Manifest ¶
func NewCloudwatchlogsServicesK8SAwsLogGroupV1Alpha1Manifest() datasource.DataSource
Types ¶
type CloudwatchlogsServicesK8SAwsLogGroupV1Alpha1Manifest ¶
type CloudwatchlogsServicesK8SAwsLogGroupV1Alpha1Manifest struct{}
func (*CloudwatchlogsServicesK8SAwsLogGroupV1Alpha1Manifest) Metadata ¶
func (r *CloudwatchlogsServicesK8SAwsLogGroupV1Alpha1Manifest) Metadata(_ context.Context, request datasource.MetadataRequest, response *datasource.MetadataResponse)
func (*CloudwatchlogsServicesK8SAwsLogGroupV1Alpha1Manifest) Read ¶
func (r *CloudwatchlogsServicesK8SAwsLogGroupV1Alpha1Manifest) Read(ctx context.Context, request datasource.ReadRequest, response *datasource.ReadResponse)
func (*CloudwatchlogsServicesK8SAwsLogGroupV1Alpha1Manifest) Schema ¶
func (r *CloudwatchlogsServicesK8SAwsLogGroupV1Alpha1Manifest) Schema(_ context.Context, _ datasource.SchemaRequest, response *datasource.SchemaResponse)
type CloudwatchlogsServicesK8SAwsLogGroupV1Alpha1ManifestData ¶
type CloudwatchlogsServicesK8SAwsLogGroupV1Alpha1ManifestData struct { YAML types.String `tfsdk:"yaml" json:"-"` ApiVersion *string `tfsdk:"-" json:"apiVersion"` Kind *string `tfsdk:"-" json:"kind"` Metadata struct { Name string `tfsdk:"name" json:"name"` Namespace string `tfsdk:"namespace" json:"namespace"` Labels map[string]string `tfsdk:"labels" json:"labels,omitempty"` Annotations map[string]string `tfsdk:"annotations" json:"annotations,omitempty"` } `tfsdk:"metadata" json:"metadata"` Spec *struct { KmsKeyID *string `tfsdk:"kms_key_id" json:"kmsKeyID,omitempty"` KmsKeyRef *struct { From *struct { Name *string `tfsdk:"name" json:"name,omitempty"` Namespace *string `tfsdk:"namespace" json:"namespace,omitempty"` } `tfsdk:"from" json:"from,omitempty"` } `tfsdk:"kms_key_ref" json:"kmsKeyRef,omitempty"` Name *string `tfsdk:"name" json:"name,omitempty"` RetentionDays *int64 `tfsdk:"retention_days" json:"retentionDays,omitempty"` SubscriptionFilters *[]struct { DestinationARN *string `tfsdk:"destination_arn" json:"destinationARN,omitempty"` Distribution *string `tfsdk:"distribution" json:"distribution,omitempty"` FilterName *string `tfsdk:"filter_name" json:"filterName,omitempty"` FilterPattern *string `tfsdk:"filter_pattern" json:"filterPattern,omitempty"` RoleARN *string `tfsdk:"role_arn" json:"roleARN,omitempty"` } `tfsdk:"subscription_filters" json:"subscriptionFilters,omitempty"` Tags *map[string]string `tfsdk:"tags" json:"tags,omitempty"` } `tfsdk:"spec" json:"spec,omitempty"` }
Click to show internal directories.
Click to hide internal directories.