Documentation ¶
Index ¶
- func AutoscalingLaunchConfigurations() *schema.Table
- func CloudtrailTrails() *schema.Table
- func CloudwatchAlarms() *schema.Table
- func CloudwatchlogsFilters() *schema.Table
- func DirectconnectGateways() *schema.Table
- func Ec2ByoipCidrs() *schema.Table
- func Ec2CustomerGateways() *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 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 Elbv2LoadBalancers() *schema.Table
- func Elbv2TargetGroups() *schema.Table
- func EmrClusters() *schema.Table
- func FsxBackups() *schema.Table
- func IamGroups() *schema.Table
- func IamPasswordPolicies() *schema.Table
- func IamPolicies() *schema.Table
- func IamRoles() *schema.Table
- func IamUsers() *schema.Table
- func IamVirtualMfaDevices() *schema.Table
- func KmsKeys() *schema.Table
- func OrganizationsAccounts() *schema.Table
- func Provider() *plugin.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 S3Buckets() *schema.Table
- func SnsSubscriptions() *schema.Table
- func SnsTopics() *schema.Table
- type ReportUser
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloudtrailTrails ¶
func CloudwatchAlarms ¶
func CloudwatchlogsFilters ¶
func DirectconnectGateways ¶
func Ec2ByoipCidrs ¶
func Ec2CustomerGateways ¶
func Ec2FlowLogs ¶
func Ec2Instances ¶
func Ec2InternetGateways ¶
func Ec2NatGateways ¶
func Ec2NetworkAcls ¶
func Ec2RouteTables ¶
func Ec2SecurityGroups ¶
func Ec2Subnets ¶
func EcrRepositories ¶
func EcsClusters ¶
func EfsFilesystems ¶
func EksClusters ¶
func Elbv2LoadBalancers ¶
func Elbv2TargetGroups ¶
func EmrClusters ¶
func FsxBackups ¶
func IamPasswordPolicies ¶
func IamPolicies ¶
func IamVirtualMfaDevices ¶
func OrganizationsAccounts ¶
func RdsCertificates ¶
func RdsClusters ¶
func RdsInstances ¶
func RdsSubnetGroups ¶
func RedshiftClusters ¶
func RedshiftSubnetGroups ¶
func SnsSubscriptions ¶
Types ¶
type ReportUser ¶
type ReportUser struct { User string `csv:"user"` ARN string `csv:"arn"` UserCreationTime time.Time `csv:"user_creation_time"` PasswordEnabled string `csv:"password_enabled"` PasswordLastUsed string `csv:"password_last_used"` PasswordLastChanged string `csv:"password_last_changed"` PasswordNextRotation string `csv:"password_next_rotation"` MFAActive bool `csv:"mfa_active"` AccessKey1Active bool `csv:"access_key_1_active"` AccessKey2Active bool `csv:"access_key_2_active"` AccessKey1LastRotated string `csv:"access_key_1_last_rotated"` AccessKey2LastRotated string `csv:"access_key_2_last_rotated"` }
func GetCredentialReport ¶
Source Files ¶
- autoscaling_launch_configurations.go
- cloudtrail_trails.go
- cloudwatch_alarms.go
- cloudwatchlogs_filters.go
- directconnect_gateways.go
- ec2_byoip_cidrs.go
- ec2_customer_gateways.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_vpc_peering_connections.go
- ec2_vpcs.go
- ecr_repositories.go
- ecs_clusters.go
- efs_filesystems.go
- eks_clusters.go
- elasticbeanstalk_environments.go
- elbv2_load_balancers.go
- elbv2_target_groups.go
- emr_clusters.go
- fsx_backups.go
- iam.users.go
- iam_groups.go
- iam_password_policies.go
- iam_policies.go
- iam_roles.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
- s3_buckets.go
- sns_subscriptions.go
- sns_topics.go
Click to show internal directories.
Click to hide internal directories.