Documentation ¶
Index ¶
- func AutoscalingLaunchConfigurations() *schema.Table
- func CloudfrontCachePolicies() *schema.Table
- func CloudfrontDistributions() *schema.Table
- func CloudtrailTrails() *schema.Table
- func CloudwatchAlarms() *schema.Table
- func CloudwatchlogsFilters() *schema.Table
- func DirectconnectGateways() *schema.Table
- func DirectconnectVirtualGateways() *schema.Table
- func DirectconnectVirtualInterfaces() *schema.Table
- func Ec2ByoipCidrs() *schema.Table
- func Ec2CustomerGateways() *schema.Table
- func Ec2EbsVolumes() *schema.Table
- func Ec2FlowLogs() *schema.Table
- func Ec2Images() *schema.Table
- func Ec2Instances() *schema.Table
- func Ec2InternetGateways() *schema.Table
- func Ec2NatGateways() *schema.Table
- func Ec2NetworkAcls() *schema.Table
- func Ec2RouteTables() *schema.Table
- func Ec2SecurityGroups() *schema.Table
- func Ec2Subnets() *schema.Table
- func Ec2TransitGateways() *schema.Table
- func Ec2VpcEndpoints() *schema.Table
- func Ec2VpcPeeringConnections() *schema.Table
- func Ec2Vpcs() *schema.Table
- func EcrRepositories() *schema.Table
- func EcsClusters() *schema.Table
- func EfsFilesystems() *schema.Table
- func EksClusters() *schema.Table
- func ElasticbeanstalkEnvironments() *schema.Table
- func Elbv1LoadBalancers() *schema.Table
- func Elbv2LoadBalancers() *schema.Table
- func Elbv2TargetGroups() *schema.Table
- func EmrClusters() *schema.Table
- func FsxBackups() *schema.Table
- func IamGroups() *schema.Table
- func IamOpenidConnectIdentityProviders() *schema.Table
- func IamPasswordPolicies() *schema.Table
- func IamPolicies() *schema.Table
- func IamRoles() *schema.Table
- func IamSamlIdentityProviders() *schema.Table
- func IamUsers() *schema.Table
- func IamVirtualMfaDevices() *schema.Table
- func KmsKeys() *schema.Table
- func OrganizationsAccounts() *schema.Table
- func Provider() *provider.Provider
- func RdsCertificates() *schema.Table
- func RdsClusters() *schema.Table
- func RdsInstances() *schema.Table
- func RdsSubnetGroups() *schema.Table
- func RedshiftClusters() *schema.Table
- func RedshiftSubnetGroups() *schema.Table
- func Route53HealthChecks() *schema.Table
- func Route53HostedZones() *schema.Table
- func Route53ReusableDelegationSets() *schema.Table
- func Route53TrafficPolicies() *schema.Table
- func S3Buckets() *schema.Table
- func SnsSubscriptions() *schema.Table
- func SnsTopics() *schema.Table
- type ELBv1LoadBalancerWrapper
- type Route53HealthCheckWrapper
- type Route53HostedZoneWrapper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloudfrontCachePolicies ¶ added in v0.4.0
func CloudfrontDistributions ¶ added in v0.4.0
func CloudtrailTrails ¶
func CloudwatchAlarms ¶
func CloudwatchlogsFilters ¶
func DirectconnectGateways ¶
func DirectconnectVirtualGateways ¶ added in v0.3.13
func DirectconnectVirtualInterfaces ¶ added in v0.3.11
func Ec2ByoipCidrs ¶
func Ec2CustomerGateways ¶
func Ec2EbsVolumes ¶ added in v0.3.12
func Ec2FlowLogs ¶
func Ec2Instances ¶
func Ec2InternetGateways ¶
func Ec2NatGateways ¶
func Ec2NetworkAcls ¶
func Ec2RouteTables ¶
func Ec2SecurityGroups ¶
func Ec2Subnets ¶
func Ec2TransitGateways ¶ added in v0.3.12
func Ec2VpcEndpoints ¶ added in v0.4.0
func EcrRepositories ¶
func EcsClusters ¶
func EfsFilesystems ¶
func EksClusters ¶
func Elbv1LoadBalancers ¶ added in v0.4.1
func Elbv2LoadBalancers ¶
func Elbv2TargetGroups ¶
func EmrClusters ¶
func FsxBackups ¶
func IamOpenidConnectIdentityProviders ¶ added in v0.4.0
func IamPasswordPolicies ¶
func IamPolicies ¶
func IamSamlIdentityProviders ¶ added in v0.4.0
func IamVirtualMfaDevices ¶
func OrganizationsAccounts ¶
func RdsCertificates ¶
func RdsClusters ¶
func RdsInstances ¶
func RdsSubnetGroups ¶
func RedshiftClusters ¶
func RedshiftSubnetGroups ¶
func Route53HealthChecks ¶ added in v0.4.1
func Route53HostedZones ¶ added in v0.4.1
func Route53ReusableDelegationSets ¶ added in v0.4.1
func Route53TrafficPolicies ¶ added in v0.4.1
func SnsSubscriptions ¶
Types ¶
type ELBv1LoadBalancerWrapper ¶ added in v0.4.1
type ELBv1LoadBalancerWrapper struct { types.LoadBalancerDescription Tags map[string]interface{} Attributes *types.LoadBalancerAttributes }
type Route53HealthCheckWrapper ¶ added in v0.4.1
type Route53HealthCheckWrapper struct { types.HealthCheck Tags map[string]interface{} }
type Route53HostedZoneWrapper ¶ added in v0.4.1
Source Files ¶
- autoscaling_launch_configurations.go
- cloudfront_cache_policies.go
- cloudfront_distributions.go
- cloudtrail_trails.go
- cloudwatch_alarms.go
- cloudwatchlogs_filters.go
- directconnect_gateways.go
- directconnect_virtual_gateways.go
- directconnect_virtual_interfaces.go
- ec2_byoip_cidrs.go
- ec2_customer_gateways.go
- ec2_ebs_volumes.go
- ec2_flow_logs.go
- ec2_images.go
- ec2_instances.go
- ec2_internet_gateways.go
- ec2_nat_gateways.go
- ec2_network_acls.go
- ec2_route_tables.go
- ec2_security_groups.go
- ec2_subnets.go
- ec2_transit_gateways.go
- ec2_vpc_endpoints.go
- ec2_vpc_peering_connections.go
- ec2_vpcs.go
- ecr_repositories.go
- ecs_clusters.go
- efs_filesystems.go
- eks_clusters.go
- elasticbeanstalk_environments.go
- elbv1_load_balancers.go
- elbv1_types.go
- elbv2_load_balancers.go
- elbv2_target_groups.go
- emr_clusters.go
- fsx_backups.go
- iam_group_policies.go
- iam_groups.go
- iam_openid_connect_identity_providers.go
- iam_password_policies.go
- iam_policies.go
- iam_role_policies.go
- iam_roles.go
- iam_saml_identity_providers.go
- iam_user_policies.go
- iam_users.go
- iam_virtual_mfa_devices.go
- kms_keys.go
- organizations_accounts.go
- provider.go
- rds_certificates.go
- rds_clusters.go
- rds_instances.go
- rds_subnet_groups.go
- redshift_clusters.go
- redshift_subnet_groups.go
- route53_delegation_sets.go
- route53_health_checks.go
- route53_hosted_zones.go
- route53_traffic_policies.go
- route53_types.go
- s3_buckets.go
- sns_subscriptions.go
- sns_topics.go
Click to show internal directories.
Click to hide internal directories.