Documentation ¶
Index ¶
- Variables
- func AllResources() map[string]Resource
- func And(conditions []string) string
- func Base64(input interface{}) string
- func CIDR(ipBlock, count, cidrBits interface{}) string
- func Equals(value1, value2 interface{}) string
- func FindInMap(mapName, topLevelKey, secondLevelKey interface{}) string
- func GetAZs(region interface{}) string
- func GetAtt(logicalName string, attribute string) string
- func If(value, ifEqual, ifNotEqual interface{}) string
- func ImportValue(name interface{}) string
- func Join(delimiter interface{}, value interface{}) string
- func Not(conditions []string) string
- func Or(conditions []string) string
- func Ref(logicalName interface{}) string
- func Select(index interface{}, list []string) string
- func Split(delimiter, source interface{}) string
- func Sub(value interface{}) string
- type CustomResource
- func (r *CustomResource) AWSCloudFormationType() string
- func (r *CustomResource) DeletionPolicy() policies.DeletionPolicy
- func (r *CustomResource) DependsOn() []string
- func (r *CustomResource) Metadata() map[string]interface{}
- func (r *CustomResource) SetDeletionPolicy(policy policies.DeletionPolicy)
- func (r *CustomResource) SetDependsOn(dependencies []string)
- func (r *CustomResource) SetMetadata(metadata map[string]interface{})
- type Export
- type Output
- type Outputs
- type Parameter
- type Parameters
- type Resource
- type Resources
- type Template
- func (t *Template) GetACMPCACertificateAuthorityActivationWithName(name string) (*acmpca.CertificateAuthorityActivation, error)
- func (t *Template) GetACMPCACertificateAuthorityWithName(name string) (*acmpca.CertificateAuthority, error)
- func (t *Template) GetACMPCACertificateWithName(name string) (*acmpca.Certificate, error)
- func (t *Template) GetACMPCAPermissionWithName(name string) (*acmpca.Permission, error)
- func (t *Template) GetAPSRuleGroupsNamespaceWithName(name string) (*aps.RuleGroupsNamespace, error)
- func (t *Template) GetAPSWorkspaceWithName(name string) (*aps.Workspace, error)
- func (t *Template) GetASKSkillWithName(name string) (*ask.Skill, error)
- func (t *Template) GetAccessAnalyzerAnalyzerWithName(name string) (*accessanalyzer.Analyzer, error)
- func (t *Template) GetAllACMPCACertificateAuthorityActivationResources() map[string]*acmpca.CertificateAuthorityActivation
- func (t *Template) GetAllACMPCACertificateAuthorityResources() map[string]*acmpca.CertificateAuthority
- func (t *Template) GetAllACMPCACertificateResources() map[string]*acmpca.Certificate
- func (t *Template) GetAllACMPCAPermissionResources() map[string]*acmpca.Permission
- func (t *Template) GetAllAPSRuleGroupsNamespaceResources() map[string]*aps.RuleGroupsNamespace
- func (t *Template) GetAllAPSWorkspaceResources() map[string]*aps.Workspace
- func (t *Template) GetAllASKSkillResources() map[string]*ask.Skill
- func (t *Template) GetAllAccessAnalyzerAnalyzerResources() map[string]*accessanalyzer.Analyzer
- func (t *Template) GetAllAmazonMQBrokerResources() map[string]*amazonmq.Broker
- func (t *Template) GetAllAmazonMQConfigurationAssociationResources() map[string]*amazonmq.ConfigurationAssociation
- func (t *Template) GetAllAmazonMQConfigurationResources() map[string]*amazonmq.Configuration
- func (t *Template) GetAllAmplifyAppResources() map[string]*amplify.App
- func (t *Template) GetAllAmplifyBranchResources() map[string]*amplify.Branch
- func (t *Template) GetAllAmplifyDomainResources() map[string]*amplify.Domain
- func (t *Template) GetAllAmplifyUIBuilderComponentResources() map[string]*amplifyuibuilder.Component
- func (t *Template) GetAllAmplifyUIBuilderThemeResources() map[string]*amplifyuibuilder.Theme
- func (t *Template) GetAllApiGatewayAccountResources() map[string]*apigateway.Account
- func (t *Template) GetAllApiGatewayApiKeyResources() map[string]*apigateway.ApiKey
- func (t *Template) GetAllApiGatewayAuthorizerResources() map[string]*apigateway.Authorizer
- func (t *Template) GetAllApiGatewayBasePathMappingResources() map[string]*apigateway.BasePathMapping
- func (t *Template) GetAllApiGatewayClientCertificateResources() map[string]*apigateway.ClientCertificate
- func (t *Template) GetAllApiGatewayDeploymentResources() map[string]*apigateway.Deployment
- func (t *Template) GetAllApiGatewayDocumentationPartResources() map[string]*apigateway.DocumentationPart
- func (t *Template) GetAllApiGatewayDocumentationVersionResources() map[string]*apigateway.DocumentationVersion
- func (t *Template) GetAllApiGatewayDomainNameResources() map[string]*apigateway.DomainName
- func (t *Template) GetAllApiGatewayGatewayResponseResources() map[string]*apigateway.GatewayResponse
- func (t *Template) GetAllApiGatewayMethodResources() map[string]*apigateway.Method
- func (t *Template) GetAllApiGatewayModelResources() map[string]*apigateway.Model
- func (t *Template) GetAllApiGatewayRequestValidatorResources() map[string]*apigateway.RequestValidator
- func (t *Template) GetAllApiGatewayResourceResources() map[string]*apigateway.Resource
- func (t *Template) GetAllApiGatewayRestApiResources() map[string]*apigateway.RestApi
- func (t *Template) GetAllApiGatewayStageResources() map[string]*apigateway.Stage
- func (t *Template) GetAllApiGatewayUsagePlanKeyResources() map[string]*apigateway.UsagePlanKey
- func (t *Template) GetAllApiGatewayUsagePlanResources() map[string]*apigateway.UsagePlan
- func (t *Template) GetAllApiGatewayV2ApiGatewayManagedOverridesResources() map[string]*apigatewayv2.ApiGatewayManagedOverrides
- func (t *Template) GetAllApiGatewayV2ApiMappingResources() map[string]*apigatewayv2.ApiMapping
- func (t *Template) GetAllApiGatewayV2ApiResources() map[string]*apigatewayv2.Api
- func (t *Template) GetAllApiGatewayV2AuthorizerResources() map[string]*apigatewayv2.Authorizer
- func (t *Template) GetAllApiGatewayV2DeploymentResources() map[string]*apigatewayv2.Deployment
- func (t *Template) GetAllApiGatewayV2DomainNameResources() map[string]*apigatewayv2.DomainName
- func (t *Template) GetAllApiGatewayV2IntegrationResources() map[string]*apigatewayv2.Integration
- func (t *Template) GetAllApiGatewayV2IntegrationResponseResources() map[string]*apigatewayv2.IntegrationResponse
- func (t *Template) GetAllApiGatewayV2ModelResources() map[string]*apigatewayv2.Model
- func (t *Template) GetAllApiGatewayV2RouteResources() map[string]*apigatewayv2.Route
- func (t *Template) GetAllApiGatewayV2RouteResponseResources() map[string]*apigatewayv2.RouteResponse
- func (t *Template) GetAllApiGatewayV2StageResources() map[string]*apigatewayv2.Stage
- func (t *Template) GetAllApiGatewayV2VpcLinkResources() map[string]*apigatewayv2.VpcLink
- func (t *Template) GetAllApiGatewayVpcLinkResources() map[string]*apigateway.VpcLink
- func (t *Template) GetAllAppConfigApplicationResources() map[string]*appconfig.Application
- func (t *Template) GetAllAppConfigConfigurationProfileResources() map[string]*appconfig.ConfigurationProfile
- func (t *Template) GetAllAppConfigDeploymentResources() map[string]*appconfig.Deployment
- func (t *Template) GetAllAppConfigDeploymentStrategyResources() map[string]*appconfig.DeploymentStrategy
- func (t *Template) GetAllAppConfigEnvironmentResources() map[string]*appconfig.Environment
- func (t *Template) GetAllAppConfigHostedConfigurationVersionResources() map[string]*appconfig.HostedConfigurationVersion
- func (t *Template) GetAllAppFlowConnectorProfileResources() map[string]*appflow.ConnectorProfile
- func (t *Template) GetAllAppFlowFlowResources() map[string]*appflow.Flow
- func (t *Template) GetAllAppIntegrationsEventIntegrationResources() map[string]*appintegrations.EventIntegration
- func (t *Template) GetAllAppMeshGatewayRouteResources() map[string]*appmesh.GatewayRoute
- func (t *Template) GetAllAppMeshMeshResources() map[string]*appmesh.Mesh
- func (t *Template) GetAllAppMeshRouteResources() map[string]*appmesh.Route
- func (t *Template) GetAllAppMeshVirtualGatewayResources() map[string]*appmesh.VirtualGateway
- func (t *Template) GetAllAppMeshVirtualNodeResources() map[string]*appmesh.VirtualNode
- func (t *Template) GetAllAppMeshVirtualRouterResources() map[string]*appmesh.VirtualRouter
- func (t *Template) GetAllAppMeshVirtualServiceResources() map[string]*appmesh.VirtualService
- func (t *Template) GetAllAppRunnerServiceResources() map[string]*apprunner.Service
- func (t *Template) GetAllAppStreamAppBlockResources() map[string]*appstream.AppBlock
- func (t *Template) GetAllAppStreamApplicationFleetAssociationResources() map[string]*appstream.ApplicationFleetAssociation
- func (t *Template) GetAllAppStreamApplicationResources() map[string]*appstream.Application
- func (t *Template) GetAllAppStreamDirectoryConfigResources() map[string]*appstream.DirectoryConfig
- func (t *Template) GetAllAppStreamFleetResources() map[string]*appstream.Fleet
- func (t *Template) GetAllAppStreamImageBuilderResources() map[string]*appstream.ImageBuilder
- func (t *Template) GetAllAppStreamStackFleetAssociationResources() map[string]*appstream.StackFleetAssociation
- func (t *Template) GetAllAppStreamStackResources() map[string]*appstream.Stack
- func (t *Template) GetAllAppStreamStackUserAssociationResources() map[string]*appstream.StackUserAssociation
- func (t *Template) GetAllAppStreamUserResources() map[string]*appstream.User
- func (t *Template) GetAllAppSyncApiCacheResources() map[string]*appsync.ApiCache
- func (t *Template) GetAllAppSyncApiKeyResources() map[string]*appsync.ApiKey
- func (t *Template) GetAllAppSyncDataSourceResources() map[string]*appsync.DataSource
- func (t *Template) GetAllAppSyncFunctionConfigurationResources() map[string]*appsync.FunctionConfiguration
- func (t *Template) GetAllAppSyncGraphQLApiResources() map[string]*appsync.GraphQLApi
- func (t *Template) GetAllAppSyncGraphQLSchemaResources() map[string]*appsync.GraphQLSchema
- func (t *Template) GetAllAppSyncResolverResources() map[string]*appsync.Resolver
- func (t *Template) GetAllApplicationAutoScalingScalableTargetResources() map[string]*applicationautoscaling.ScalableTarget
- func (t *Template) GetAllApplicationAutoScalingScalingPolicyResources() map[string]*applicationautoscaling.ScalingPolicy
- func (t *Template) GetAllApplicationInsightsApplicationResources() map[string]*applicationinsights.Application
- func (t *Template) GetAllAthenaDataCatalogResources() map[string]*athena.DataCatalog
- func (t *Template) GetAllAthenaNamedQueryResources() map[string]*athena.NamedQuery
- func (t *Template) GetAllAthenaPreparedStatementResources() map[string]*athena.PreparedStatement
- func (t *Template) GetAllAthenaWorkGroupResources() map[string]*athena.WorkGroup
- func (t *Template) GetAllAuditManagerAssessmentResources() map[string]*auditmanager.Assessment
- func (t *Template) GetAllAutoScalingAutoScalingGroupResources() map[string]*autoscaling.AutoScalingGroup
- func (t *Template) GetAllAutoScalingLaunchConfigurationResources() map[string]*autoscaling.LaunchConfiguration
- func (t *Template) GetAllAutoScalingLifecycleHookResources() map[string]*autoscaling.LifecycleHook
- func (t *Template) GetAllAutoScalingPlansScalingPlanResources() map[string]*autoscalingplans.ScalingPlan
- func (t *Template) GetAllAutoScalingScalingPolicyResources() map[string]*autoscaling.ScalingPolicy
- func (t *Template) GetAllAutoScalingScheduledActionResources() map[string]*autoscaling.ScheduledAction
- func (t *Template) GetAllAutoScalingWarmPoolResources() map[string]*autoscaling.WarmPool
- func (t *Template) GetAllBackupBackupPlanResources() map[string]*backup.BackupPlan
- func (t *Template) GetAllBackupBackupSelectionResources() map[string]*backup.BackupSelection
- func (t *Template) GetAllBackupBackupVaultResources() map[string]*backup.BackupVault
- func (t *Template) GetAllBackupFrameworkResources() map[string]*backup.Framework
- func (t *Template) GetAllBackupReportPlanResources() map[string]*backup.ReportPlan
- func (t *Template) GetAllBatchComputeEnvironmentResources() map[string]*batch.ComputeEnvironment
- func (t *Template) GetAllBatchJobDefinitionResources() map[string]*batch.JobDefinition
- func (t *Template) GetAllBatchJobQueueResources() map[string]*batch.JobQueue
- func (t *Template) GetAllBatchSchedulingPolicyResources() map[string]*batch.SchedulingPolicy
- func (t *Template) GetAllBudgetsBudgetResources() map[string]*budgets.Budget
- func (t *Template) GetAllBudgetsBudgetsActionResources() map[string]*budgets.BudgetsAction
- func (t *Template) GetAllCEAnomalyMonitorResources() map[string]*ce.AnomalyMonitor
- func (t *Template) GetAllCEAnomalySubscriptionResources() map[string]*ce.AnomalySubscription
- func (t *Template) GetAllCECostCategoryResources() map[string]*ce.CostCategory
- func (t *Template) GetAllCURReportDefinitionResources() map[string]*cur.ReportDefinition
- func (t *Template) GetAllCassandraKeyspaceResources() map[string]*cassandra.Keyspace
- func (t *Template) GetAllCassandraTableResources() map[string]*cassandra.Table
- func (t *Template) GetAllCertificateManagerAccountResources() map[string]*certificatemanager.Account
- func (t *Template) GetAllCertificateManagerCertificateResources() map[string]*certificatemanager.Certificate
- func (t *Template) GetAllChatbotSlackChannelConfigurationResources() map[string]*chatbot.SlackChannelConfiguration
- func (t *Template) GetAllCloud9EnvironmentEC2Resources() map[string]*cloud9.EnvironmentEC2
- func (t *Template) GetAllCloudFormationCustomResourceResources() map[string]*cloudformation.CustomResource
- func (t *Template) GetAllCloudFormationMacroResources() map[string]*cloudformation.Macro
- func (t *Template) GetAllCloudFormationModuleDefaultVersionResources() map[string]*cloudformation.ModuleDefaultVersion
- func (t *Template) GetAllCloudFormationModuleVersionResources() map[string]*cloudformation.ModuleVersion
- func (t *Template) GetAllCloudFormationPublicTypeVersionResources() map[string]*cloudformation.PublicTypeVersion
- func (t *Template) GetAllCloudFormationPublisherResources() map[string]*cloudformation.Publisher
- func (t *Template) GetAllCloudFormationResourceDefaultVersionResources() map[string]*cloudformation.ResourceDefaultVersion
- func (t *Template) GetAllCloudFormationResourceVersionResources() map[string]*cloudformation.ResourceVersion
- func (t *Template) GetAllCloudFormationStackResources() map[string]*cloudformation.Stack
- func (t *Template) GetAllCloudFormationStackSetResources() map[string]*cloudformation.StackSet
- func (t *Template) GetAllCloudFormationTypeActivationResources() map[string]*cloudformation.TypeActivation
- func (t *Template) GetAllCloudFormationWaitConditionHandleResources() map[string]*cloudformation.WaitConditionHandle
- func (t *Template) GetAllCloudFormationWaitConditionResources() map[string]*cloudformation.WaitCondition
- func (t *Template) GetAllCloudFrontCachePolicyResources() map[string]*cloudfront.CachePolicy
- func (t *Template) GetAllCloudFrontCloudFrontOriginAccessIdentityResources() map[string]*cloudfront.CloudFrontOriginAccessIdentity
- func (t *Template) GetAllCloudFrontDistributionResources() map[string]*cloudfront.Distribution
- func (t *Template) GetAllCloudFrontFunctionResources() map[string]*cloudfront.Function
- func (t *Template) GetAllCloudFrontKeyGroupResources() map[string]*cloudfront.KeyGroup
- func (t *Template) GetAllCloudFrontOriginRequestPolicyResources() map[string]*cloudfront.OriginRequestPolicy
- func (t *Template) GetAllCloudFrontPublicKeyResources() map[string]*cloudfront.PublicKey
- func (t *Template) GetAllCloudFrontRealtimeLogConfigResources() map[string]*cloudfront.RealtimeLogConfig
- func (t *Template) GetAllCloudFrontResponseHeadersPolicyResources() map[string]*cloudfront.ResponseHeadersPolicy
- func (t *Template) GetAllCloudFrontStreamingDistributionResources() map[string]*cloudfront.StreamingDistribution
- func (t *Template) GetAllCloudTrailTrailResources() map[string]*cloudtrail.Trail
- func (t *Template) GetAllCloudWatchAlarmResources() map[string]*cloudwatch.Alarm
- func (t *Template) GetAllCloudWatchAnomalyDetectorResources() map[string]*cloudwatch.AnomalyDetector
- func (t *Template) GetAllCloudWatchCompositeAlarmResources() map[string]*cloudwatch.CompositeAlarm
- func (t *Template) GetAllCloudWatchDashboardResources() map[string]*cloudwatch.Dashboard
- func (t *Template) GetAllCloudWatchInsightRuleResources() map[string]*cloudwatch.InsightRule
- func (t *Template) GetAllCloudWatchMetricStreamResources() map[string]*cloudwatch.MetricStream
- func (t *Template) GetAllCodeArtifactDomainResources() map[string]*codeartifact.Domain
- func (t *Template) GetAllCodeArtifactRepositoryResources() map[string]*codeartifact.Repository
- func (t *Template) GetAllCodeBuildProjectResources() map[string]*codebuild.Project
- func (t *Template) GetAllCodeBuildReportGroupResources() map[string]*codebuild.ReportGroup
- func (t *Template) GetAllCodeBuildSourceCredentialResources() map[string]*codebuild.SourceCredential
- func (t *Template) GetAllCodeCommitRepositoryResources() map[string]*codecommit.Repository
- func (t *Template) GetAllCodeDeployApplicationResources() map[string]*codedeploy.Application
- func (t *Template) GetAllCodeDeployDeploymentConfigResources() map[string]*codedeploy.DeploymentConfig
- func (t *Template) GetAllCodeDeployDeploymentGroupResources() map[string]*codedeploy.DeploymentGroup
- func (t *Template) GetAllCodeGuruProfilerProfilingGroupResources() map[string]*codeguruprofiler.ProfilingGroup
- func (t *Template) GetAllCodeGuruReviewerRepositoryAssociationResources() map[string]*codegurureviewer.RepositoryAssociation
- func (t *Template) GetAllCodePipelineCustomActionTypeResources() map[string]*codepipeline.CustomActionType
- func (t *Template) GetAllCodePipelinePipelineResources() map[string]*codepipeline.Pipeline
- func (t *Template) GetAllCodePipelineWebhookResources() map[string]*codepipeline.Webhook
- func (t *Template) GetAllCodeStarConnectionsConnectionResources() map[string]*codestarconnections.Connection
- func (t *Template) GetAllCodeStarGitHubRepositoryResources() map[string]*codestar.GitHubRepository
- func (t *Template) GetAllCodeStarNotificationsNotificationRuleResources() map[string]*codestarnotifications.NotificationRule
- func (t *Template) GetAllCognitoIdentityPoolResources() map[string]*cognito.IdentityPool
- func (t *Template) GetAllCognitoIdentityPoolRoleAttachmentResources() map[string]*cognito.IdentityPoolRoleAttachment
- func (t *Template) GetAllCognitoUserPoolClientResources() map[string]*cognito.UserPoolClient
- func (t *Template) GetAllCognitoUserPoolDomainResources() map[string]*cognito.UserPoolDomain
- func (t *Template) GetAllCognitoUserPoolGroupResources() map[string]*cognito.UserPoolGroup
- func (t *Template) GetAllCognitoUserPoolIdentityProviderResources() map[string]*cognito.UserPoolIdentityProvider
- func (t *Template) GetAllCognitoUserPoolResourceServerResources() map[string]*cognito.UserPoolResourceServer
- func (t *Template) GetAllCognitoUserPoolResources() map[string]*cognito.UserPool
- func (t *Template) GetAllCognitoUserPoolRiskConfigurationAttachmentResources() map[string]*cognito.UserPoolRiskConfigurationAttachment
- func (t *Template) GetAllCognitoUserPoolUICustomizationAttachmentResources() map[string]*cognito.UserPoolUICustomizationAttachment
- func (t *Template) GetAllCognitoUserPoolUserResources() map[string]*cognito.UserPoolUser
- func (t *Template) GetAllCognitoUserPoolUserToGroupAttachmentResources() map[string]*cognito.UserPoolUserToGroupAttachment
- func (t *Template) GetAllConfigAggregationAuthorizationResources() map[string]*config.AggregationAuthorization
- func (t *Template) GetAllConfigConfigRuleResources() map[string]*config.ConfigRule
- func (t *Template) GetAllConfigConfigurationAggregatorResources() map[string]*config.ConfigurationAggregator
- func (t *Template) GetAllConfigConfigurationRecorderResources() map[string]*config.ConfigurationRecorder
- func (t *Template) GetAllConfigConformancePackResources() map[string]*config.ConformancePack
- func (t *Template) GetAllConfigDeliveryChannelResources() map[string]*config.DeliveryChannel
- func (t *Template) GetAllConfigOrganizationConfigRuleResources() map[string]*config.OrganizationConfigRule
- func (t *Template) GetAllConfigOrganizationConformancePackResources() map[string]*config.OrganizationConformancePack
- func (t *Template) GetAllConfigRemediationConfigurationResources() map[string]*config.RemediationConfiguration
- func (t *Template) GetAllConfigStoredQueryResources() map[string]*config.StoredQuery
- func (t *Template) GetAllConnectContactFlowModuleResources() map[string]*connect.ContactFlowModule
- func (t *Template) GetAllConnectContactFlowResources() map[string]*connect.ContactFlow
- func (t *Template) GetAllConnectHoursOfOperationResources() map[string]*connect.HoursOfOperation
- func (t *Template) GetAllConnectQuickConnectResources() map[string]*connect.QuickConnect
- func (t *Template) GetAllConnectUserHierarchyGroupResources() map[string]*connect.UserHierarchyGroup
- func (t *Template) GetAllConnectUserResources() map[string]*connect.User
- func (t *Template) GetAllCustomResources() map[string]*CustomResource
- func (t *Template) GetAllCustomerProfilesDomainResources() map[string]*customerprofiles.Domain
- func (t *Template) GetAllCustomerProfilesIntegrationResources() map[string]*customerprofiles.Integration
- func (t *Template) GetAllCustomerProfilesObjectTypeResources() map[string]*customerprofiles.ObjectType
- func (t *Template) GetAllDAXClusterResources() map[string]*dax.Cluster
- func (t *Template) GetAllDAXParameterGroupResources() map[string]*dax.ParameterGroup
- func (t *Template) GetAllDAXSubnetGroupResources() map[string]*dax.SubnetGroup
- func (t *Template) GetAllDLMLifecyclePolicyResources() map[string]*dlm.LifecyclePolicy
- func (t *Template) GetAllDMSCertificateResources() map[string]*dms.Certificate
- func (t *Template) GetAllDMSEndpointResources() map[string]*dms.Endpoint
- func (t *Template) GetAllDMSEventSubscriptionResources() map[string]*dms.EventSubscription
- func (t *Template) GetAllDMSReplicationInstanceResources() map[string]*dms.ReplicationInstance
- func (t *Template) GetAllDMSReplicationSubnetGroupResources() map[string]*dms.ReplicationSubnetGroup
- func (t *Template) GetAllDMSReplicationTaskResources() map[string]*dms.ReplicationTask
- func (t *Template) GetAllDataBrewDatasetResources() map[string]*databrew.Dataset
- func (t *Template) GetAllDataBrewJobResources() map[string]*databrew.Job
- func (t *Template) GetAllDataBrewProjectResources() map[string]*databrew.Project
- func (t *Template) GetAllDataBrewRecipeResources() map[string]*databrew.Recipe
- func (t *Template) GetAllDataBrewRulesetResources() map[string]*databrew.Ruleset
- func (t *Template) GetAllDataBrewScheduleResources() map[string]*databrew.Schedule
- func (t *Template) GetAllDataPipelinePipelineResources() map[string]*datapipeline.Pipeline
- func (t *Template) GetAllDataSyncAgentResources() map[string]*datasync.Agent
- func (t *Template) GetAllDataSyncLocationEFSResources() map[string]*datasync.LocationEFS
- func (t *Template) GetAllDataSyncLocationFSxWindowsResources() map[string]*datasync.LocationFSxWindows
- func (t *Template) GetAllDataSyncLocationHDFSResources() map[string]*datasync.LocationHDFS
- func (t *Template) GetAllDataSyncLocationNFSResources() map[string]*datasync.LocationNFS
- func (t *Template) GetAllDataSyncLocationObjectStorageResources() map[string]*datasync.LocationObjectStorage
- func (t *Template) GetAllDataSyncLocationS3Resources() map[string]*datasync.LocationS3
- func (t *Template) GetAllDataSyncLocationSMBResources() map[string]*datasync.LocationSMB
- func (t *Template) GetAllDataSyncTaskResources() map[string]*datasync.Task
- func (t *Template) GetAllDetectiveGraphResources() map[string]*detective.Graph
- func (t *Template) GetAllDetectiveMemberInvitationResources() map[string]*detective.MemberInvitation
- func (t *Template) GetAllDevOpsGuruNotificationChannelResources() map[string]*devopsguru.NotificationChannel
- func (t *Template) GetAllDevOpsGuruResourceCollectionResources() map[string]*devopsguru.ResourceCollection
- func (t *Template) GetAllDirectoryServiceMicrosoftADResources() map[string]*directoryservice.MicrosoftAD
- func (t *Template) GetAllDirectoryServiceSimpleADResources() map[string]*directoryservice.SimpleAD
- func (t *Template) GetAllDocDBDBClusterParameterGroupResources() map[string]*docdb.DBClusterParameterGroup
- func (t *Template) GetAllDocDBDBClusterResources() map[string]*docdb.DBCluster
- func (t *Template) GetAllDocDBDBInstanceResources() map[string]*docdb.DBInstance
- func (t *Template) GetAllDocDBDBSubnetGroupResources() map[string]*docdb.DBSubnetGroup
- func (t *Template) GetAllDynamoDBGlobalTableResources() map[string]*dynamodb.GlobalTable
- func (t *Template) GetAllDynamoDBTableResources() map[string]*dynamodb.Table
- func (t *Template) GetAllEC2CapacityReservationFleetResources() map[string]*ec2.CapacityReservationFleet
- func (t *Template) GetAllEC2CapacityReservationResources() map[string]*ec2.CapacityReservation
- func (t *Template) GetAllEC2CarrierGatewayResources() map[string]*ec2.CarrierGateway
- func (t *Template) GetAllEC2ClientVpnAuthorizationRuleResources() map[string]*ec2.ClientVpnAuthorizationRule
- func (t *Template) GetAllEC2ClientVpnEndpointResources() map[string]*ec2.ClientVpnEndpoint
- func (t *Template) GetAllEC2ClientVpnRouteResources() map[string]*ec2.ClientVpnRoute
- func (t *Template) GetAllEC2ClientVpnTargetNetworkAssociationResources() map[string]*ec2.ClientVpnTargetNetworkAssociation
- func (t *Template) GetAllEC2CustomerGatewayResources() map[string]*ec2.CustomerGateway
- func (t *Template) GetAllEC2DHCPOptionsResources() map[string]*ec2.DHCPOptions
- func (t *Template) GetAllEC2EC2FleetResources() map[string]*ec2.EC2Fleet
- func (t *Template) GetAllEC2EIPAssociationResources() map[string]*ec2.EIPAssociation
- func (t *Template) GetAllEC2EIPResources() map[string]*ec2.EIP
- func (t *Template) GetAllEC2EgressOnlyInternetGatewayResources() map[string]*ec2.EgressOnlyInternetGateway
- func (t *Template) GetAllEC2EnclaveCertificateIamRoleAssociationResources() map[string]*ec2.EnclaveCertificateIamRoleAssociation
- func (t *Template) GetAllEC2FlowLogResources() map[string]*ec2.FlowLog
- func (t *Template) GetAllEC2GatewayRouteTableAssociationResources() map[string]*ec2.GatewayRouteTableAssociation
- func (t *Template) GetAllEC2HostResources() map[string]*ec2.Host
- func (t *Template) GetAllEC2IPAMAllocationResources() map[string]*ec2.IPAMAllocation
- func (t *Template) GetAllEC2IPAMPoolResources() map[string]*ec2.IPAMPool
- func (t *Template) GetAllEC2IPAMResources() map[string]*ec2.IPAM
- func (t *Template) GetAllEC2IPAMScopeResources() map[string]*ec2.IPAMScope
- func (t *Template) GetAllEC2InstanceResources() map[string]*ec2.Instance
- func (t *Template) GetAllEC2InternetGatewayResources() map[string]*ec2.InternetGateway
- func (t *Template) GetAllEC2LaunchTemplateResources() map[string]*ec2.LaunchTemplate
- func (t *Template) GetAllEC2LocalGatewayRouteResources() map[string]*ec2.LocalGatewayRoute
- func (t *Template) GetAllEC2LocalGatewayRouteTableVPCAssociationResources() map[string]*ec2.LocalGatewayRouteTableVPCAssociation
- func (t *Template) GetAllEC2NatGatewayResources() map[string]*ec2.NatGateway
- func (t *Template) GetAllEC2NetworkAclEntryResources() map[string]*ec2.NetworkAclEntry
- func (t *Template) GetAllEC2NetworkAclResources() map[string]*ec2.NetworkAcl
- func (t *Template) GetAllEC2NetworkInsightsAnalysisResources() map[string]*ec2.NetworkInsightsAnalysis
- func (t *Template) GetAllEC2NetworkInsightsPathResources() map[string]*ec2.NetworkInsightsPath
- func (t *Template) GetAllEC2NetworkInterfaceAttachmentResources() map[string]*ec2.NetworkInterfaceAttachment
- func (t *Template) GetAllEC2NetworkInterfacePermissionResources() map[string]*ec2.NetworkInterfacePermission
- func (t *Template) GetAllEC2NetworkInterfaceResources() map[string]*ec2.NetworkInterface
- func (t *Template) GetAllEC2PlacementGroupResources() map[string]*ec2.PlacementGroup
- func (t *Template) GetAllEC2PrefixListResources() map[string]*ec2.PrefixList
- func (t *Template) GetAllEC2RouteResources() map[string]*ec2.Route
- func (t *Template) GetAllEC2RouteTableResources() map[string]*ec2.RouteTable
- func (t *Template) GetAllEC2SecurityGroupEgressResources() map[string]*ec2.SecurityGroupEgress
- func (t *Template) GetAllEC2SecurityGroupIngressResources() map[string]*ec2.SecurityGroupIngress
- func (t *Template) GetAllEC2SecurityGroupResources() map[string]*ec2.SecurityGroup
- func (t *Template) GetAllEC2SpotFleetResources() map[string]*ec2.SpotFleet
- func (t *Template) GetAllEC2SubnetCidrBlockResources() map[string]*ec2.SubnetCidrBlock
- func (t *Template) GetAllEC2SubnetNetworkAclAssociationResources() map[string]*ec2.SubnetNetworkAclAssociation
- func (t *Template) GetAllEC2SubnetResources() map[string]*ec2.Subnet
- func (t *Template) GetAllEC2SubnetRouteTableAssociationResources() map[string]*ec2.SubnetRouteTableAssociation
- func (t *Template) GetAllEC2TrafficMirrorFilterResources() map[string]*ec2.TrafficMirrorFilter
- func (t *Template) GetAllEC2TrafficMirrorFilterRuleResources() map[string]*ec2.TrafficMirrorFilterRule
- func (t *Template) GetAllEC2TrafficMirrorSessionResources() map[string]*ec2.TrafficMirrorSession
- func (t *Template) GetAllEC2TrafficMirrorTargetResources() map[string]*ec2.TrafficMirrorTarget
- func (t *Template) GetAllEC2TransitGatewayAttachmentResources() map[string]*ec2.TransitGatewayAttachment
- func (t *Template) GetAllEC2TransitGatewayConnectResources() map[string]*ec2.TransitGatewayConnect
- func (t *Template) GetAllEC2TransitGatewayMulticastDomainAssociationResources() map[string]*ec2.TransitGatewayMulticastDomainAssociation
- func (t *Template) GetAllEC2TransitGatewayMulticastDomainResources() map[string]*ec2.TransitGatewayMulticastDomain
- func (t *Template) GetAllEC2TransitGatewayMulticastGroupMemberResources() map[string]*ec2.TransitGatewayMulticastGroupMember
- func (t *Template) GetAllEC2TransitGatewayMulticastGroupSourceResources() map[string]*ec2.TransitGatewayMulticastGroupSource
- func (t *Template) GetAllEC2TransitGatewayPeeringAttachmentResources() map[string]*ec2.TransitGatewayPeeringAttachment
- func (t *Template) GetAllEC2TransitGatewayResources() map[string]*ec2.TransitGateway
- func (t *Template) GetAllEC2TransitGatewayRouteResources() map[string]*ec2.TransitGatewayRoute
- func (t *Template) GetAllEC2TransitGatewayRouteTableAssociationResources() map[string]*ec2.TransitGatewayRouteTableAssociation
- func (t *Template) GetAllEC2TransitGatewayRouteTablePropagationResources() map[string]*ec2.TransitGatewayRouteTablePropagation
- func (t *Template) GetAllEC2TransitGatewayRouteTableResources() map[string]*ec2.TransitGatewayRouteTable
- func (t *Template) GetAllEC2TransitGatewayVpcAttachmentResources() map[string]*ec2.TransitGatewayVpcAttachment
- func (t *Template) GetAllEC2VPCCidrBlockResources() map[string]*ec2.VPCCidrBlock
- func (t *Template) GetAllEC2VPCDHCPOptionsAssociationResources() map[string]*ec2.VPCDHCPOptionsAssociation
- func (t *Template) GetAllEC2VPCEndpointConnectionNotificationResources() map[string]*ec2.VPCEndpointConnectionNotification
- func (t *Template) GetAllEC2VPCEndpointResources() map[string]*ec2.VPCEndpoint
- func (t *Template) GetAllEC2VPCEndpointServicePermissionsResources() map[string]*ec2.VPCEndpointServicePermissions
- func (t *Template) GetAllEC2VPCEndpointServiceResources() map[string]*ec2.VPCEndpointService
- func (t *Template) GetAllEC2VPCGatewayAttachmentResources() map[string]*ec2.VPCGatewayAttachment
- func (t *Template) GetAllEC2VPCPeeringConnectionResources() map[string]*ec2.VPCPeeringConnection
- func (t *Template) GetAllEC2VPCResources() map[string]*ec2.VPC
- func (t *Template) GetAllEC2VPNConnectionResources() map[string]*ec2.VPNConnection
- func (t *Template) GetAllEC2VPNConnectionRouteResources() map[string]*ec2.VPNConnectionRoute
- func (t *Template) GetAllEC2VPNGatewayResources() map[string]*ec2.VPNGateway
- func (t *Template) GetAllEC2VPNGatewayRoutePropagationResources() map[string]*ec2.VPNGatewayRoutePropagation
- func (t *Template) GetAllEC2VolumeAttachmentResources() map[string]*ec2.VolumeAttachment
- func (t *Template) GetAllEC2VolumeResources() map[string]*ec2.Volume
- func (t *Template) GetAllECRPublicRepositoryResources() map[string]*ecr.PublicRepository
- func (t *Template) GetAllECRRegistryPolicyResources() map[string]*ecr.RegistryPolicy
- func (t *Template) GetAllECRReplicationConfigurationResources() map[string]*ecr.ReplicationConfiguration
- func (t *Template) GetAllECRRepositoryResources() map[string]*ecr.Repository
- func (t *Template) GetAllECSCapacityProviderResources() map[string]*ecs.CapacityProvider
- func (t *Template) GetAllECSClusterCapacityProviderAssociationsResources() map[string]*ecs.ClusterCapacityProviderAssociations
- func (t *Template) GetAllECSClusterResources() map[string]*ecs.Cluster
- func (t *Template) GetAllECSPrimaryTaskSetResources() map[string]*ecs.PrimaryTaskSet
- func (t *Template) GetAllECSServiceResources() map[string]*ecs.Service
- func (t *Template) GetAllECSTaskDefinitionResources() map[string]*ecs.TaskDefinition
- func (t *Template) GetAllECSTaskSetResources() map[string]*ecs.TaskSet
- func (t *Template) GetAllEFSAccessPointResources() map[string]*efs.AccessPoint
- func (t *Template) GetAllEFSFileSystemResources() map[string]*efs.FileSystem
- func (t *Template) GetAllEFSMountTargetResources() map[string]*efs.MountTarget
- func (t *Template) GetAllEKSAddonResources() map[string]*eks.Addon
- func (t *Template) GetAllEKSClusterResources() map[string]*eks.Cluster
- func (t *Template) GetAllEKSFargateProfileResources() map[string]*eks.FargateProfile
- func (t *Template) GetAllEKSNodegroupResources() map[string]*eks.Nodegroup
- func (t *Template) GetAllEMRClusterResources() map[string]*emr.Cluster
- func (t *Template) GetAllEMRContainersVirtualClusterResources() map[string]*emrcontainers.VirtualCluster
- func (t *Template) GetAllEMRInstanceFleetConfigResources() map[string]*emr.InstanceFleetConfig
- func (t *Template) GetAllEMRInstanceGroupConfigResources() map[string]*emr.InstanceGroupConfig
- func (t *Template) GetAllEMRSecurityConfigurationResources() map[string]*emr.SecurityConfiguration
- func (t *Template) GetAllEMRStepResources() map[string]*emr.Step
- func (t *Template) GetAllEMRStudioResources() map[string]*emr.Studio
- func (t *Template) GetAllEMRStudioSessionMappingResources() map[string]*emr.StudioSessionMapping
- func (t *Template) GetAllElastiCacheCacheClusterResources() map[string]*elasticache.CacheCluster
- func (t *Template) GetAllElastiCacheGlobalReplicationGroupResources() map[string]*elasticache.GlobalReplicationGroup
- func (t *Template) GetAllElastiCacheParameterGroupResources() map[string]*elasticache.ParameterGroup
- func (t *Template) GetAllElastiCacheReplicationGroupResources() map[string]*elasticache.ReplicationGroup
- func (t *Template) GetAllElastiCacheSecurityGroupIngressResources() map[string]*elasticache.SecurityGroupIngress
- func (t *Template) GetAllElastiCacheSecurityGroupResources() map[string]*elasticache.SecurityGroup
- func (t *Template) GetAllElastiCacheSubnetGroupResources() map[string]*elasticache.SubnetGroup
- func (t *Template) GetAllElastiCacheUserGroupResources() map[string]*elasticache.UserGroup
- func (t *Template) GetAllElastiCacheUserResources() map[string]*elasticache.User
- func (t *Template) GetAllElasticBeanstalkApplicationResources() map[string]*elasticbeanstalk.Application
- func (t *Template) GetAllElasticBeanstalkApplicationVersionResources() map[string]*elasticbeanstalk.ApplicationVersion
- func (t *Template) GetAllElasticBeanstalkConfigurationTemplateResources() map[string]*elasticbeanstalk.ConfigurationTemplate
- func (t *Template) GetAllElasticBeanstalkEnvironmentResources() map[string]*elasticbeanstalk.Environment
- func (t *Template) GetAllElasticLoadBalancingLoadBalancerResources() map[string]*elasticloadbalancing.LoadBalancer
- func (t *Template) GetAllElasticLoadBalancingV2ListenerCertificateResources() map[string]*elasticloadbalancingv2.ListenerCertificate
- func (t *Template) GetAllElasticLoadBalancingV2ListenerResources() map[string]*elasticloadbalancingv2.Listener
- func (t *Template) GetAllElasticLoadBalancingV2ListenerRuleResources() map[string]*elasticloadbalancingv2.ListenerRule
- func (t *Template) GetAllElasticLoadBalancingV2LoadBalancerResources() map[string]*elasticloadbalancingv2.LoadBalancer
- func (t *Template) GetAllElasticLoadBalancingV2TargetGroupResources() map[string]*elasticloadbalancingv2.TargetGroup
- func (t *Template) GetAllElasticsearchDomainResources() map[string]*elasticsearch.Domain
- func (t *Template) GetAllEventSchemasDiscovererResources() map[string]*eventschemas.Discoverer
- func (t *Template) GetAllEventSchemasRegistryPolicyResources() map[string]*eventschemas.RegistryPolicy
- func (t *Template) GetAllEventSchemasRegistryResources() map[string]*eventschemas.Registry
- func (t *Template) GetAllEventSchemasSchemaResources() map[string]*eventschemas.Schema
- func (t *Template) GetAllEventsApiDestinationResources() map[string]*events.ApiDestination
- func (t *Template) GetAllEventsArchiveResources() map[string]*events.Archive
- func (t *Template) GetAllEventsConnectionResources() map[string]*events.Connection
- func (t *Template) GetAllEventsEventBusPolicyResources() map[string]*events.EventBusPolicy
- func (t *Template) GetAllEventsEventBusResources() map[string]*events.EventBus
- func (t *Template) GetAllEventsRuleResources() map[string]*events.Rule
- func (t *Template) GetAllEvidentlyExperimentResources() map[string]*evidently.Experiment
- func (t *Template) GetAllEvidentlyFeatureResources() map[string]*evidently.Feature
- func (t *Template) GetAllEvidentlyLaunchResources() map[string]*evidently.Launch
- func (t *Template) GetAllEvidentlyProjectResources() map[string]*evidently.Project
- func (t *Template) GetAllFISExperimentTemplateResources() map[string]*fis.ExperimentTemplate
- func (t *Template) GetAllFMSNotificationChannelResources() map[string]*fms.NotificationChannel
- func (t *Template) GetAllFMSPolicyResources() map[string]*fms.Policy
- func (t *Template) GetAllFSxFileSystemResources() map[string]*fsx.FileSystem
- func (t *Template) GetAllFinSpaceEnvironmentResources() map[string]*finspace.Environment
- func (t *Template) GetAllFraudDetectorDetectorResources() map[string]*frauddetector.Detector
- func (t *Template) GetAllFraudDetectorEntityTypeResources() map[string]*frauddetector.EntityType
- func (t *Template) GetAllFraudDetectorEventTypeResources() map[string]*frauddetector.EventType
- func (t *Template) GetAllFraudDetectorLabelResources() map[string]*frauddetector.Label
- func (t *Template) GetAllFraudDetectorOutcomeResources() map[string]*frauddetector.Outcome
- func (t *Template) GetAllFraudDetectorVariableResources() map[string]*frauddetector.Variable
- func (t *Template) GetAllGameLiftAliasResources() map[string]*gamelift.Alias
- func (t *Template) GetAllGameLiftBuildResources() map[string]*gamelift.Build
- func (t *Template) GetAllGameLiftFleetResources() map[string]*gamelift.Fleet
- func (t *Template) GetAllGameLiftGameServerGroupResources() map[string]*gamelift.GameServerGroup
- func (t *Template) GetAllGameLiftGameSessionQueueResources() map[string]*gamelift.GameSessionQueue
- func (t *Template) GetAllGameLiftMatchmakingConfigurationResources() map[string]*gamelift.MatchmakingConfiguration
- func (t *Template) GetAllGameLiftMatchmakingRuleSetResources() map[string]*gamelift.MatchmakingRuleSet
- func (t *Template) GetAllGameLiftScriptResources() map[string]*gamelift.Script
- func (t *Template) GetAllGlobalAcceleratorAcceleratorResources() map[string]*globalaccelerator.Accelerator
- func (t *Template) GetAllGlobalAcceleratorEndpointGroupResources() map[string]*globalaccelerator.EndpointGroup
- func (t *Template) GetAllGlobalAcceleratorListenerResources() map[string]*globalaccelerator.Listener
- func (t *Template) GetAllGlueClassifierResources() map[string]*glue.Classifier
- func (t *Template) GetAllGlueConnectionResources() map[string]*glue.Connection
- func (t *Template) GetAllGlueCrawlerResources() map[string]*glue.Crawler
- func (t *Template) GetAllGlueDataCatalogEncryptionSettingsResources() map[string]*glue.DataCatalogEncryptionSettings
- func (t *Template) GetAllGlueDatabaseResources() map[string]*glue.Database
- func (t *Template) GetAllGlueDevEndpointResources() map[string]*glue.DevEndpoint
- func (t *Template) GetAllGlueJobResources() map[string]*glue.Job
- func (t *Template) GetAllGlueMLTransformResources() map[string]*glue.MLTransform
- func (t *Template) GetAllGluePartitionResources() map[string]*glue.Partition
- func (t *Template) GetAllGlueRegistryResources() map[string]*glue.Registry
- func (t *Template) GetAllGlueSchemaResources() map[string]*glue.Schema
- func (t *Template) GetAllGlueSchemaVersionMetadataResources() map[string]*glue.SchemaVersionMetadata
- func (t *Template) GetAllGlueSchemaVersionResources() map[string]*glue.SchemaVersion
- func (t *Template) GetAllGlueSecurityConfigurationResources() map[string]*glue.SecurityConfiguration
- func (t *Template) GetAllGlueTableResources() map[string]*glue.Table
- func (t *Template) GetAllGlueTriggerResources() map[string]*glue.Trigger
- func (t *Template) GetAllGlueWorkflowResources() map[string]*glue.Workflow
- func (t *Template) GetAllGreengrassConnectorDefinitionResources() map[string]*greengrass.ConnectorDefinition
- func (t *Template) GetAllGreengrassConnectorDefinitionVersionResources() map[string]*greengrass.ConnectorDefinitionVersion
- func (t *Template) GetAllGreengrassCoreDefinitionResources() map[string]*greengrass.CoreDefinition
- func (t *Template) GetAllGreengrassCoreDefinitionVersionResources() map[string]*greengrass.CoreDefinitionVersion
- func (t *Template) GetAllGreengrassDeviceDefinitionResources() map[string]*greengrass.DeviceDefinition
- func (t *Template) GetAllGreengrassDeviceDefinitionVersionResources() map[string]*greengrass.DeviceDefinitionVersion
- func (t *Template) GetAllGreengrassFunctionDefinitionResources() map[string]*greengrass.FunctionDefinition
- func (t *Template) GetAllGreengrassFunctionDefinitionVersionResources() map[string]*greengrass.FunctionDefinitionVersion
- func (t *Template) GetAllGreengrassGroupResources() map[string]*greengrass.Group
- func (t *Template) GetAllGreengrassGroupVersionResources() map[string]*greengrass.GroupVersion
- func (t *Template) GetAllGreengrassLoggerDefinitionResources() map[string]*greengrass.LoggerDefinition
- func (t *Template) GetAllGreengrassLoggerDefinitionVersionResources() map[string]*greengrass.LoggerDefinitionVersion
- func (t *Template) GetAllGreengrassResourceDefinitionResources() map[string]*greengrass.ResourceDefinition
- func (t *Template) GetAllGreengrassResourceDefinitionVersionResources() map[string]*greengrass.ResourceDefinitionVersion
- func (t *Template) GetAllGreengrassSubscriptionDefinitionResources() map[string]*greengrass.SubscriptionDefinition
- func (t *Template) GetAllGreengrassSubscriptionDefinitionVersionResources() map[string]*greengrass.SubscriptionDefinitionVersion
- func (t *Template) GetAllGreengrassV2ComponentVersionResources() map[string]*greengrassv2.ComponentVersion
- func (t *Template) GetAllGroundStationConfigResources() map[string]*groundstation.Config
- func (t *Template) GetAllGroundStationDataflowEndpointGroupResources() map[string]*groundstation.DataflowEndpointGroup
- func (t *Template) GetAllGroundStationMissionProfileResources() map[string]*groundstation.MissionProfile
- func (t *Template) GetAllGuardDutyDetectorResources() map[string]*guardduty.Detector
- func (t *Template) GetAllGuardDutyFilterResources() map[string]*guardduty.Filter
- func (t *Template) GetAllGuardDutyIPSetResources() map[string]*guardduty.IPSet
- func (t *Template) GetAllGuardDutyMasterResources() map[string]*guardduty.Master
- func (t *Template) GetAllGuardDutyMemberResources() map[string]*guardduty.Member
- func (t *Template) GetAllGuardDutyThreatIntelSetResources() map[string]*guardduty.ThreatIntelSet
- func (t *Template) GetAllHealthLakeFHIRDatastoreResources() map[string]*healthlake.FHIRDatastore
- func (t *Template) GetAllIAMAccessKeyResources() map[string]*iam.AccessKey
- func (t *Template) GetAllIAMGroupResources() map[string]*iam.Group
- func (t *Template) GetAllIAMInstanceProfileResources() map[string]*iam.InstanceProfile
- func (t *Template) GetAllIAMManagedPolicyResources() map[string]*iam.ManagedPolicy
- func (t *Template) GetAllIAMOIDCProviderResources() map[string]*iam.OIDCProvider
- func (t *Template) GetAllIAMPolicyResources() map[string]*iam.Policy
- func (t *Template) GetAllIAMRoleResources() map[string]*iam.Role
- func (t *Template) GetAllIAMSAMLProviderResources() map[string]*iam.SAMLProvider
- func (t *Template) GetAllIAMServerCertificateResources() map[string]*iam.ServerCertificate
- func (t *Template) GetAllIAMServiceLinkedRoleResources() map[string]*iam.ServiceLinkedRole
- func (t *Template) GetAllIAMUserResources() map[string]*iam.User
- func (t *Template) GetAllIAMUserToGroupAdditionResources() map[string]*iam.UserToGroupAddition
- func (t *Template) GetAllIAMVirtualMFADeviceResources() map[string]*iam.VirtualMFADevice
- func (t *Template) GetAllIVSChannelResources() map[string]*ivs.Channel
- func (t *Template) GetAllIVSPlaybackKeyPairResources() map[string]*ivs.PlaybackKeyPair
- func (t *Template) GetAllIVSRecordingConfigurationResources() map[string]*ivs.RecordingConfiguration
- func (t *Template) GetAllIVSStreamKeyResources() map[string]*ivs.StreamKey
- func (t *Template) GetAllImageBuilderComponentResources() map[string]*imagebuilder.Component
- func (t *Template) GetAllImageBuilderContainerRecipeResources() map[string]*imagebuilder.ContainerRecipe
- func (t *Template) GetAllImageBuilderDistributionConfigurationResources() map[string]*imagebuilder.DistributionConfiguration
- func (t *Template) GetAllImageBuilderImagePipelineResources() map[string]*imagebuilder.ImagePipeline
- func (t *Template) GetAllImageBuilderImageRecipeResources() map[string]*imagebuilder.ImageRecipe
- func (t *Template) GetAllImageBuilderImageResources() map[string]*imagebuilder.Image
- func (t *Template) GetAllImageBuilderInfrastructureConfigurationResources() map[string]*imagebuilder.InfrastructureConfiguration
- func (t *Template) GetAllInspectorAssessmentTargetResources() map[string]*inspector.AssessmentTarget
- func (t *Template) GetAllInspectorAssessmentTemplateResources() map[string]*inspector.AssessmentTemplate
- func (t *Template) GetAllInspectorResourceGroupResources() map[string]*inspector.ResourceGroup
- func (t *Template) GetAllIoT1ClickDeviceResources() map[string]*iot1click.Device
- func (t *Template) GetAllIoT1ClickPlacementResources() map[string]*iot1click.Placement
- func (t *Template) GetAllIoT1ClickProjectResources() map[string]*iot1click.Project
- func (t *Template) GetAllIoTAccountAuditConfigurationResources() map[string]*iot.AccountAuditConfiguration
- func (t *Template) GetAllIoTAnalyticsChannelResources() map[string]*iotanalytics.Channel
- func (t *Template) GetAllIoTAnalyticsDatasetResources() map[string]*iotanalytics.Dataset
- func (t *Template) GetAllIoTAnalyticsDatastoreResources() map[string]*iotanalytics.Datastore
- func (t *Template) GetAllIoTAnalyticsPipelineResources() map[string]*iotanalytics.Pipeline
- func (t *Template) GetAllIoTAuthorizerResources() map[string]*iot.Authorizer
- func (t *Template) GetAllIoTCertificateResources() map[string]*iot.Certificate
- func (t *Template) GetAllIoTCoreDeviceAdvisorSuiteDefinitionResources() map[string]*iotcoredeviceadvisor.SuiteDefinition
- func (t *Template) GetAllIoTCustomMetricResources() map[string]*iot.CustomMetric
- func (t *Template) GetAllIoTDimensionResources() map[string]*iot.Dimension
- func (t *Template) GetAllIoTDomainConfigurationResources() map[string]*iot.DomainConfiguration
- func (t *Template) GetAllIoTEventsDetectorModelResources() map[string]*iotevents.DetectorModel
- func (t *Template) GetAllIoTEventsInputResources() map[string]*iotevents.Input
- func (t *Template) GetAllIoTFleetHubApplicationResources() map[string]*iotfleethub.Application
- func (t *Template) GetAllIoTFleetMetricResources() map[string]*iot.FleetMetric
- func (t *Template) GetAllIoTJobTemplateResources() map[string]*iot.JobTemplate
- func (t *Template) GetAllIoTLoggingResources() map[string]*iot.Logging
- func (t *Template) GetAllIoTMitigationActionResources() map[string]*iot.MitigationAction
- func (t *Template) GetAllIoTPolicyPrincipalAttachmentResources() map[string]*iot.PolicyPrincipalAttachment
- func (t *Template) GetAllIoTPolicyResources() map[string]*iot.Policy
- func (t *Template) GetAllIoTProvisioningTemplateResources() map[string]*iot.ProvisioningTemplate
- func (t *Template) GetAllIoTResourceSpecificLoggingResources() map[string]*iot.ResourceSpecificLogging
- func (t *Template) GetAllIoTScheduledAuditResources() map[string]*iot.ScheduledAudit
- func (t *Template) GetAllIoTSecurityProfileResources() map[string]*iot.SecurityProfile
- func (t *Template) GetAllIoTSiteWiseAccessPolicyResources() map[string]*iotsitewise.AccessPolicy
- func (t *Template) GetAllIoTSiteWiseAssetModelResources() map[string]*iotsitewise.AssetModel
- func (t *Template) GetAllIoTSiteWiseAssetResources() map[string]*iotsitewise.Asset
- func (t *Template) GetAllIoTSiteWiseDashboardResources() map[string]*iotsitewise.Dashboard
- func (t *Template) GetAllIoTSiteWiseGatewayResources() map[string]*iotsitewise.Gateway
- func (t *Template) GetAllIoTSiteWisePortalResources() map[string]*iotsitewise.Portal
- func (t *Template) GetAllIoTSiteWiseProjectResources() map[string]*iotsitewise.Project
- func (t *Template) GetAllIoTThingPrincipalAttachmentResources() map[string]*iot.ThingPrincipalAttachment
- func (t *Template) GetAllIoTThingResources() map[string]*iot.Thing
- func (t *Template) GetAllIoTThingsGraphFlowTemplateResources() map[string]*iotthingsgraph.FlowTemplate
- func (t *Template) GetAllIoTTopicRuleDestinationResources() map[string]*iot.TopicRuleDestination
- func (t *Template) GetAllIoTTopicRuleResources() map[string]*iot.TopicRule
- func (t *Template) GetAllIoTWirelessDestinationResources() map[string]*iotwireless.Destination
- func (t *Template) GetAllIoTWirelessDeviceProfileResources() map[string]*iotwireless.DeviceProfile
- func (t *Template) GetAllIoTWirelessFuotaTaskResources() map[string]*iotwireless.FuotaTask
- func (t *Template) GetAllIoTWirelessMulticastGroupResources() map[string]*iotwireless.MulticastGroup
- func (t *Template) GetAllIoTWirelessPartnerAccountResources() map[string]*iotwireless.PartnerAccount
- func (t *Template) GetAllIoTWirelessServiceProfileResources() map[string]*iotwireless.ServiceProfile
- func (t *Template) GetAllIoTWirelessTaskDefinitionResources() map[string]*iotwireless.TaskDefinition
- func (t *Template) GetAllIoTWirelessWirelessDeviceResources() map[string]*iotwireless.WirelessDevice
- func (t *Template) GetAllIoTWirelessWirelessGatewayResources() map[string]*iotwireless.WirelessGateway
- func (t *Template) GetAllKMSAliasResources() map[string]*kms.Alias
- func (t *Template) GetAllKMSKeyResources() map[string]*kms.Key
- func (t *Template) GetAllKMSReplicaKeyResources() map[string]*kms.ReplicaKey
- func (t *Template) GetAllKendraDataSourceResources() map[string]*kendra.DataSource
- func (t *Template) GetAllKendraFaqResources() map[string]*kendra.Faq
- func (t *Template) GetAllKendraIndexResources() map[string]*kendra.Index
- func (t *Template) GetAllKinesisAnalyticsApplicationOutputResources() map[string]*kinesisanalytics.ApplicationOutput
- func (t *Template) GetAllKinesisAnalyticsApplicationReferenceDataSourceResources() map[string]*kinesisanalytics.ApplicationReferenceDataSource
- func (t *Template) GetAllKinesisAnalyticsApplicationResources() map[string]*kinesisanalytics.Application
- func (t *Template) GetAllKinesisAnalyticsV2ApplicationCloudWatchLoggingOptionResources() map[string]*kinesisanalyticsv2.ApplicationCloudWatchLoggingOption
- func (t *Template) GetAllKinesisAnalyticsV2ApplicationOutputResources() map[string]*kinesisanalyticsv2.ApplicationOutput
- func (t *Template) GetAllKinesisAnalyticsV2ApplicationReferenceDataSourceResources() map[string]*kinesisanalyticsv2.ApplicationReferenceDataSource
- func (t *Template) GetAllKinesisAnalyticsV2ApplicationResources() map[string]*kinesisanalyticsv2.Application
- func (t *Template) GetAllKinesisFirehoseDeliveryStreamResources() map[string]*kinesisfirehose.DeliveryStream
- func (t *Template) GetAllKinesisStreamConsumerResources() map[string]*kinesis.StreamConsumer
- func (t *Template) GetAllKinesisStreamResources() map[string]*kinesis.Stream
- func (t *Template) GetAllLakeFormationDataLakeSettingsResources() map[string]*lakeformation.DataLakeSettings
- func (t *Template) GetAllLakeFormationPermissionsResources() map[string]*lakeformation.Permissions
- func (t *Template) GetAllLakeFormationResourceResources() map[string]*lakeformation.Resource
- func (t *Template) GetAllLambdaAliasResources() map[string]*lambda.Alias
- func (t *Template) GetAllLambdaCodeSigningConfigResources() map[string]*lambda.CodeSigningConfig
- func (t *Template) GetAllLambdaEventInvokeConfigResources() map[string]*lambda.EventInvokeConfig
- func (t *Template) GetAllLambdaEventSourceMappingResources() map[string]*lambda.EventSourceMapping
- func (t *Template) GetAllLambdaFunctionResources() map[string]*lambda.Function
- func (t *Template) GetAllLambdaLayerVersionPermissionResources() map[string]*lambda.LayerVersionPermission
- func (t *Template) GetAllLambdaLayerVersionResources() map[string]*lambda.LayerVersion
- func (t *Template) GetAllLambdaPermissionResources() map[string]*lambda.Permission
- func (t *Template) GetAllLambdaVersionResources() map[string]*lambda.Version
- func (t *Template) GetAllLicenseManagerGrantResources() map[string]*licensemanager.Grant
- func (t *Template) GetAllLicenseManagerLicenseResources() map[string]*licensemanager.License
- func (t *Template) GetAllLightsailDatabaseResources() map[string]*lightsail.Database
- func (t *Template) GetAllLightsailDiskResources() map[string]*lightsail.Disk
- func (t *Template) GetAllLightsailInstanceResources() map[string]*lightsail.Instance
- func (t *Template) GetAllLightsailStaticIpResources() map[string]*lightsail.StaticIp
- func (t *Template) GetAllLocationGeofenceCollectionResources() map[string]*location.GeofenceCollection
- func (t *Template) GetAllLocationMapResources() map[string]*location.Map
- func (t *Template) GetAllLocationPlaceIndexResources() map[string]*location.PlaceIndex
- func (t *Template) GetAllLocationRouteCalculatorResources() map[string]*location.RouteCalculator
- func (t *Template) GetAllLocationTrackerConsumerResources() map[string]*location.TrackerConsumer
- func (t *Template) GetAllLocationTrackerResources() map[string]*location.Tracker
- func (t *Template) GetAllLogsDestinationResources() map[string]*logs.Destination
- func (t *Template) GetAllLogsLogGroupResources() map[string]*logs.LogGroup
- func (t *Template) GetAllLogsLogStreamResources() map[string]*logs.LogStream
- func (t *Template) GetAllLogsMetricFilterResources() map[string]*logs.MetricFilter
- func (t *Template) GetAllLogsQueryDefinitionResources() map[string]*logs.QueryDefinition
- func (t *Template) GetAllLogsResourcePolicyResources() map[string]*logs.ResourcePolicy
- func (t *Template) GetAllLogsSubscriptionFilterResources() map[string]*logs.SubscriptionFilter
- func (t *Template) GetAllLookoutEquipmentInferenceSchedulerResources() map[string]*lookoutequipment.InferenceScheduler
- func (t *Template) GetAllLookoutMetricsAlertResources() map[string]*lookoutmetrics.Alert
- func (t *Template) GetAllLookoutMetricsAnomalyDetectorResources() map[string]*lookoutmetrics.AnomalyDetector
- func (t *Template) GetAllLookoutVisionProjectResources() map[string]*lookoutvision.Project
- func (t *Template) GetAllMSKClusterResources() map[string]*msk.Cluster
- func (t *Template) GetAllMWAAEnvironmentResources() map[string]*mwaa.Environment
- func (t *Template) GetAllMacieCustomDataIdentifierResources() map[string]*macie.CustomDataIdentifier
- func (t *Template) GetAllMacieFindingsFilterResources() map[string]*macie.FindingsFilter
- func (t *Template) GetAllMacieSessionResources() map[string]*macie.Session
- func (t *Template) GetAllManagedBlockchainMemberResources() map[string]*managedblockchain.Member
- func (t *Template) GetAllManagedBlockchainNodeResources() map[string]*managedblockchain.Node
- func (t *Template) GetAllMediaConnectFlowEntitlementResources() map[string]*mediaconnect.FlowEntitlement
- func (t *Template) GetAllMediaConnectFlowOutputResources() map[string]*mediaconnect.FlowOutput
- func (t *Template) GetAllMediaConnectFlowResources() map[string]*mediaconnect.Flow
- func (t *Template) GetAllMediaConnectFlowSourceResources() map[string]*mediaconnect.FlowSource
- func (t *Template) GetAllMediaConnectFlowVpcInterfaceResources() map[string]*mediaconnect.FlowVpcInterface
- func (t *Template) GetAllMediaConvertJobTemplateResources() map[string]*mediaconvert.JobTemplate
- func (t *Template) GetAllMediaConvertPresetResources() map[string]*mediaconvert.Preset
- func (t *Template) GetAllMediaConvertQueueResources() map[string]*mediaconvert.Queue
- func (t *Template) GetAllMediaLiveChannelResources() map[string]*medialive.Channel
- func (t *Template) GetAllMediaLiveInputResources() map[string]*medialive.Input
- func (t *Template) GetAllMediaLiveInputSecurityGroupResources() map[string]*medialive.InputSecurityGroup
- func (t *Template) GetAllMediaPackageAssetResources() map[string]*mediapackage.Asset
- func (t *Template) GetAllMediaPackageChannelResources() map[string]*mediapackage.Channel
- func (t *Template) GetAllMediaPackageOriginEndpointResources() map[string]*mediapackage.OriginEndpoint
- func (t *Template) GetAllMediaPackagePackagingConfigurationResources() map[string]*mediapackage.PackagingConfiguration
- func (t *Template) GetAllMediaPackagePackagingGroupResources() map[string]*mediapackage.PackagingGroup
- func (t *Template) GetAllMediaStoreContainerResources() map[string]*mediastore.Container
- func (t *Template) GetAllMemoryDBACLResources() map[string]*memorydb.ACL
- func (t *Template) GetAllMemoryDBClusterResources() map[string]*memorydb.Cluster
- func (t *Template) GetAllMemoryDBParameterGroupResources() map[string]*memorydb.ParameterGroup
- func (t *Template) GetAllMemoryDBSubnetGroupResources() map[string]*memorydb.SubnetGroup
- func (t *Template) GetAllMemoryDBUserResources() map[string]*memorydb.User
- func (t *Template) GetAllNeptuneDBClusterParameterGroupResources() map[string]*neptune.DBClusterParameterGroup
- func (t *Template) GetAllNeptuneDBClusterResources() map[string]*neptune.DBCluster
- func (t *Template) GetAllNeptuneDBInstanceResources() map[string]*neptune.DBInstance
- func (t *Template) GetAllNeptuneDBParameterGroupResources() map[string]*neptune.DBParameterGroup
- func (t *Template) GetAllNeptuneDBSubnetGroupResources() map[string]*neptune.DBSubnetGroup
- func (t *Template) GetAllNetworkFirewallFirewallPolicyResources() map[string]*networkfirewall.FirewallPolicy
- func (t *Template) GetAllNetworkFirewallFirewallResources() map[string]*networkfirewall.Firewall
- func (t *Template) GetAllNetworkFirewallLoggingConfigurationResources() map[string]*networkfirewall.LoggingConfiguration
- func (t *Template) GetAllNetworkFirewallRuleGroupResources() map[string]*networkfirewall.RuleGroup
- func (t *Template) GetAllNetworkManagerCustomerGatewayAssociationResources() map[string]*networkmanager.CustomerGatewayAssociation
- func (t *Template) GetAllNetworkManagerDeviceResources() map[string]*networkmanager.Device
- func (t *Template) GetAllNetworkManagerGlobalNetworkResources() map[string]*networkmanager.GlobalNetwork
- func (t *Template) GetAllNetworkManagerLinkAssociationResources() map[string]*networkmanager.LinkAssociation
- func (t *Template) GetAllNetworkManagerLinkResources() map[string]*networkmanager.Link
- func (t *Template) GetAllNetworkManagerSiteResources() map[string]*networkmanager.Site
- func (t *Template) GetAllNetworkManagerTransitGatewayRegistrationResources() map[string]*networkmanager.TransitGatewayRegistration
- func (t *Template) GetAllNimbleStudioLaunchProfileResources() map[string]*nimblestudio.LaunchProfile
- func (t *Template) GetAllNimbleStudioStreamingImageResources() map[string]*nimblestudio.StreamingImage
- func (t *Template) GetAllNimbleStudioStudioComponentResources() map[string]*nimblestudio.StudioComponent
- func (t *Template) GetAllNimbleStudioStudioResources() map[string]*nimblestudio.Studio
- func (t *Template) GetAllOpenSearchServiceDomainResources() map[string]*opensearchservice.Domain
- func (t *Template) GetAllOpsWorksAppResources() map[string]*opsworks.App
- func (t *Template) GetAllOpsWorksCMServerResources() map[string]*opsworkscm.Server
- func (t *Template) GetAllOpsWorksElasticLoadBalancerAttachmentResources() map[string]*opsworks.ElasticLoadBalancerAttachment
- func (t *Template) GetAllOpsWorksInstanceResources() map[string]*opsworks.Instance
- func (t *Template) GetAllOpsWorksLayerResources() map[string]*opsworks.Layer
- func (t *Template) GetAllOpsWorksStackResources() map[string]*opsworks.Stack
- func (t *Template) GetAllOpsWorksUserProfileResources() map[string]*opsworks.UserProfile
- func (t *Template) GetAllOpsWorksVolumeResources() map[string]*opsworks.Volume
- func (t *Template) GetAllPanoramaApplicationInstanceResources() map[string]*panorama.ApplicationInstance
- func (t *Template) GetAllPanoramaPackageResources() map[string]*panorama.Package
- func (t *Template) GetAllPanoramaPackageVersionResources() map[string]*panorama.PackageVersion
- func (t *Template) GetAllPinpointADMChannelResources() map[string]*pinpoint.ADMChannel
- func (t *Template) GetAllPinpointAPNSChannelResources() map[string]*pinpoint.APNSChannel
- func (t *Template) GetAllPinpointAPNSSandboxChannelResources() map[string]*pinpoint.APNSSandboxChannel
- func (t *Template) GetAllPinpointAPNSVoipChannelResources() map[string]*pinpoint.APNSVoipChannel
- func (t *Template) GetAllPinpointAPNSVoipSandboxChannelResources() map[string]*pinpoint.APNSVoipSandboxChannel
- func (t *Template) GetAllPinpointAppResources() map[string]*pinpoint.App
- func (t *Template) GetAllPinpointApplicationSettingsResources() map[string]*pinpoint.ApplicationSettings
- func (t *Template) GetAllPinpointBaiduChannelResources() map[string]*pinpoint.BaiduChannel
- func (t *Template) GetAllPinpointCampaignResources() map[string]*pinpoint.Campaign
- func (t *Template) GetAllPinpointEmailChannelResources() map[string]*pinpoint.EmailChannel
- func (t *Template) GetAllPinpointEmailConfigurationSetEventDestinationResources() map[string]*pinpointemail.ConfigurationSetEventDestination
- func (t *Template) GetAllPinpointEmailConfigurationSetResources() map[string]*pinpointemail.ConfigurationSet
- func (t *Template) GetAllPinpointEmailDedicatedIpPoolResources() map[string]*pinpointemail.DedicatedIpPool
- func (t *Template) GetAllPinpointEmailIdentityResources() map[string]*pinpointemail.Identity
- func (t *Template) GetAllPinpointEmailTemplateResources() map[string]*pinpoint.EmailTemplate
- func (t *Template) GetAllPinpointEventStreamResources() map[string]*pinpoint.EventStream
- func (t *Template) GetAllPinpointGCMChannelResources() map[string]*pinpoint.GCMChannel
- func (t *Template) GetAllPinpointInAppTemplateResources() map[string]*pinpoint.InAppTemplate
- func (t *Template) GetAllPinpointPushTemplateResources() map[string]*pinpoint.PushTemplate
- func (t *Template) GetAllPinpointSMSChannelResources() map[string]*pinpoint.SMSChannel
- func (t *Template) GetAllPinpointSegmentResources() map[string]*pinpoint.Segment
- func (t *Template) GetAllPinpointSmsTemplateResources() map[string]*pinpoint.SmsTemplate
- func (t *Template) GetAllPinpointVoiceChannelResources() map[string]*pinpoint.VoiceChannel
- func (t *Template) GetAllQLDBLedgerResources() map[string]*qldb.Ledger
- func (t *Template) GetAllQLDBStreamResources() map[string]*qldb.Stream
- func (t *Template) GetAllQuickSightAnalysisResources() map[string]*quicksight.Analysis
- func (t *Template) GetAllQuickSightDashboardResources() map[string]*quicksight.Dashboard
- func (t *Template) GetAllQuickSightDataSetResources() map[string]*quicksight.DataSet
- func (t *Template) GetAllQuickSightDataSourceResources() map[string]*quicksight.DataSource
- func (t *Template) GetAllQuickSightTemplateResources() map[string]*quicksight.Template
- func (t *Template) GetAllQuickSightThemeResources() map[string]*quicksight.Theme
- func (t *Template) GetAllRAMResourceShareResources() map[string]*ram.ResourceShare
- func (t *Template) GetAllRDSDBClusterParameterGroupResources() map[string]*rds.DBClusterParameterGroup
- func (t *Template) GetAllRDSDBClusterResources() map[string]*rds.DBCluster
- func (t *Template) GetAllRDSDBInstanceResources() map[string]*rds.DBInstance
- func (t *Template) GetAllRDSDBParameterGroupResources() map[string]*rds.DBParameterGroup
- func (t *Template) GetAllRDSDBProxyEndpointResources() map[string]*rds.DBProxyEndpoint
- func (t *Template) GetAllRDSDBProxyResources() map[string]*rds.DBProxy
- func (t *Template) GetAllRDSDBProxyTargetGroupResources() map[string]*rds.DBProxyTargetGroup
- func (t *Template) GetAllRDSDBSecurityGroupIngressResources() map[string]*rds.DBSecurityGroupIngress
- func (t *Template) GetAllRDSDBSecurityGroupResources() map[string]*rds.DBSecurityGroup
- func (t *Template) GetAllRDSDBSubnetGroupResources() map[string]*rds.DBSubnetGroup
- func (t *Template) GetAllRDSEventSubscriptionResources() map[string]*rds.EventSubscription
- func (t *Template) GetAllRDSGlobalClusterResources() map[string]*rds.GlobalCluster
- func (t *Template) GetAllRDSOptionGroupResources() map[string]*rds.OptionGroup
- func (t *Template) GetAllRUMAppMonitorResources() map[string]*rum.AppMonitor
- func (t *Template) GetAllRedshiftClusterParameterGroupResources() map[string]*redshift.ClusterParameterGroup
- func (t *Template) GetAllRedshiftClusterResources() map[string]*redshift.Cluster
- func (t *Template) GetAllRedshiftClusterSecurityGroupIngressResources() map[string]*redshift.ClusterSecurityGroupIngress
- func (t *Template) GetAllRedshiftClusterSecurityGroupResources() map[string]*redshift.ClusterSecurityGroup
- func (t *Template) GetAllRedshiftClusterSubnetGroupResources() map[string]*redshift.ClusterSubnetGroup
- func (t *Template) GetAllRedshiftEndpointAccessResources() map[string]*redshift.EndpointAccess
- func (t *Template) GetAllRedshiftEndpointAuthorizationResources() map[string]*redshift.EndpointAuthorization
- func (t *Template) GetAllRedshiftEventSubscriptionResources() map[string]*redshift.EventSubscription
- func (t *Template) GetAllRedshiftScheduledActionResources() map[string]*redshift.ScheduledAction
- func (t *Template) GetAllRefactorSpacesApplicationResources() map[string]*refactorspaces.Application
- func (t *Template) GetAllRefactorSpacesEnvironmentResources() map[string]*refactorspaces.Environment
- func (t *Template) GetAllRefactorSpacesRouteResources() map[string]*refactorspaces.Route
- func (t *Template) GetAllRefactorSpacesServiceResources() map[string]*refactorspaces.Service
- func (t *Template) GetAllRekognitionProjectResources() map[string]*rekognition.Project
- func (t *Template) GetAllResilienceHubAppResources() map[string]*resiliencehub.App
- func (t *Template) GetAllResilienceHubResiliencyPolicyResources() map[string]*resiliencehub.ResiliencyPolicy
- func (t *Template) GetAllResourceGroupsGroupResources() map[string]*resourcegroups.Group
- func (t *Template) GetAllRoboMakerFleetResources() map[string]*robomaker.Fleet
- func (t *Template) GetAllRoboMakerRobotApplicationResources() map[string]*robomaker.RobotApplication
- func (t *Template) GetAllRoboMakerRobotApplicationVersionResources() map[string]*robomaker.RobotApplicationVersion
- func (t *Template) GetAllRoboMakerRobotResources() map[string]*robomaker.Robot
- func (t *Template) GetAllRoboMakerSimulationApplicationResources() map[string]*robomaker.SimulationApplication
- func (t *Template) GetAllRoboMakerSimulationApplicationVersionResources() map[string]*robomaker.SimulationApplicationVersion
- func (t *Template) GetAllRoute53DNSSECResources() map[string]*route53.DNSSEC
- func (t *Template) GetAllRoute53HealthCheckResources() map[string]*route53.HealthCheck
- func (t *Template) GetAllRoute53HostedZoneResources() map[string]*route53.HostedZone
- func (t *Template) GetAllRoute53KeySigningKeyResources() map[string]*route53.KeySigningKey
- func (t *Template) GetAllRoute53RecordSetGroupResources() map[string]*route53.RecordSetGroup
- func (t *Template) GetAllRoute53RecordSetResources() map[string]*route53.RecordSet
- func (t *Template) GetAllRoute53RecoveryControlClusterResources() map[string]*route53recoverycontrol.Cluster
- func (t *Template) GetAllRoute53RecoveryControlControlPanelResources() map[string]*route53recoverycontrol.ControlPanel
- func (t *Template) GetAllRoute53RecoveryControlRoutingControlResources() map[string]*route53recoverycontrol.RoutingControl
- func (t *Template) GetAllRoute53RecoveryControlSafetyRuleResources() map[string]*route53recoverycontrol.SafetyRule
- func (t *Template) GetAllRoute53RecoveryReadinessCellResources() map[string]*route53recoveryreadiness.Cell
- func (t *Template) GetAllRoute53RecoveryReadinessReadinessCheckResources() map[string]*route53recoveryreadiness.ReadinessCheck
- func (t *Template) GetAllRoute53RecoveryReadinessRecoveryGroupResources() map[string]*route53recoveryreadiness.RecoveryGroup
- func (t *Template) GetAllRoute53RecoveryReadinessResourceSetResources() map[string]*route53recoveryreadiness.ResourceSet
- func (t *Template) GetAllRoute53ResolverFirewallDomainListResources() map[string]*route53resolver.FirewallDomainList
- func (t *Template) GetAllRoute53ResolverFirewallRuleGroupAssociationResources() map[string]*route53resolver.FirewallRuleGroupAssociation
- func (t *Template) GetAllRoute53ResolverFirewallRuleGroupResources() map[string]*route53resolver.FirewallRuleGroup
- func (t *Template) GetAllRoute53ResolverResolverConfigResources() map[string]*route53resolver.ResolverConfig
- func (t *Template) GetAllRoute53ResolverResolverDNSSECConfigResources() map[string]*route53resolver.ResolverDNSSECConfig
- func (t *Template) GetAllRoute53ResolverResolverEndpointResources() map[string]*route53resolver.ResolverEndpoint
- func (t *Template) GetAllRoute53ResolverResolverQueryLoggingConfigAssociationResources() map[string]*route53resolver.ResolverQueryLoggingConfigAssociation
- func (t *Template) GetAllRoute53ResolverResolverQueryLoggingConfigResources() map[string]*route53resolver.ResolverQueryLoggingConfig
- func (t *Template) GetAllRoute53ResolverResolverRuleAssociationResources() map[string]*route53resolver.ResolverRuleAssociation
- func (t *Template) GetAllRoute53ResolverResolverRuleResources() map[string]*route53resolver.ResolverRule
- func (t *Template) GetAllS3AccessPointResources() map[string]*s3.AccessPoint
- func (t *Template) GetAllS3BucketPolicyResources() map[string]*s3.BucketPolicy
- func (t *Template) GetAllS3BucketResources() map[string]*s3.Bucket
- func (t *Template) GetAllS3MultiRegionAccessPointPolicyResources() map[string]*s3.MultiRegionAccessPointPolicy
- func (t *Template) GetAllS3MultiRegionAccessPointResources() map[string]*s3.MultiRegionAccessPoint
- func (t *Template) GetAllS3ObjectLambdaAccessPointPolicyResources() map[string]*s3objectlambda.AccessPointPolicy
- func (t *Template) GetAllS3ObjectLambdaAccessPointResources() map[string]*s3objectlambda.AccessPoint
- func (t *Template) GetAllS3OutpostsAccessPointResources() map[string]*s3outposts.AccessPoint
- func (t *Template) GetAllS3OutpostsBucketPolicyResources() map[string]*s3outposts.BucketPolicy
- func (t *Template) GetAllS3OutpostsBucketResources() map[string]*s3outposts.Bucket
- func (t *Template) GetAllS3OutpostsEndpointResources() map[string]*s3outposts.Endpoint
- func (t *Template) GetAllS3StorageLensResources() map[string]*s3.StorageLens
- func (t *Template) GetAllSDBDomainResources() map[string]*sdb.Domain
- func (t *Template) GetAllSESConfigurationSetEventDestinationResources() map[string]*ses.ConfigurationSetEventDestination
- func (t *Template) GetAllSESConfigurationSetResources() map[string]*ses.ConfigurationSet
- func (t *Template) GetAllSESContactListResources() map[string]*ses.ContactList
- func (t *Template) GetAllSESReceiptFilterResources() map[string]*ses.ReceiptFilter
- func (t *Template) GetAllSESReceiptRuleResources() map[string]*ses.ReceiptRule
- func (t *Template) GetAllSESReceiptRuleSetResources() map[string]*ses.ReceiptRuleSet
- func (t *Template) GetAllSESTemplateResources() map[string]*ses.Template
- func (t *Template) GetAllSNSSubscriptionResources() map[string]*sns.Subscription
- func (t *Template) GetAllSNSTopicPolicyResources() map[string]*sns.TopicPolicy
- func (t *Template) GetAllSNSTopicResources() map[string]*sns.Topic
- func (t *Template) GetAllSQSQueuePolicyResources() map[string]*sqs.QueuePolicy
- func (t *Template) GetAllSQSQueueResources() map[string]*sqs.Queue
- func (t *Template) GetAllSSMAssociationResources() map[string]*ssm.Association
- func (t *Template) GetAllSSMContactsContactChannelResources() map[string]*ssmcontacts.ContactChannel
- func (t *Template) GetAllSSMContactsContactResources() map[string]*ssmcontacts.Contact
- func (t *Template) GetAllSSMDocumentResources() map[string]*ssm.Document
- func (t *Template) GetAllSSMIncidentsReplicationSetResources() map[string]*ssmincidents.ReplicationSet
- func (t *Template) GetAllSSMIncidentsResponsePlanResources() map[string]*ssmincidents.ResponsePlan
- func (t *Template) GetAllSSMMaintenanceWindowResources() map[string]*ssm.MaintenanceWindow
- func (t *Template) GetAllSSMMaintenanceWindowTargetResources() map[string]*ssm.MaintenanceWindowTarget
- func (t *Template) GetAllSSMMaintenanceWindowTaskResources() map[string]*ssm.MaintenanceWindowTask
- func (t *Template) GetAllSSMParameterResources() map[string]*ssm.Parameter
- func (t *Template) GetAllSSMPatchBaselineResources() map[string]*ssm.PatchBaseline
- func (t *Template) GetAllSSMResourceDataSyncResources() map[string]*ssm.ResourceDataSync
- func (t *Template) GetAllSSOAssignmentResources() map[string]*sso.Assignment
- func (t *Template) GetAllSSOInstanceAccessControlAttributeConfigurationResources() map[string]*sso.InstanceAccessControlAttributeConfiguration
- func (t *Template) GetAllSSOPermissionSetResources() map[string]*sso.PermissionSet
- func (t *Template) GetAllSageMakerAppImageConfigResources() map[string]*sagemaker.AppImageConfig
- func (t *Template) GetAllSageMakerAppResources() map[string]*sagemaker.App
- func (t *Template) GetAllSageMakerCodeRepositoryResources() map[string]*sagemaker.CodeRepository
- func (t *Template) GetAllSageMakerDataQualityJobDefinitionResources() map[string]*sagemaker.DataQualityJobDefinition
- func (t *Template) GetAllSageMakerDeviceFleetResources() map[string]*sagemaker.DeviceFleet
- func (t *Template) GetAllSageMakerDeviceResources() map[string]*sagemaker.Device
- func (t *Template) GetAllSageMakerDomainResources() map[string]*sagemaker.Domain
- func (t *Template) GetAllSageMakerEndpointConfigResources() map[string]*sagemaker.EndpointConfig
- func (t *Template) GetAllSageMakerEndpointResources() map[string]*sagemaker.Endpoint
- func (t *Template) GetAllSageMakerFeatureGroupResources() map[string]*sagemaker.FeatureGroup
- func (t *Template) GetAllSageMakerImageResources() map[string]*sagemaker.Image
- func (t *Template) GetAllSageMakerImageVersionResources() map[string]*sagemaker.ImageVersion
- func (t *Template) GetAllSageMakerModelBiasJobDefinitionResources() map[string]*sagemaker.ModelBiasJobDefinition
- func (t *Template) GetAllSageMakerModelExplainabilityJobDefinitionResources() map[string]*sagemaker.ModelExplainabilityJobDefinition
- func (t *Template) GetAllSageMakerModelPackageGroupResources() map[string]*sagemaker.ModelPackageGroup
- func (t *Template) GetAllSageMakerModelQualityJobDefinitionResources() map[string]*sagemaker.ModelQualityJobDefinition
- func (t *Template) GetAllSageMakerModelResources() map[string]*sagemaker.Model
- func (t *Template) GetAllSageMakerMonitoringScheduleResources() map[string]*sagemaker.MonitoringSchedule
- func (t *Template) GetAllSageMakerNotebookInstanceLifecycleConfigResources() map[string]*sagemaker.NotebookInstanceLifecycleConfig
- func (t *Template) GetAllSageMakerNotebookInstanceResources() map[string]*sagemaker.NotebookInstance
- func (t *Template) GetAllSageMakerPipelineResources() map[string]*sagemaker.Pipeline
- func (t *Template) GetAllSageMakerProjectResources() map[string]*sagemaker.Project
- func (t *Template) GetAllSageMakerUserProfileResources() map[string]*sagemaker.UserProfile
- func (t *Template) GetAllSageMakerWorkteamResources() map[string]*sagemaker.Workteam
- func (t *Template) GetAllSecretsManagerResourcePolicyResources() map[string]*secretsmanager.ResourcePolicy
- func (t *Template) GetAllSecretsManagerRotationScheduleResources() map[string]*secretsmanager.RotationSchedule
- func (t *Template) GetAllSecretsManagerSecretResources() map[string]*secretsmanager.Secret
- func (t *Template) GetAllSecretsManagerSecretTargetAttachmentResources() map[string]*secretsmanager.SecretTargetAttachment
- func (t *Template) GetAllSecurityHubHubResources() map[string]*securityhub.Hub
- func (t *Template) GetAllServerlessApiResources() map[string]*serverless.Api
- func (t *Template) GetAllServerlessApplicationResources() map[string]*serverless.Application
- func (t *Template) GetAllServerlessFunctionResources() map[string]*serverless.Function
- func (t *Template) GetAllServerlessLayerVersionResources() map[string]*serverless.LayerVersion
- func (t *Template) GetAllServerlessSimpleTableResources() map[string]*serverless.SimpleTable
- func (t *Template) GetAllServerlessStateMachineResources() map[string]*serverless.StateMachine
- func (t *Template) GetAllServiceCatalogAcceptedPortfolioShareResources() map[string]*servicecatalog.AcceptedPortfolioShare
- func (t *Template) GetAllServiceCatalogAppRegistryApplicationResources() map[string]*servicecatalogappregistry.Application
- func (t *Template) GetAllServiceCatalogAppRegistryAttributeGroupAssociationResources() map[string]*servicecatalogappregistry.AttributeGroupAssociation
- func (t *Template) GetAllServiceCatalogAppRegistryAttributeGroupResources() map[string]*servicecatalogappregistry.AttributeGroup
- func (t *Template) GetAllServiceCatalogAppRegistryResourceAssociationResources() map[string]*servicecatalogappregistry.ResourceAssociation
- func (t *Template) GetAllServiceCatalogCloudFormationProductResources() map[string]*servicecatalog.CloudFormationProduct
- func (t *Template) GetAllServiceCatalogCloudFormationProvisionedProductResources() map[string]*servicecatalog.CloudFormationProvisionedProduct
- func (t *Template) GetAllServiceCatalogLaunchNotificationConstraintResources() map[string]*servicecatalog.LaunchNotificationConstraint
- func (t *Template) GetAllServiceCatalogLaunchRoleConstraintResources() map[string]*servicecatalog.LaunchRoleConstraint
- func (t *Template) GetAllServiceCatalogLaunchTemplateConstraintResources() map[string]*servicecatalog.LaunchTemplateConstraint
- func (t *Template) GetAllServiceCatalogPortfolioPrincipalAssociationResources() map[string]*servicecatalog.PortfolioPrincipalAssociation
- func (t *Template) GetAllServiceCatalogPortfolioProductAssociationResources() map[string]*servicecatalog.PortfolioProductAssociation
- func (t *Template) GetAllServiceCatalogPortfolioResources() map[string]*servicecatalog.Portfolio
- func (t *Template) GetAllServiceCatalogPortfolioShareResources() map[string]*servicecatalog.PortfolioShare
- func (t *Template) GetAllServiceCatalogResourceUpdateConstraintResources() map[string]*servicecatalog.ResourceUpdateConstraint
- func (t *Template) GetAllServiceCatalogServiceActionAssociationResources() map[string]*servicecatalog.ServiceActionAssociation
- func (t *Template) GetAllServiceCatalogServiceActionResources() map[string]*servicecatalog.ServiceAction
- func (t *Template) GetAllServiceCatalogStackSetConstraintResources() map[string]*servicecatalog.StackSetConstraint
- func (t *Template) GetAllServiceCatalogTagOptionAssociationResources() map[string]*servicecatalog.TagOptionAssociation
- func (t *Template) GetAllServiceCatalogTagOptionResources() map[string]*servicecatalog.TagOption
- func (t *Template) GetAllServiceDiscoveryHttpNamespaceResources() map[string]*servicediscovery.HttpNamespace
- func (t *Template) GetAllServiceDiscoveryInstanceResources() map[string]*servicediscovery.Instance
- func (t *Template) GetAllServiceDiscoveryPrivateDnsNamespaceResources() map[string]*servicediscovery.PrivateDnsNamespace
- func (t *Template) GetAllServiceDiscoveryPublicDnsNamespaceResources() map[string]*servicediscovery.PublicDnsNamespace
- func (t *Template) GetAllServiceDiscoveryServiceResources() map[string]*servicediscovery.Service
- func (t *Template) GetAllSignerProfilePermissionResources() map[string]*signer.ProfilePermission
- func (t *Template) GetAllSignerSigningProfileResources() map[string]*signer.SigningProfile
- func (t *Template) GetAllStepFunctionsActivityResources() map[string]*stepfunctions.Activity
- func (t *Template) GetAllStepFunctionsStateMachineResources() map[string]*stepfunctions.StateMachine
- func (t *Template) GetAllSyntheticsCanaryResources() map[string]*synthetics.Canary
- func (t *Template) GetAllTimestreamDatabaseResources() map[string]*timestream.Database
- func (t *Template) GetAllTimestreamScheduledQueryResources() map[string]*timestream.ScheduledQuery
- func (t *Template) GetAllTimestreamTableResources() map[string]*timestream.Table
- func (t *Template) GetAllTransferServerResources() map[string]*transfer.Server
- func (t *Template) GetAllTransferUserResources() map[string]*transfer.User
- func (t *Template) GetAllTransferWorkflowResources() map[string]*transfer.Workflow
- func (t *Template) GetAllWAFByteMatchSetResources() map[string]*waf.ByteMatchSet
- func (t *Template) GetAllWAFIPSetResources() map[string]*waf.IPSet
- func (t *Template) GetAllWAFRegionalByteMatchSetResources() map[string]*wafregional.ByteMatchSet
- func (t *Template) GetAllWAFRegionalGeoMatchSetResources() map[string]*wafregional.GeoMatchSet
- func (t *Template) GetAllWAFRegionalIPSetResources() map[string]*wafregional.IPSet
- func (t *Template) GetAllWAFRegionalRateBasedRuleResources() map[string]*wafregional.RateBasedRule
- func (t *Template) GetAllWAFRegionalRegexPatternSetResources() map[string]*wafregional.RegexPatternSet
- func (t *Template) GetAllWAFRegionalRuleResources() map[string]*wafregional.Rule
- func (t *Template) GetAllWAFRegionalSizeConstraintSetResources() map[string]*wafregional.SizeConstraintSet
- func (t *Template) GetAllWAFRegionalSqlInjectionMatchSetResources() map[string]*wafregional.SqlInjectionMatchSet
- func (t *Template) GetAllWAFRegionalWebACLAssociationResources() map[string]*wafregional.WebACLAssociation
- func (t *Template) GetAllWAFRegionalWebACLResources() map[string]*wafregional.WebACL
- func (t *Template) GetAllWAFRegionalXssMatchSetResources() map[string]*wafregional.XssMatchSet
- func (t *Template) GetAllWAFRuleResources() map[string]*waf.Rule
- func (t *Template) GetAllWAFSizeConstraintSetResources() map[string]*waf.SizeConstraintSet
- func (t *Template) GetAllWAFSqlInjectionMatchSetResources() map[string]*waf.SqlInjectionMatchSet
- func (t *Template) GetAllWAFWebACLResources() map[string]*waf.WebACL
- func (t *Template) GetAllWAFXssMatchSetResources() map[string]*waf.XssMatchSet
- func (t *Template) GetAllWAFv2IPSetResources() map[string]*wafv2.IPSet
- func (t *Template) GetAllWAFv2LoggingConfigurationResources() map[string]*wafv2.LoggingConfiguration
- func (t *Template) GetAllWAFv2RegexPatternSetResources() map[string]*wafv2.RegexPatternSet
- func (t *Template) GetAllWAFv2RuleGroupResources() map[string]*wafv2.RuleGroup
- func (t *Template) GetAllWAFv2WebACLAssociationResources() map[string]*wafv2.WebACLAssociation
- func (t *Template) GetAllWAFv2WebACLResources() map[string]*wafv2.WebACL
- func (t *Template) GetAllWisdomAssistantAssociationResources() map[string]*wisdom.AssistantAssociation
- func (t *Template) GetAllWisdomAssistantResources() map[string]*wisdom.Assistant
- func (t *Template) GetAllWisdomKnowledgeBaseResources() map[string]*wisdom.KnowledgeBase
- func (t *Template) GetAllWorkSpacesConnectionAliasResources() map[string]*workspaces.ConnectionAlias
- func (t *Template) GetAllWorkSpacesWorkspaceResources() map[string]*workspaces.Workspace
- func (t *Template) GetAllXRayGroupResources() map[string]*xray.Group
- func (t *Template) GetAllXRaySamplingRuleResources() map[string]*xray.SamplingRule
- func (t *Template) GetAmazonMQBrokerWithName(name string) (*amazonmq.Broker, error)
- func (t *Template) GetAmazonMQConfigurationAssociationWithName(name string) (*amazonmq.ConfigurationAssociation, error)
- func (t *Template) GetAmazonMQConfigurationWithName(name string) (*amazonmq.Configuration, error)
- func (t *Template) GetAmplifyAppWithName(name string) (*amplify.App, error)
- func (t *Template) GetAmplifyBranchWithName(name string) (*amplify.Branch, error)
- func (t *Template) GetAmplifyDomainWithName(name string) (*amplify.Domain, error)
- func (t *Template) GetAmplifyUIBuilderComponentWithName(name string) (*amplifyuibuilder.Component, error)
- func (t *Template) GetAmplifyUIBuilderThemeWithName(name string) (*amplifyuibuilder.Theme, error)
- func (t *Template) GetApiGatewayAccountWithName(name string) (*apigateway.Account, error)
- func (t *Template) GetApiGatewayApiKeyWithName(name string) (*apigateway.ApiKey, error)
- func (t *Template) GetApiGatewayAuthorizerWithName(name string) (*apigateway.Authorizer, error)
- func (t *Template) GetApiGatewayBasePathMappingWithName(name string) (*apigateway.BasePathMapping, error)
- func (t *Template) GetApiGatewayClientCertificateWithName(name string) (*apigateway.ClientCertificate, error)
- func (t *Template) GetApiGatewayDeploymentWithName(name string) (*apigateway.Deployment, error)
- func (t *Template) GetApiGatewayDocumentationPartWithName(name string) (*apigateway.DocumentationPart, error)
- func (t *Template) GetApiGatewayDocumentationVersionWithName(name string) (*apigateway.DocumentationVersion, error)
- func (t *Template) GetApiGatewayDomainNameWithName(name string) (*apigateway.DomainName, error)
- func (t *Template) GetApiGatewayGatewayResponseWithName(name string) (*apigateway.GatewayResponse, error)
- func (t *Template) GetApiGatewayMethodWithName(name string) (*apigateway.Method, error)
- func (t *Template) GetApiGatewayModelWithName(name string) (*apigateway.Model, error)
- func (t *Template) GetApiGatewayRequestValidatorWithName(name string) (*apigateway.RequestValidator, error)
- func (t *Template) GetApiGatewayResourceWithName(name string) (*apigateway.Resource, error)
- func (t *Template) GetApiGatewayRestApiWithName(name string) (*apigateway.RestApi, error)
- func (t *Template) GetApiGatewayStageWithName(name string) (*apigateway.Stage, error)
- func (t *Template) GetApiGatewayUsagePlanKeyWithName(name string) (*apigateway.UsagePlanKey, error)
- func (t *Template) GetApiGatewayUsagePlanWithName(name string) (*apigateway.UsagePlan, error)
- func (t *Template) GetApiGatewayV2ApiGatewayManagedOverridesWithName(name string) (*apigatewayv2.ApiGatewayManagedOverrides, error)
- func (t *Template) GetApiGatewayV2ApiMappingWithName(name string) (*apigatewayv2.ApiMapping, error)
- func (t *Template) GetApiGatewayV2ApiWithName(name string) (*apigatewayv2.Api, error)
- func (t *Template) GetApiGatewayV2AuthorizerWithName(name string) (*apigatewayv2.Authorizer, error)
- func (t *Template) GetApiGatewayV2DeploymentWithName(name string) (*apigatewayv2.Deployment, error)
- func (t *Template) GetApiGatewayV2DomainNameWithName(name string) (*apigatewayv2.DomainName, error)
- func (t *Template) GetApiGatewayV2IntegrationResponseWithName(name string) (*apigatewayv2.IntegrationResponse, error)
- func (t *Template) GetApiGatewayV2IntegrationWithName(name string) (*apigatewayv2.Integration, error)
- func (t *Template) GetApiGatewayV2ModelWithName(name string) (*apigatewayv2.Model, error)
- func (t *Template) GetApiGatewayV2RouteResponseWithName(name string) (*apigatewayv2.RouteResponse, error)
- func (t *Template) GetApiGatewayV2RouteWithName(name string) (*apigatewayv2.Route, error)
- func (t *Template) GetApiGatewayV2StageWithName(name string) (*apigatewayv2.Stage, error)
- func (t *Template) GetApiGatewayV2VpcLinkWithName(name string) (*apigatewayv2.VpcLink, error)
- func (t *Template) GetApiGatewayVpcLinkWithName(name string) (*apigateway.VpcLink, error)
- func (t *Template) GetAppConfigApplicationWithName(name string) (*appconfig.Application, error)
- func (t *Template) GetAppConfigConfigurationProfileWithName(name string) (*appconfig.ConfigurationProfile, error)
- func (t *Template) GetAppConfigDeploymentStrategyWithName(name string) (*appconfig.DeploymentStrategy, error)
- func (t *Template) GetAppConfigDeploymentWithName(name string) (*appconfig.Deployment, error)
- func (t *Template) GetAppConfigEnvironmentWithName(name string) (*appconfig.Environment, error)
- func (t *Template) GetAppConfigHostedConfigurationVersionWithName(name string) (*appconfig.HostedConfigurationVersion, error)
- func (t *Template) GetAppFlowConnectorProfileWithName(name string) (*appflow.ConnectorProfile, error)
- func (t *Template) GetAppFlowFlowWithName(name string) (*appflow.Flow, error)
- func (t *Template) GetAppIntegrationsEventIntegrationWithName(name string) (*appintegrations.EventIntegration, error)
- func (t *Template) GetAppMeshGatewayRouteWithName(name string) (*appmesh.GatewayRoute, error)
- func (t *Template) GetAppMeshMeshWithName(name string) (*appmesh.Mesh, error)
- func (t *Template) GetAppMeshRouteWithName(name string) (*appmesh.Route, error)
- func (t *Template) GetAppMeshVirtualGatewayWithName(name string) (*appmesh.VirtualGateway, error)
- func (t *Template) GetAppMeshVirtualNodeWithName(name string) (*appmesh.VirtualNode, error)
- func (t *Template) GetAppMeshVirtualRouterWithName(name string) (*appmesh.VirtualRouter, error)
- func (t *Template) GetAppMeshVirtualServiceWithName(name string) (*appmesh.VirtualService, error)
- func (t *Template) GetAppRunnerServiceWithName(name string) (*apprunner.Service, error)
- func (t *Template) GetAppStreamAppBlockWithName(name string) (*appstream.AppBlock, error)
- func (t *Template) GetAppStreamApplicationFleetAssociationWithName(name string) (*appstream.ApplicationFleetAssociation, error)
- func (t *Template) GetAppStreamApplicationWithName(name string) (*appstream.Application, error)
- func (t *Template) GetAppStreamDirectoryConfigWithName(name string) (*appstream.DirectoryConfig, error)
- func (t *Template) GetAppStreamFleetWithName(name string) (*appstream.Fleet, error)
- func (t *Template) GetAppStreamImageBuilderWithName(name string) (*appstream.ImageBuilder, error)
- func (t *Template) GetAppStreamStackFleetAssociationWithName(name string) (*appstream.StackFleetAssociation, error)
- func (t *Template) GetAppStreamStackUserAssociationWithName(name string) (*appstream.StackUserAssociation, error)
- func (t *Template) GetAppStreamStackWithName(name string) (*appstream.Stack, error)
- func (t *Template) GetAppStreamUserWithName(name string) (*appstream.User, error)
- func (t *Template) GetAppSyncApiCacheWithName(name string) (*appsync.ApiCache, error)
- func (t *Template) GetAppSyncApiKeyWithName(name string) (*appsync.ApiKey, error)
- func (t *Template) GetAppSyncDataSourceWithName(name string) (*appsync.DataSource, error)
- func (t *Template) GetAppSyncFunctionConfigurationWithName(name string) (*appsync.FunctionConfiguration, error)
- func (t *Template) GetAppSyncGraphQLApiWithName(name string) (*appsync.GraphQLApi, error)
- func (t *Template) GetAppSyncGraphQLSchemaWithName(name string) (*appsync.GraphQLSchema, error)
- func (t *Template) GetAppSyncResolverWithName(name string) (*appsync.Resolver, error)
- func (t *Template) GetApplicationAutoScalingScalableTargetWithName(name string) (*applicationautoscaling.ScalableTarget, error)
- func (t *Template) GetApplicationAutoScalingScalingPolicyWithName(name string) (*applicationautoscaling.ScalingPolicy, error)
- func (t *Template) GetApplicationInsightsApplicationWithName(name string) (*applicationinsights.Application, error)
- func (t *Template) GetAthenaDataCatalogWithName(name string) (*athena.DataCatalog, error)
- func (t *Template) GetAthenaNamedQueryWithName(name string) (*athena.NamedQuery, error)
- func (t *Template) GetAthenaPreparedStatementWithName(name string) (*athena.PreparedStatement, error)
- func (t *Template) GetAthenaWorkGroupWithName(name string) (*athena.WorkGroup, error)
- func (t *Template) GetAuditManagerAssessmentWithName(name string) (*auditmanager.Assessment, error)
- func (t *Template) GetAutoScalingAutoScalingGroupWithName(name string) (*autoscaling.AutoScalingGroup, error)
- func (t *Template) GetAutoScalingLaunchConfigurationWithName(name string) (*autoscaling.LaunchConfiguration, error)
- func (t *Template) GetAutoScalingLifecycleHookWithName(name string) (*autoscaling.LifecycleHook, error)
- func (t *Template) GetAutoScalingPlansScalingPlanWithName(name string) (*autoscalingplans.ScalingPlan, error)
- func (t *Template) GetAutoScalingScalingPolicyWithName(name string) (*autoscaling.ScalingPolicy, error)
- func (t *Template) GetAutoScalingScheduledActionWithName(name string) (*autoscaling.ScheduledAction, error)
- func (t *Template) GetAutoScalingWarmPoolWithName(name string) (*autoscaling.WarmPool, error)
- func (t *Template) GetBackupBackupPlanWithName(name string) (*backup.BackupPlan, error)
- func (t *Template) GetBackupBackupSelectionWithName(name string) (*backup.BackupSelection, error)
- func (t *Template) GetBackupBackupVaultWithName(name string) (*backup.BackupVault, error)
- func (t *Template) GetBackupFrameworkWithName(name string) (*backup.Framework, error)
- func (t *Template) GetBackupReportPlanWithName(name string) (*backup.ReportPlan, error)
- func (t *Template) GetBatchComputeEnvironmentWithName(name string) (*batch.ComputeEnvironment, error)
- func (t *Template) GetBatchJobDefinitionWithName(name string) (*batch.JobDefinition, error)
- func (t *Template) GetBatchJobQueueWithName(name string) (*batch.JobQueue, error)
- func (t *Template) GetBatchSchedulingPolicyWithName(name string) (*batch.SchedulingPolicy, error)
- func (t *Template) GetBudgetsBudgetWithName(name string) (*budgets.Budget, error)
- func (t *Template) GetBudgetsBudgetsActionWithName(name string) (*budgets.BudgetsAction, error)
- func (t *Template) GetCEAnomalyMonitorWithName(name string) (*ce.AnomalyMonitor, error)
- func (t *Template) GetCEAnomalySubscriptionWithName(name string) (*ce.AnomalySubscription, error)
- func (t *Template) GetCECostCategoryWithName(name string) (*ce.CostCategory, error)
- func (t *Template) GetCURReportDefinitionWithName(name string) (*cur.ReportDefinition, error)
- func (t *Template) GetCassandraKeyspaceWithName(name string) (*cassandra.Keyspace, error)
- func (t *Template) GetCassandraTableWithName(name string) (*cassandra.Table, error)
- func (t *Template) GetCertificateManagerAccountWithName(name string) (*certificatemanager.Account, error)
- func (t *Template) GetCertificateManagerCertificateWithName(name string) (*certificatemanager.Certificate, error)
- func (t *Template) GetChatbotSlackChannelConfigurationWithName(name string) (*chatbot.SlackChannelConfiguration, error)
- func (t *Template) GetCloud9EnvironmentEC2WithName(name string) (*cloud9.EnvironmentEC2, error)
- func (t *Template) GetCloudFormationCustomResourceWithName(name string) (*cloudformation.CustomResource, error)
- func (t *Template) GetCloudFormationMacroWithName(name string) (*cloudformation.Macro, error)
- func (t *Template) GetCloudFormationModuleDefaultVersionWithName(name string) (*cloudformation.ModuleDefaultVersion, error)
- func (t *Template) GetCloudFormationModuleVersionWithName(name string) (*cloudformation.ModuleVersion, error)
- func (t *Template) GetCloudFormationPublicTypeVersionWithName(name string) (*cloudformation.PublicTypeVersion, error)
- func (t *Template) GetCloudFormationPublisherWithName(name string) (*cloudformation.Publisher, error)
- func (t *Template) GetCloudFormationResourceDefaultVersionWithName(name string) (*cloudformation.ResourceDefaultVersion, error)
- func (t *Template) GetCloudFormationResourceVersionWithName(name string) (*cloudformation.ResourceVersion, error)
- func (t *Template) GetCloudFormationStackSetWithName(name string) (*cloudformation.StackSet, error)
- func (t *Template) GetCloudFormationStackWithName(name string) (*cloudformation.Stack, error)
- func (t *Template) GetCloudFormationTypeActivationWithName(name string) (*cloudformation.TypeActivation, error)
- func (t *Template) GetCloudFormationWaitConditionHandleWithName(name string) (*cloudformation.WaitConditionHandle, error)
- func (t *Template) GetCloudFormationWaitConditionWithName(name string) (*cloudformation.WaitCondition, error)
- func (t *Template) GetCloudFrontCachePolicyWithName(name string) (*cloudfront.CachePolicy, error)
- func (t *Template) GetCloudFrontCloudFrontOriginAccessIdentityWithName(name string) (*cloudfront.CloudFrontOriginAccessIdentity, error)
- func (t *Template) GetCloudFrontDistributionWithName(name string) (*cloudfront.Distribution, error)
- func (t *Template) GetCloudFrontFunctionWithName(name string) (*cloudfront.Function, error)
- func (t *Template) GetCloudFrontKeyGroupWithName(name string) (*cloudfront.KeyGroup, error)
- func (t *Template) GetCloudFrontOriginRequestPolicyWithName(name string) (*cloudfront.OriginRequestPolicy, error)
- func (t *Template) GetCloudFrontPublicKeyWithName(name string) (*cloudfront.PublicKey, error)
- func (t *Template) GetCloudFrontRealtimeLogConfigWithName(name string) (*cloudfront.RealtimeLogConfig, error)
- func (t *Template) GetCloudFrontResponseHeadersPolicyWithName(name string) (*cloudfront.ResponseHeadersPolicy, error)
- func (t *Template) GetCloudFrontStreamingDistributionWithName(name string) (*cloudfront.StreamingDistribution, error)
- func (t *Template) GetCloudTrailTrailWithName(name string) (*cloudtrail.Trail, error)
- func (t *Template) GetCloudWatchAlarmWithName(name string) (*cloudwatch.Alarm, error)
- func (t *Template) GetCloudWatchAnomalyDetectorWithName(name string) (*cloudwatch.AnomalyDetector, error)
- func (t *Template) GetCloudWatchCompositeAlarmWithName(name string) (*cloudwatch.CompositeAlarm, error)
- func (t *Template) GetCloudWatchDashboardWithName(name string) (*cloudwatch.Dashboard, error)
- func (t *Template) GetCloudWatchInsightRuleWithName(name string) (*cloudwatch.InsightRule, error)
- func (t *Template) GetCloudWatchMetricStreamWithName(name string) (*cloudwatch.MetricStream, error)
- func (t *Template) GetCodeArtifactDomainWithName(name string) (*codeartifact.Domain, error)
- func (t *Template) GetCodeArtifactRepositoryWithName(name string) (*codeartifact.Repository, error)
- func (t *Template) GetCodeBuildProjectWithName(name string) (*codebuild.Project, error)
- func (t *Template) GetCodeBuildReportGroupWithName(name string) (*codebuild.ReportGroup, error)
- func (t *Template) GetCodeBuildSourceCredentialWithName(name string) (*codebuild.SourceCredential, error)
- func (t *Template) GetCodeCommitRepositoryWithName(name string) (*codecommit.Repository, error)
- func (t *Template) GetCodeDeployApplicationWithName(name string) (*codedeploy.Application, error)
- func (t *Template) GetCodeDeployDeploymentConfigWithName(name string) (*codedeploy.DeploymentConfig, error)
- func (t *Template) GetCodeDeployDeploymentGroupWithName(name string) (*codedeploy.DeploymentGroup, error)
- func (t *Template) GetCodeGuruProfilerProfilingGroupWithName(name string) (*codeguruprofiler.ProfilingGroup, error)
- func (t *Template) GetCodeGuruReviewerRepositoryAssociationWithName(name string) (*codegurureviewer.RepositoryAssociation, error)
- func (t *Template) GetCodePipelineCustomActionTypeWithName(name string) (*codepipeline.CustomActionType, error)
- func (t *Template) GetCodePipelinePipelineWithName(name string) (*codepipeline.Pipeline, error)
- func (t *Template) GetCodePipelineWebhookWithName(name string) (*codepipeline.Webhook, error)
- func (t *Template) GetCodeStarConnectionsConnectionWithName(name string) (*codestarconnections.Connection, error)
- func (t *Template) GetCodeStarGitHubRepositoryWithName(name string) (*codestar.GitHubRepository, error)
- func (t *Template) GetCodeStarNotificationsNotificationRuleWithName(name string) (*codestarnotifications.NotificationRule, error)
- func (t *Template) GetCognitoIdentityPoolRoleAttachmentWithName(name string) (*cognito.IdentityPoolRoleAttachment, error)
- func (t *Template) GetCognitoIdentityPoolWithName(name string) (*cognito.IdentityPool, error)
- func (t *Template) GetCognitoUserPoolClientWithName(name string) (*cognito.UserPoolClient, error)
- func (t *Template) GetCognitoUserPoolDomainWithName(name string) (*cognito.UserPoolDomain, error)
- func (t *Template) GetCognitoUserPoolGroupWithName(name string) (*cognito.UserPoolGroup, error)
- func (t *Template) GetCognitoUserPoolIdentityProviderWithName(name string) (*cognito.UserPoolIdentityProvider, error)
- func (t *Template) GetCognitoUserPoolResourceServerWithName(name string) (*cognito.UserPoolResourceServer, error)
- func (t *Template) GetCognitoUserPoolRiskConfigurationAttachmentWithName(name string) (*cognito.UserPoolRiskConfigurationAttachment, error)
- func (t *Template) GetCognitoUserPoolUICustomizationAttachmentWithName(name string) (*cognito.UserPoolUICustomizationAttachment, error)
- func (t *Template) GetCognitoUserPoolUserToGroupAttachmentWithName(name string) (*cognito.UserPoolUserToGroupAttachment, error)
- func (t *Template) GetCognitoUserPoolUserWithName(name string) (*cognito.UserPoolUser, error)
- func (t *Template) GetCognitoUserPoolWithName(name string) (*cognito.UserPool, error)
- func (t *Template) GetConfigAggregationAuthorizationWithName(name string) (*config.AggregationAuthorization, error)
- func (t *Template) GetConfigConfigRuleWithName(name string) (*config.ConfigRule, error)
- func (t *Template) GetConfigConfigurationAggregatorWithName(name string) (*config.ConfigurationAggregator, error)
- func (t *Template) GetConfigConfigurationRecorderWithName(name string) (*config.ConfigurationRecorder, error)
- func (t *Template) GetConfigConformancePackWithName(name string) (*config.ConformancePack, error)
- func (t *Template) GetConfigDeliveryChannelWithName(name string) (*config.DeliveryChannel, error)
- func (t *Template) GetConfigOrganizationConfigRuleWithName(name string) (*config.OrganizationConfigRule, error)
- func (t *Template) GetConfigOrganizationConformancePackWithName(name string) (*config.OrganizationConformancePack, error)
- func (t *Template) GetConfigRemediationConfigurationWithName(name string) (*config.RemediationConfiguration, error)
- func (t *Template) GetConfigStoredQueryWithName(name string) (*config.StoredQuery, error)
- func (t *Template) GetConnectContactFlowModuleWithName(name string) (*connect.ContactFlowModule, error)
- func (t *Template) GetConnectContactFlowWithName(name string) (*connect.ContactFlow, error)
- func (t *Template) GetConnectHoursOfOperationWithName(name string) (*connect.HoursOfOperation, error)
- func (t *Template) GetConnectQuickConnectWithName(name string) (*connect.QuickConnect, error)
- func (t *Template) GetConnectUserHierarchyGroupWithName(name string) (*connect.UserHierarchyGroup, error)
- func (t *Template) GetConnectUserWithName(name string) (*connect.User, error)
- func (t *Template) GetCustomResourceWithName(name string) (*CustomResource, error)
- func (t *Template) GetCustomerProfilesDomainWithName(name string) (*customerprofiles.Domain, error)
- func (t *Template) GetCustomerProfilesIntegrationWithName(name string) (*customerprofiles.Integration, error)
- func (t *Template) GetCustomerProfilesObjectTypeWithName(name string) (*customerprofiles.ObjectType, error)
- func (t *Template) GetDAXClusterWithName(name string) (*dax.Cluster, error)
- func (t *Template) GetDAXParameterGroupWithName(name string) (*dax.ParameterGroup, error)
- func (t *Template) GetDAXSubnetGroupWithName(name string) (*dax.SubnetGroup, error)
- func (t *Template) GetDLMLifecyclePolicyWithName(name string) (*dlm.LifecyclePolicy, error)
- func (t *Template) GetDMSCertificateWithName(name string) (*dms.Certificate, error)
- func (t *Template) GetDMSEndpointWithName(name string) (*dms.Endpoint, error)
- func (t *Template) GetDMSEventSubscriptionWithName(name string) (*dms.EventSubscription, error)
- func (t *Template) GetDMSReplicationInstanceWithName(name string) (*dms.ReplicationInstance, error)
- func (t *Template) GetDMSReplicationSubnetGroupWithName(name string) (*dms.ReplicationSubnetGroup, error)
- func (t *Template) GetDMSReplicationTaskWithName(name string) (*dms.ReplicationTask, error)
- func (t *Template) GetDataBrewDatasetWithName(name string) (*databrew.Dataset, error)
- func (t *Template) GetDataBrewJobWithName(name string) (*databrew.Job, error)
- func (t *Template) GetDataBrewProjectWithName(name string) (*databrew.Project, error)
- func (t *Template) GetDataBrewRecipeWithName(name string) (*databrew.Recipe, error)
- func (t *Template) GetDataBrewRulesetWithName(name string) (*databrew.Ruleset, error)
- func (t *Template) GetDataBrewScheduleWithName(name string) (*databrew.Schedule, error)
- func (t *Template) GetDataPipelinePipelineWithName(name string) (*datapipeline.Pipeline, error)
- func (t *Template) GetDataSyncAgentWithName(name string) (*datasync.Agent, error)
- func (t *Template) GetDataSyncLocationEFSWithName(name string) (*datasync.LocationEFS, error)
- func (t *Template) GetDataSyncLocationFSxWindowsWithName(name string) (*datasync.LocationFSxWindows, error)
- func (t *Template) GetDataSyncLocationHDFSWithName(name string) (*datasync.LocationHDFS, error)
- func (t *Template) GetDataSyncLocationNFSWithName(name string) (*datasync.LocationNFS, error)
- func (t *Template) GetDataSyncLocationObjectStorageWithName(name string) (*datasync.LocationObjectStorage, error)
- func (t *Template) GetDataSyncLocationS3WithName(name string) (*datasync.LocationS3, error)
- func (t *Template) GetDataSyncLocationSMBWithName(name string) (*datasync.LocationSMB, error)
- func (t *Template) GetDataSyncTaskWithName(name string) (*datasync.Task, error)
- func (t *Template) GetDetectiveGraphWithName(name string) (*detective.Graph, error)
- func (t *Template) GetDetectiveMemberInvitationWithName(name string) (*detective.MemberInvitation, error)
- func (t *Template) GetDevOpsGuruNotificationChannelWithName(name string) (*devopsguru.NotificationChannel, error)
- func (t *Template) GetDevOpsGuruResourceCollectionWithName(name string) (*devopsguru.ResourceCollection, error)
- func (t *Template) GetDirectoryServiceMicrosoftADWithName(name string) (*directoryservice.MicrosoftAD, error)
- func (t *Template) GetDirectoryServiceSimpleADWithName(name string) (*directoryservice.SimpleAD, error)
- func (t *Template) GetDocDBDBClusterParameterGroupWithName(name string) (*docdb.DBClusterParameterGroup, error)
- func (t *Template) GetDocDBDBClusterWithName(name string) (*docdb.DBCluster, error)
- func (t *Template) GetDocDBDBInstanceWithName(name string) (*docdb.DBInstance, error)
- func (t *Template) GetDocDBDBSubnetGroupWithName(name string) (*docdb.DBSubnetGroup, error)
- func (t *Template) GetDynamoDBGlobalTableWithName(name string) (*dynamodb.GlobalTable, error)
- func (t *Template) GetDynamoDBTableWithName(name string) (*dynamodb.Table, error)
- func (t *Template) GetEC2CapacityReservationFleetWithName(name string) (*ec2.CapacityReservationFleet, error)
- func (t *Template) GetEC2CapacityReservationWithName(name string) (*ec2.CapacityReservation, error)
- func (t *Template) GetEC2CarrierGatewayWithName(name string) (*ec2.CarrierGateway, error)
- func (t *Template) GetEC2ClientVpnAuthorizationRuleWithName(name string) (*ec2.ClientVpnAuthorizationRule, error)
- func (t *Template) GetEC2ClientVpnEndpointWithName(name string) (*ec2.ClientVpnEndpoint, error)
- func (t *Template) GetEC2ClientVpnRouteWithName(name string) (*ec2.ClientVpnRoute, error)
- func (t *Template) GetEC2ClientVpnTargetNetworkAssociationWithName(name string) (*ec2.ClientVpnTargetNetworkAssociation, error)
- func (t *Template) GetEC2CustomerGatewayWithName(name string) (*ec2.CustomerGateway, error)
- func (t *Template) GetEC2DHCPOptionsWithName(name string) (*ec2.DHCPOptions, error)
- func (t *Template) GetEC2EC2FleetWithName(name string) (*ec2.EC2Fleet, error)
- func (t *Template) GetEC2EIPAssociationWithName(name string) (*ec2.EIPAssociation, error)
- func (t *Template) GetEC2EIPWithName(name string) (*ec2.EIP, error)
- func (t *Template) GetEC2EgressOnlyInternetGatewayWithName(name string) (*ec2.EgressOnlyInternetGateway, error)
- func (t *Template) GetEC2EnclaveCertificateIamRoleAssociationWithName(name string) (*ec2.EnclaveCertificateIamRoleAssociation, error)
- func (t *Template) GetEC2FlowLogWithName(name string) (*ec2.FlowLog, error)
- func (t *Template) GetEC2GatewayRouteTableAssociationWithName(name string) (*ec2.GatewayRouteTableAssociation, error)
- func (t *Template) GetEC2HostWithName(name string) (*ec2.Host, error)
- func (t *Template) GetEC2IPAMAllocationWithName(name string) (*ec2.IPAMAllocation, error)
- func (t *Template) GetEC2IPAMPoolWithName(name string) (*ec2.IPAMPool, error)
- func (t *Template) GetEC2IPAMScopeWithName(name string) (*ec2.IPAMScope, error)
- func (t *Template) GetEC2IPAMWithName(name string) (*ec2.IPAM, error)
- func (t *Template) GetEC2InstanceWithName(name string) (*ec2.Instance, error)
- func (t *Template) GetEC2InternetGatewayWithName(name string) (*ec2.InternetGateway, error)
- func (t *Template) GetEC2LaunchTemplateWithName(name string) (*ec2.LaunchTemplate, error)
- func (t *Template) GetEC2LocalGatewayRouteTableVPCAssociationWithName(name string) (*ec2.LocalGatewayRouteTableVPCAssociation, error)
- func (t *Template) GetEC2LocalGatewayRouteWithName(name string) (*ec2.LocalGatewayRoute, error)
- func (t *Template) GetEC2NatGatewayWithName(name string) (*ec2.NatGateway, error)
- func (t *Template) GetEC2NetworkAclEntryWithName(name string) (*ec2.NetworkAclEntry, error)
- func (t *Template) GetEC2NetworkAclWithName(name string) (*ec2.NetworkAcl, error)
- func (t *Template) GetEC2NetworkInsightsAnalysisWithName(name string) (*ec2.NetworkInsightsAnalysis, error)
- func (t *Template) GetEC2NetworkInsightsPathWithName(name string) (*ec2.NetworkInsightsPath, error)
- func (t *Template) GetEC2NetworkInterfaceAttachmentWithName(name string) (*ec2.NetworkInterfaceAttachment, error)
- func (t *Template) GetEC2NetworkInterfacePermissionWithName(name string) (*ec2.NetworkInterfacePermission, error)
- func (t *Template) GetEC2NetworkInterfaceWithName(name string) (*ec2.NetworkInterface, error)
- func (t *Template) GetEC2PlacementGroupWithName(name string) (*ec2.PlacementGroup, error)
- func (t *Template) GetEC2PrefixListWithName(name string) (*ec2.PrefixList, error)
- func (t *Template) GetEC2RouteTableWithName(name string) (*ec2.RouteTable, error)
- func (t *Template) GetEC2RouteWithName(name string) (*ec2.Route, error)
- func (t *Template) GetEC2SecurityGroupEgressWithName(name string) (*ec2.SecurityGroupEgress, error)
- func (t *Template) GetEC2SecurityGroupIngressWithName(name string) (*ec2.SecurityGroupIngress, error)
- func (t *Template) GetEC2SecurityGroupWithName(name string) (*ec2.SecurityGroup, error)
- func (t *Template) GetEC2SpotFleetWithName(name string) (*ec2.SpotFleet, error)
- func (t *Template) GetEC2SubnetCidrBlockWithName(name string) (*ec2.SubnetCidrBlock, error)
- func (t *Template) GetEC2SubnetNetworkAclAssociationWithName(name string) (*ec2.SubnetNetworkAclAssociation, error)
- func (t *Template) GetEC2SubnetRouteTableAssociationWithName(name string) (*ec2.SubnetRouteTableAssociation, error)
- func (t *Template) GetEC2SubnetWithName(name string) (*ec2.Subnet, error)
- func (t *Template) GetEC2TrafficMirrorFilterRuleWithName(name string) (*ec2.TrafficMirrorFilterRule, error)
- func (t *Template) GetEC2TrafficMirrorFilterWithName(name string) (*ec2.TrafficMirrorFilter, error)
- func (t *Template) GetEC2TrafficMirrorSessionWithName(name string) (*ec2.TrafficMirrorSession, error)
- func (t *Template) GetEC2TrafficMirrorTargetWithName(name string) (*ec2.TrafficMirrorTarget, error)
- func (t *Template) GetEC2TransitGatewayAttachmentWithName(name string) (*ec2.TransitGatewayAttachment, error)
- func (t *Template) GetEC2TransitGatewayConnectWithName(name string) (*ec2.TransitGatewayConnect, error)
- func (t *Template) GetEC2TransitGatewayMulticastDomainAssociationWithName(name string) (*ec2.TransitGatewayMulticastDomainAssociation, error)
- func (t *Template) GetEC2TransitGatewayMulticastDomainWithName(name string) (*ec2.TransitGatewayMulticastDomain, error)
- func (t *Template) GetEC2TransitGatewayMulticastGroupMemberWithName(name string) (*ec2.TransitGatewayMulticastGroupMember, error)
- func (t *Template) GetEC2TransitGatewayMulticastGroupSourceWithName(name string) (*ec2.TransitGatewayMulticastGroupSource, error)
- func (t *Template) GetEC2TransitGatewayPeeringAttachmentWithName(name string) (*ec2.TransitGatewayPeeringAttachment, error)
- func (t *Template) GetEC2TransitGatewayRouteTableAssociationWithName(name string) (*ec2.TransitGatewayRouteTableAssociation, error)
- func (t *Template) GetEC2TransitGatewayRouteTablePropagationWithName(name string) (*ec2.TransitGatewayRouteTablePropagation, error)
- func (t *Template) GetEC2TransitGatewayRouteTableWithName(name string) (*ec2.TransitGatewayRouteTable, error)
- func (t *Template) GetEC2TransitGatewayRouteWithName(name string) (*ec2.TransitGatewayRoute, error)
- func (t *Template) GetEC2TransitGatewayVpcAttachmentWithName(name string) (*ec2.TransitGatewayVpcAttachment, error)
- func (t *Template) GetEC2TransitGatewayWithName(name string) (*ec2.TransitGateway, error)
- func (t *Template) GetEC2VPCCidrBlockWithName(name string) (*ec2.VPCCidrBlock, error)
- func (t *Template) GetEC2VPCDHCPOptionsAssociationWithName(name string) (*ec2.VPCDHCPOptionsAssociation, error)
- func (t *Template) GetEC2VPCEndpointConnectionNotificationWithName(name string) (*ec2.VPCEndpointConnectionNotification, error)
- func (t *Template) GetEC2VPCEndpointServicePermissionsWithName(name string) (*ec2.VPCEndpointServicePermissions, error)
- func (t *Template) GetEC2VPCEndpointServiceWithName(name string) (*ec2.VPCEndpointService, error)
- func (t *Template) GetEC2VPCEndpointWithName(name string) (*ec2.VPCEndpoint, error)
- func (t *Template) GetEC2VPCGatewayAttachmentWithName(name string) (*ec2.VPCGatewayAttachment, error)
- func (t *Template) GetEC2VPCPeeringConnectionWithName(name string) (*ec2.VPCPeeringConnection, error)
- func (t *Template) GetEC2VPCWithName(name string) (*ec2.VPC, error)
- func (t *Template) GetEC2VPNConnectionRouteWithName(name string) (*ec2.VPNConnectionRoute, error)
- func (t *Template) GetEC2VPNConnectionWithName(name string) (*ec2.VPNConnection, error)
- func (t *Template) GetEC2VPNGatewayRoutePropagationWithName(name string) (*ec2.VPNGatewayRoutePropagation, error)
- func (t *Template) GetEC2VPNGatewayWithName(name string) (*ec2.VPNGateway, error)
- func (t *Template) GetEC2VolumeAttachmentWithName(name string) (*ec2.VolumeAttachment, error)
- func (t *Template) GetEC2VolumeWithName(name string) (*ec2.Volume, error)
- func (t *Template) GetECRPublicRepositoryWithName(name string) (*ecr.PublicRepository, error)
- func (t *Template) GetECRRegistryPolicyWithName(name string) (*ecr.RegistryPolicy, error)
- func (t *Template) GetECRReplicationConfigurationWithName(name string) (*ecr.ReplicationConfiguration, error)
- func (t *Template) GetECRRepositoryWithName(name string) (*ecr.Repository, error)
- func (t *Template) GetECSCapacityProviderWithName(name string) (*ecs.CapacityProvider, error)
- func (t *Template) GetECSClusterCapacityProviderAssociationsWithName(name string) (*ecs.ClusterCapacityProviderAssociations, error)
- func (t *Template) GetECSClusterWithName(name string) (*ecs.Cluster, error)
- func (t *Template) GetECSPrimaryTaskSetWithName(name string) (*ecs.PrimaryTaskSet, error)
- func (t *Template) GetECSServiceWithName(name string) (*ecs.Service, error)
- func (t *Template) GetECSTaskDefinitionWithName(name string) (*ecs.TaskDefinition, error)
- func (t *Template) GetECSTaskSetWithName(name string) (*ecs.TaskSet, error)
- func (t *Template) GetEFSAccessPointWithName(name string) (*efs.AccessPoint, error)
- func (t *Template) GetEFSFileSystemWithName(name string) (*efs.FileSystem, error)
- func (t *Template) GetEFSMountTargetWithName(name string) (*efs.MountTarget, error)
- func (t *Template) GetEKSAddonWithName(name string) (*eks.Addon, error)
- func (t *Template) GetEKSClusterWithName(name string) (*eks.Cluster, error)
- func (t *Template) GetEKSFargateProfileWithName(name string) (*eks.FargateProfile, error)
- func (t *Template) GetEKSNodegroupWithName(name string) (*eks.Nodegroup, error)
- func (t *Template) GetEMRClusterWithName(name string) (*emr.Cluster, error)
- func (t *Template) GetEMRContainersVirtualClusterWithName(name string) (*emrcontainers.VirtualCluster, error)
- func (t *Template) GetEMRInstanceFleetConfigWithName(name string) (*emr.InstanceFleetConfig, error)
- func (t *Template) GetEMRInstanceGroupConfigWithName(name string) (*emr.InstanceGroupConfig, error)
- func (t *Template) GetEMRSecurityConfigurationWithName(name string) (*emr.SecurityConfiguration, error)
- func (t *Template) GetEMRStepWithName(name string) (*emr.Step, error)
- func (t *Template) GetEMRStudioSessionMappingWithName(name string) (*emr.StudioSessionMapping, error)
- func (t *Template) GetEMRStudioWithName(name string) (*emr.Studio, error)
- func (t *Template) GetElastiCacheCacheClusterWithName(name string) (*elasticache.CacheCluster, error)
- func (t *Template) GetElastiCacheGlobalReplicationGroupWithName(name string) (*elasticache.GlobalReplicationGroup, error)
- func (t *Template) GetElastiCacheParameterGroupWithName(name string) (*elasticache.ParameterGroup, error)
- func (t *Template) GetElastiCacheReplicationGroupWithName(name string) (*elasticache.ReplicationGroup, error)
- func (t *Template) GetElastiCacheSecurityGroupIngressWithName(name string) (*elasticache.SecurityGroupIngress, error)
- func (t *Template) GetElastiCacheSecurityGroupWithName(name string) (*elasticache.SecurityGroup, error)
- func (t *Template) GetElastiCacheSubnetGroupWithName(name string) (*elasticache.SubnetGroup, error)
- func (t *Template) GetElastiCacheUserGroupWithName(name string) (*elasticache.UserGroup, error)
- func (t *Template) GetElastiCacheUserWithName(name string) (*elasticache.User, error)
- func (t *Template) GetElasticBeanstalkApplicationVersionWithName(name string) (*elasticbeanstalk.ApplicationVersion, error)
- func (t *Template) GetElasticBeanstalkApplicationWithName(name string) (*elasticbeanstalk.Application, error)
- func (t *Template) GetElasticBeanstalkConfigurationTemplateWithName(name string) (*elasticbeanstalk.ConfigurationTemplate, error)
- func (t *Template) GetElasticBeanstalkEnvironmentWithName(name string) (*elasticbeanstalk.Environment, error)
- func (t *Template) GetElasticLoadBalancingLoadBalancerWithName(name string) (*elasticloadbalancing.LoadBalancer, error)
- func (t *Template) GetElasticLoadBalancingV2ListenerCertificateWithName(name string) (*elasticloadbalancingv2.ListenerCertificate, error)
- func (t *Template) GetElasticLoadBalancingV2ListenerRuleWithName(name string) (*elasticloadbalancingv2.ListenerRule, error)
- func (t *Template) GetElasticLoadBalancingV2ListenerWithName(name string) (*elasticloadbalancingv2.Listener, error)
- func (t *Template) GetElasticLoadBalancingV2LoadBalancerWithName(name string) (*elasticloadbalancingv2.LoadBalancer, error)
- func (t *Template) GetElasticLoadBalancingV2TargetGroupWithName(name string) (*elasticloadbalancingv2.TargetGroup, error)
- func (t *Template) GetElasticsearchDomainWithName(name string) (*elasticsearch.Domain, error)
- func (t *Template) GetEventSchemasDiscovererWithName(name string) (*eventschemas.Discoverer, error)
- func (t *Template) GetEventSchemasRegistryPolicyWithName(name string) (*eventschemas.RegistryPolicy, error)
- func (t *Template) GetEventSchemasRegistryWithName(name string) (*eventschemas.Registry, error)
- func (t *Template) GetEventSchemasSchemaWithName(name string) (*eventschemas.Schema, error)
- func (t *Template) GetEventsApiDestinationWithName(name string) (*events.ApiDestination, error)
- func (t *Template) GetEventsArchiveWithName(name string) (*events.Archive, error)
- func (t *Template) GetEventsConnectionWithName(name string) (*events.Connection, error)
- func (t *Template) GetEventsEventBusPolicyWithName(name string) (*events.EventBusPolicy, error)
- func (t *Template) GetEventsEventBusWithName(name string) (*events.EventBus, error)
- func (t *Template) GetEventsRuleWithName(name string) (*events.Rule, error)
- func (t *Template) GetEvidentlyExperimentWithName(name string) (*evidently.Experiment, error)
- func (t *Template) GetEvidentlyFeatureWithName(name string) (*evidently.Feature, error)
- func (t *Template) GetEvidentlyLaunchWithName(name string) (*evidently.Launch, error)
- func (t *Template) GetEvidentlyProjectWithName(name string) (*evidently.Project, error)
- func (t *Template) GetFISExperimentTemplateWithName(name string) (*fis.ExperimentTemplate, error)
- func (t *Template) GetFMSNotificationChannelWithName(name string) (*fms.NotificationChannel, error)
- func (t *Template) GetFMSPolicyWithName(name string) (*fms.Policy, error)
- func (t *Template) GetFSxFileSystemWithName(name string) (*fsx.FileSystem, error)
- func (t *Template) GetFinSpaceEnvironmentWithName(name string) (*finspace.Environment, error)
- func (t *Template) GetFraudDetectorDetectorWithName(name string) (*frauddetector.Detector, error)
- func (t *Template) GetFraudDetectorEntityTypeWithName(name string) (*frauddetector.EntityType, error)
- func (t *Template) GetFraudDetectorEventTypeWithName(name string) (*frauddetector.EventType, error)
- func (t *Template) GetFraudDetectorLabelWithName(name string) (*frauddetector.Label, error)
- func (t *Template) GetFraudDetectorOutcomeWithName(name string) (*frauddetector.Outcome, error)
- func (t *Template) GetFraudDetectorVariableWithName(name string) (*frauddetector.Variable, error)
- func (t *Template) GetGameLiftAliasWithName(name string) (*gamelift.Alias, error)
- func (t *Template) GetGameLiftBuildWithName(name string) (*gamelift.Build, error)
- func (t *Template) GetGameLiftFleetWithName(name string) (*gamelift.Fleet, error)
- func (t *Template) GetGameLiftGameServerGroupWithName(name string) (*gamelift.GameServerGroup, error)
- func (t *Template) GetGameLiftGameSessionQueueWithName(name string) (*gamelift.GameSessionQueue, error)
- func (t *Template) GetGameLiftMatchmakingConfigurationWithName(name string) (*gamelift.MatchmakingConfiguration, error)
- func (t *Template) GetGameLiftMatchmakingRuleSetWithName(name string) (*gamelift.MatchmakingRuleSet, error)
- func (t *Template) GetGameLiftScriptWithName(name string) (*gamelift.Script, error)
- func (t *Template) GetGlobalAcceleratorAcceleratorWithName(name string) (*globalaccelerator.Accelerator, error)
- func (t *Template) GetGlobalAcceleratorEndpointGroupWithName(name string) (*globalaccelerator.EndpointGroup, error)
- func (t *Template) GetGlobalAcceleratorListenerWithName(name string) (*globalaccelerator.Listener, error)
- func (t *Template) GetGlueClassifierWithName(name string) (*glue.Classifier, error)
- func (t *Template) GetGlueConnectionWithName(name string) (*glue.Connection, error)
- func (t *Template) GetGlueCrawlerWithName(name string) (*glue.Crawler, error)
- func (t *Template) GetGlueDataCatalogEncryptionSettingsWithName(name string) (*glue.DataCatalogEncryptionSettings, error)
- func (t *Template) GetGlueDatabaseWithName(name string) (*glue.Database, error)
- func (t *Template) GetGlueDevEndpointWithName(name string) (*glue.DevEndpoint, error)
- func (t *Template) GetGlueJobWithName(name string) (*glue.Job, error)
- func (t *Template) GetGlueMLTransformWithName(name string) (*glue.MLTransform, error)
- func (t *Template) GetGluePartitionWithName(name string) (*glue.Partition, error)
- func (t *Template) GetGlueRegistryWithName(name string) (*glue.Registry, error)
- func (t *Template) GetGlueSchemaVersionMetadataWithName(name string) (*glue.SchemaVersionMetadata, error)
- func (t *Template) GetGlueSchemaVersionWithName(name string) (*glue.SchemaVersion, error)
- func (t *Template) GetGlueSchemaWithName(name string) (*glue.Schema, error)
- func (t *Template) GetGlueSecurityConfigurationWithName(name string) (*glue.SecurityConfiguration, error)
- func (t *Template) GetGlueTableWithName(name string) (*glue.Table, error)
- func (t *Template) GetGlueTriggerWithName(name string) (*glue.Trigger, error)
- func (t *Template) GetGlueWorkflowWithName(name string) (*glue.Workflow, error)
- func (t *Template) GetGreengrassConnectorDefinitionVersionWithName(name string) (*greengrass.ConnectorDefinitionVersion, error)
- func (t *Template) GetGreengrassConnectorDefinitionWithName(name string) (*greengrass.ConnectorDefinition, error)
- func (t *Template) GetGreengrassCoreDefinitionVersionWithName(name string) (*greengrass.CoreDefinitionVersion, error)
- func (t *Template) GetGreengrassCoreDefinitionWithName(name string) (*greengrass.CoreDefinition, error)
- func (t *Template) GetGreengrassDeviceDefinitionVersionWithName(name string) (*greengrass.DeviceDefinitionVersion, error)
- func (t *Template) GetGreengrassDeviceDefinitionWithName(name string) (*greengrass.DeviceDefinition, error)
- func (t *Template) GetGreengrassFunctionDefinitionVersionWithName(name string) (*greengrass.FunctionDefinitionVersion, error)
- func (t *Template) GetGreengrassFunctionDefinitionWithName(name string) (*greengrass.FunctionDefinition, error)
- func (t *Template) GetGreengrassGroupVersionWithName(name string) (*greengrass.GroupVersion, error)
- func (t *Template) GetGreengrassGroupWithName(name string) (*greengrass.Group, error)
- func (t *Template) GetGreengrassLoggerDefinitionVersionWithName(name string) (*greengrass.LoggerDefinitionVersion, error)
- func (t *Template) GetGreengrassLoggerDefinitionWithName(name string) (*greengrass.LoggerDefinition, error)
- func (t *Template) GetGreengrassResourceDefinitionVersionWithName(name string) (*greengrass.ResourceDefinitionVersion, error)
- func (t *Template) GetGreengrassResourceDefinitionWithName(name string) (*greengrass.ResourceDefinition, error)
- func (t *Template) GetGreengrassSubscriptionDefinitionVersionWithName(name string) (*greengrass.SubscriptionDefinitionVersion, error)
- func (t *Template) GetGreengrassSubscriptionDefinitionWithName(name string) (*greengrass.SubscriptionDefinition, error)
- func (t *Template) GetGreengrassV2ComponentVersionWithName(name string) (*greengrassv2.ComponentVersion, error)
- func (t *Template) GetGroundStationConfigWithName(name string) (*groundstation.Config, error)
- func (t *Template) GetGroundStationDataflowEndpointGroupWithName(name string) (*groundstation.DataflowEndpointGroup, error)
- func (t *Template) GetGroundStationMissionProfileWithName(name string) (*groundstation.MissionProfile, error)
- func (t *Template) GetGuardDutyDetectorWithName(name string) (*guardduty.Detector, error)
- func (t *Template) GetGuardDutyFilterWithName(name string) (*guardduty.Filter, error)
- func (t *Template) GetGuardDutyIPSetWithName(name string) (*guardduty.IPSet, error)
- func (t *Template) GetGuardDutyMasterWithName(name string) (*guardduty.Master, error)
- func (t *Template) GetGuardDutyMemberWithName(name string) (*guardduty.Member, error)
- func (t *Template) GetGuardDutyThreatIntelSetWithName(name string) (*guardduty.ThreatIntelSet, error)
- func (t *Template) GetHealthLakeFHIRDatastoreWithName(name string) (*healthlake.FHIRDatastore, error)
- func (t *Template) GetIAMAccessKeyWithName(name string) (*iam.AccessKey, error)
- func (t *Template) GetIAMGroupWithName(name string) (*iam.Group, error)
- func (t *Template) GetIAMInstanceProfileWithName(name string) (*iam.InstanceProfile, error)
- func (t *Template) GetIAMManagedPolicyWithName(name string) (*iam.ManagedPolicy, error)
- func (t *Template) GetIAMOIDCProviderWithName(name string) (*iam.OIDCProvider, error)
- func (t *Template) GetIAMPolicyWithName(name string) (*iam.Policy, error)
- func (t *Template) GetIAMRoleWithName(name string) (*iam.Role, error)
- func (t *Template) GetIAMSAMLProviderWithName(name string) (*iam.SAMLProvider, error)
- func (t *Template) GetIAMServerCertificateWithName(name string) (*iam.ServerCertificate, error)
- func (t *Template) GetIAMServiceLinkedRoleWithName(name string) (*iam.ServiceLinkedRole, error)
- func (t *Template) GetIAMUserToGroupAdditionWithName(name string) (*iam.UserToGroupAddition, error)
- func (t *Template) GetIAMUserWithName(name string) (*iam.User, error)
- func (t *Template) GetIAMVirtualMFADeviceWithName(name string) (*iam.VirtualMFADevice, error)
- func (t *Template) GetIVSChannelWithName(name string) (*ivs.Channel, error)
- func (t *Template) GetIVSPlaybackKeyPairWithName(name string) (*ivs.PlaybackKeyPair, error)
- func (t *Template) GetIVSRecordingConfigurationWithName(name string) (*ivs.RecordingConfiguration, error)
- func (t *Template) GetIVSStreamKeyWithName(name string) (*ivs.StreamKey, error)
- func (t *Template) GetImageBuilderComponentWithName(name string) (*imagebuilder.Component, error)
- func (t *Template) GetImageBuilderContainerRecipeWithName(name string) (*imagebuilder.ContainerRecipe, error)
- func (t *Template) GetImageBuilderDistributionConfigurationWithName(name string) (*imagebuilder.DistributionConfiguration, error)
- func (t *Template) GetImageBuilderImagePipelineWithName(name string) (*imagebuilder.ImagePipeline, error)
- func (t *Template) GetImageBuilderImageRecipeWithName(name string) (*imagebuilder.ImageRecipe, error)
- func (t *Template) GetImageBuilderImageWithName(name string) (*imagebuilder.Image, error)
- func (t *Template) GetImageBuilderInfrastructureConfigurationWithName(name string) (*imagebuilder.InfrastructureConfiguration, error)
- func (t *Template) GetInspectorAssessmentTargetWithName(name string) (*inspector.AssessmentTarget, error)
- func (t *Template) GetInspectorAssessmentTemplateWithName(name string) (*inspector.AssessmentTemplate, error)
- func (t *Template) GetInspectorResourceGroupWithName(name string) (*inspector.ResourceGroup, error)
- func (t *Template) GetIoT1ClickDeviceWithName(name string) (*iot1click.Device, error)
- func (t *Template) GetIoT1ClickPlacementWithName(name string) (*iot1click.Placement, error)
- func (t *Template) GetIoT1ClickProjectWithName(name string) (*iot1click.Project, error)
- func (t *Template) GetIoTAccountAuditConfigurationWithName(name string) (*iot.AccountAuditConfiguration, error)
- func (t *Template) GetIoTAnalyticsChannelWithName(name string) (*iotanalytics.Channel, error)
- func (t *Template) GetIoTAnalyticsDatasetWithName(name string) (*iotanalytics.Dataset, error)
- func (t *Template) GetIoTAnalyticsDatastoreWithName(name string) (*iotanalytics.Datastore, error)
- func (t *Template) GetIoTAnalyticsPipelineWithName(name string) (*iotanalytics.Pipeline, error)
- func (t *Template) GetIoTAuthorizerWithName(name string) (*iot.Authorizer, error)
- func (t *Template) GetIoTCertificateWithName(name string) (*iot.Certificate, error)
- func (t *Template) GetIoTCoreDeviceAdvisorSuiteDefinitionWithName(name string) (*iotcoredeviceadvisor.SuiteDefinition, error)
- func (t *Template) GetIoTCustomMetricWithName(name string) (*iot.CustomMetric, error)
- func (t *Template) GetIoTDimensionWithName(name string) (*iot.Dimension, error)
- func (t *Template) GetIoTDomainConfigurationWithName(name string) (*iot.DomainConfiguration, error)
- func (t *Template) GetIoTEventsDetectorModelWithName(name string) (*iotevents.DetectorModel, error)
- func (t *Template) GetIoTEventsInputWithName(name string) (*iotevents.Input, error)
- func (t *Template) GetIoTFleetHubApplicationWithName(name string) (*iotfleethub.Application, error)
- func (t *Template) GetIoTFleetMetricWithName(name string) (*iot.FleetMetric, error)
- func (t *Template) GetIoTJobTemplateWithName(name string) (*iot.JobTemplate, error)
- func (t *Template) GetIoTLoggingWithName(name string) (*iot.Logging, error)
- func (t *Template) GetIoTMitigationActionWithName(name string) (*iot.MitigationAction, error)
- func (t *Template) GetIoTPolicyPrincipalAttachmentWithName(name string) (*iot.PolicyPrincipalAttachment, error)
- func (t *Template) GetIoTPolicyWithName(name string) (*iot.Policy, error)
- func (t *Template) GetIoTProvisioningTemplateWithName(name string) (*iot.ProvisioningTemplate, error)
- func (t *Template) GetIoTResourceSpecificLoggingWithName(name string) (*iot.ResourceSpecificLogging, error)
- func (t *Template) GetIoTScheduledAuditWithName(name string) (*iot.ScheduledAudit, error)
- func (t *Template) GetIoTSecurityProfileWithName(name string) (*iot.SecurityProfile, error)
- func (t *Template) GetIoTSiteWiseAccessPolicyWithName(name string) (*iotsitewise.AccessPolicy, error)
- func (t *Template) GetIoTSiteWiseAssetModelWithName(name string) (*iotsitewise.AssetModel, error)
- func (t *Template) GetIoTSiteWiseAssetWithName(name string) (*iotsitewise.Asset, error)
- func (t *Template) GetIoTSiteWiseDashboardWithName(name string) (*iotsitewise.Dashboard, error)
- func (t *Template) GetIoTSiteWiseGatewayWithName(name string) (*iotsitewise.Gateway, error)
- func (t *Template) GetIoTSiteWisePortalWithName(name string) (*iotsitewise.Portal, error)
- func (t *Template) GetIoTSiteWiseProjectWithName(name string) (*iotsitewise.Project, error)
- func (t *Template) GetIoTThingPrincipalAttachmentWithName(name string) (*iot.ThingPrincipalAttachment, error)
- func (t *Template) GetIoTThingWithName(name string) (*iot.Thing, error)
- func (t *Template) GetIoTThingsGraphFlowTemplateWithName(name string) (*iotthingsgraph.FlowTemplate, error)
- func (t *Template) GetIoTTopicRuleDestinationWithName(name string) (*iot.TopicRuleDestination, error)
- func (t *Template) GetIoTTopicRuleWithName(name string) (*iot.TopicRule, error)
- func (t *Template) GetIoTWirelessDestinationWithName(name string) (*iotwireless.Destination, error)
- func (t *Template) GetIoTWirelessDeviceProfileWithName(name string) (*iotwireless.DeviceProfile, error)
- func (t *Template) GetIoTWirelessFuotaTaskWithName(name string) (*iotwireless.FuotaTask, error)
- func (t *Template) GetIoTWirelessMulticastGroupWithName(name string) (*iotwireless.MulticastGroup, error)
- func (t *Template) GetIoTWirelessPartnerAccountWithName(name string) (*iotwireless.PartnerAccount, error)
- func (t *Template) GetIoTWirelessServiceProfileWithName(name string) (*iotwireless.ServiceProfile, error)
- func (t *Template) GetIoTWirelessTaskDefinitionWithName(name string) (*iotwireless.TaskDefinition, error)
- func (t *Template) GetIoTWirelessWirelessDeviceWithName(name string) (*iotwireless.WirelessDevice, error)
- func (t *Template) GetIoTWirelessWirelessGatewayWithName(name string) (*iotwireless.WirelessGateway, error)
- func (t *Template) GetKMSAliasWithName(name string) (*kms.Alias, error)
- func (t *Template) GetKMSKeyWithName(name string) (*kms.Key, error)
- func (t *Template) GetKMSReplicaKeyWithName(name string) (*kms.ReplicaKey, error)
- func (t *Template) GetKendraDataSourceWithName(name string) (*kendra.DataSource, error)
- func (t *Template) GetKendraFaqWithName(name string) (*kendra.Faq, error)
- func (t *Template) GetKendraIndexWithName(name string) (*kendra.Index, error)
- func (t *Template) GetKinesisAnalyticsApplicationOutputWithName(name string) (*kinesisanalytics.ApplicationOutput, error)
- func (t *Template) GetKinesisAnalyticsApplicationReferenceDataSourceWithName(name string) (*kinesisanalytics.ApplicationReferenceDataSource, error)
- func (t *Template) GetKinesisAnalyticsApplicationWithName(name string) (*kinesisanalytics.Application, error)
- func (t *Template) GetKinesisAnalyticsV2ApplicationCloudWatchLoggingOptionWithName(name string) (*kinesisanalyticsv2.ApplicationCloudWatchLoggingOption, error)
- func (t *Template) GetKinesisAnalyticsV2ApplicationOutputWithName(name string) (*kinesisanalyticsv2.ApplicationOutput, error)
- func (t *Template) GetKinesisAnalyticsV2ApplicationReferenceDataSourceWithName(name string) (*kinesisanalyticsv2.ApplicationReferenceDataSource, error)
- func (t *Template) GetKinesisAnalyticsV2ApplicationWithName(name string) (*kinesisanalyticsv2.Application, error)
- func (t *Template) GetKinesisFirehoseDeliveryStreamWithName(name string) (*kinesisfirehose.DeliveryStream, error)
- func (t *Template) GetKinesisStreamConsumerWithName(name string) (*kinesis.StreamConsumer, error)
- func (t *Template) GetKinesisStreamWithName(name string) (*kinesis.Stream, error)
- func (t *Template) GetLakeFormationDataLakeSettingsWithName(name string) (*lakeformation.DataLakeSettings, error)
- func (t *Template) GetLakeFormationPermissionsWithName(name string) (*lakeformation.Permissions, error)
- func (t *Template) GetLakeFormationResourceWithName(name string) (*lakeformation.Resource, error)
- func (t *Template) GetLambdaAliasWithName(name string) (*lambda.Alias, error)
- func (t *Template) GetLambdaCodeSigningConfigWithName(name string) (*lambda.CodeSigningConfig, error)
- func (t *Template) GetLambdaEventInvokeConfigWithName(name string) (*lambda.EventInvokeConfig, error)
- func (t *Template) GetLambdaEventSourceMappingWithName(name string) (*lambda.EventSourceMapping, error)
- func (t *Template) GetLambdaFunctionWithName(name string) (*lambda.Function, error)
- func (t *Template) GetLambdaLayerVersionPermissionWithName(name string) (*lambda.LayerVersionPermission, error)
- func (t *Template) GetLambdaLayerVersionWithName(name string) (*lambda.LayerVersion, error)
- func (t *Template) GetLambdaPermissionWithName(name string) (*lambda.Permission, error)
- func (t *Template) GetLambdaVersionWithName(name string) (*lambda.Version, error)
- func (t *Template) GetLicenseManagerGrantWithName(name string) (*licensemanager.Grant, error)
- func (t *Template) GetLicenseManagerLicenseWithName(name string) (*licensemanager.License, error)
- func (t *Template) GetLightsailDatabaseWithName(name string) (*lightsail.Database, error)
- func (t *Template) GetLightsailDiskWithName(name string) (*lightsail.Disk, error)
- func (t *Template) GetLightsailInstanceWithName(name string) (*lightsail.Instance, error)
- func (t *Template) GetLightsailStaticIpWithName(name string) (*lightsail.StaticIp, error)
- func (t *Template) GetLocationGeofenceCollectionWithName(name string) (*location.GeofenceCollection, error)
- func (t *Template) GetLocationMapWithName(name string) (*location.Map, error)
- func (t *Template) GetLocationPlaceIndexWithName(name string) (*location.PlaceIndex, error)
- func (t *Template) GetLocationRouteCalculatorWithName(name string) (*location.RouteCalculator, error)
- func (t *Template) GetLocationTrackerConsumerWithName(name string) (*location.TrackerConsumer, error)
- func (t *Template) GetLocationTrackerWithName(name string) (*location.Tracker, error)
- func (t *Template) GetLogsDestinationWithName(name string) (*logs.Destination, error)
- func (t *Template) GetLogsLogGroupWithName(name string) (*logs.LogGroup, error)
- func (t *Template) GetLogsLogStreamWithName(name string) (*logs.LogStream, error)
- func (t *Template) GetLogsMetricFilterWithName(name string) (*logs.MetricFilter, error)
- func (t *Template) GetLogsQueryDefinitionWithName(name string) (*logs.QueryDefinition, error)
- func (t *Template) GetLogsResourcePolicyWithName(name string) (*logs.ResourcePolicy, error)
- func (t *Template) GetLogsSubscriptionFilterWithName(name string) (*logs.SubscriptionFilter, error)
- func (t *Template) GetLookoutEquipmentInferenceSchedulerWithName(name string) (*lookoutequipment.InferenceScheduler, error)
- func (t *Template) GetLookoutMetricsAlertWithName(name string) (*lookoutmetrics.Alert, error)
- func (t *Template) GetLookoutMetricsAnomalyDetectorWithName(name string) (*lookoutmetrics.AnomalyDetector, error)
- func (t *Template) GetLookoutVisionProjectWithName(name string) (*lookoutvision.Project, error)
- func (t *Template) GetMSKClusterWithName(name string) (*msk.Cluster, error)
- func (t *Template) GetMWAAEnvironmentWithName(name string) (*mwaa.Environment, error)
- func (t *Template) GetMacieCustomDataIdentifierWithName(name string) (*macie.CustomDataIdentifier, error)
- func (t *Template) GetMacieFindingsFilterWithName(name string) (*macie.FindingsFilter, error)
- func (t *Template) GetMacieSessionWithName(name string) (*macie.Session, error)
- func (t *Template) GetManagedBlockchainMemberWithName(name string) (*managedblockchain.Member, error)
- func (t *Template) GetManagedBlockchainNodeWithName(name string) (*managedblockchain.Node, error)
- func (t *Template) GetMediaConnectFlowEntitlementWithName(name string) (*mediaconnect.FlowEntitlement, error)
- func (t *Template) GetMediaConnectFlowOutputWithName(name string) (*mediaconnect.FlowOutput, error)
- func (t *Template) GetMediaConnectFlowSourceWithName(name string) (*mediaconnect.FlowSource, error)
- func (t *Template) GetMediaConnectFlowVpcInterfaceWithName(name string) (*mediaconnect.FlowVpcInterface, error)
- func (t *Template) GetMediaConnectFlowWithName(name string) (*mediaconnect.Flow, error)
- func (t *Template) GetMediaConvertJobTemplateWithName(name string) (*mediaconvert.JobTemplate, error)
- func (t *Template) GetMediaConvertPresetWithName(name string) (*mediaconvert.Preset, error)
- func (t *Template) GetMediaConvertQueueWithName(name string) (*mediaconvert.Queue, error)
- func (t *Template) GetMediaLiveChannelWithName(name string) (*medialive.Channel, error)
- func (t *Template) GetMediaLiveInputSecurityGroupWithName(name string) (*medialive.InputSecurityGroup, error)
- func (t *Template) GetMediaLiveInputWithName(name string) (*medialive.Input, error)
- func (t *Template) GetMediaPackageAssetWithName(name string) (*mediapackage.Asset, error)
- func (t *Template) GetMediaPackageChannelWithName(name string) (*mediapackage.Channel, error)
- func (t *Template) GetMediaPackageOriginEndpointWithName(name string) (*mediapackage.OriginEndpoint, error)
- func (t *Template) GetMediaPackagePackagingConfigurationWithName(name string) (*mediapackage.PackagingConfiguration, error)
- func (t *Template) GetMediaPackagePackagingGroupWithName(name string) (*mediapackage.PackagingGroup, error)
- func (t *Template) GetMediaStoreContainerWithName(name string) (*mediastore.Container, error)
- func (t *Template) GetMemoryDBACLWithName(name string) (*memorydb.ACL, error)
- func (t *Template) GetMemoryDBClusterWithName(name string) (*memorydb.Cluster, error)
- func (t *Template) GetMemoryDBParameterGroupWithName(name string) (*memorydb.ParameterGroup, error)
- func (t *Template) GetMemoryDBSubnetGroupWithName(name string) (*memorydb.SubnetGroup, error)
- func (t *Template) GetMemoryDBUserWithName(name string) (*memorydb.User, error)
- func (t *Template) GetNeptuneDBClusterParameterGroupWithName(name string) (*neptune.DBClusterParameterGroup, error)
- func (t *Template) GetNeptuneDBClusterWithName(name string) (*neptune.DBCluster, error)
- func (t *Template) GetNeptuneDBInstanceWithName(name string) (*neptune.DBInstance, error)
- func (t *Template) GetNeptuneDBParameterGroupWithName(name string) (*neptune.DBParameterGroup, error)
- func (t *Template) GetNeptuneDBSubnetGroupWithName(name string) (*neptune.DBSubnetGroup, error)
- func (t *Template) GetNetworkFirewallFirewallPolicyWithName(name string) (*networkfirewall.FirewallPolicy, error)
- func (t *Template) GetNetworkFirewallFirewallWithName(name string) (*networkfirewall.Firewall, error)
- func (t *Template) GetNetworkFirewallLoggingConfigurationWithName(name string) (*networkfirewall.LoggingConfiguration, error)
- func (t *Template) GetNetworkFirewallRuleGroupWithName(name string) (*networkfirewall.RuleGroup, error)
- func (t *Template) GetNetworkManagerCustomerGatewayAssociationWithName(name string) (*networkmanager.CustomerGatewayAssociation, error)
- func (t *Template) GetNetworkManagerDeviceWithName(name string) (*networkmanager.Device, error)
- func (t *Template) GetNetworkManagerGlobalNetworkWithName(name string) (*networkmanager.GlobalNetwork, error)
- func (t *Template) GetNetworkManagerLinkAssociationWithName(name string) (*networkmanager.LinkAssociation, error)
- func (t *Template) GetNetworkManagerLinkWithName(name string) (*networkmanager.Link, error)
- func (t *Template) GetNetworkManagerSiteWithName(name string) (*networkmanager.Site, error)
- func (t *Template) GetNetworkManagerTransitGatewayRegistrationWithName(name string) (*networkmanager.TransitGatewayRegistration, error)
- func (t *Template) GetNimbleStudioLaunchProfileWithName(name string) (*nimblestudio.LaunchProfile, error)
- func (t *Template) GetNimbleStudioStreamingImageWithName(name string) (*nimblestudio.StreamingImage, error)
- func (t *Template) GetNimbleStudioStudioComponentWithName(name string) (*nimblestudio.StudioComponent, error)
- func (t *Template) GetNimbleStudioStudioWithName(name string) (*nimblestudio.Studio, error)
- func (t *Template) GetOpenSearchServiceDomainWithName(name string) (*opensearchservice.Domain, error)
- func (t *Template) GetOpsWorksAppWithName(name string) (*opsworks.App, error)
- func (t *Template) GetOpsWorksCMServerWithName(name string) (*opsworkscm.Server, error)
- func (t *Template) GetOpsWorksElasticLoadBalancerAttachmentWithName(name string) (*opsworks.ElasticLoadBalancerAttachment, error)
- func (t *Template) GetOpsWorksInstanceWithName(name string) (*opsworks.Instance, error)
- func (t *Template) GetOpsWorksLayerWithName(name string) (*opsworks.Layer, error)
- func (t *Template) GetOpsWorksStackWithName(name string) (*opsworks.Stack, error)
- func (t *Template) GetOpsWorksUserProfileWithName(name string) (*opsworks.UserProfile, error)
- func (t *Template) GetOpsWorksVolumeWithName(name string) (*opsworks.Volume, error)
- func (t *Template) GetPanoramaApplicationInstanceWithName(name string) (*panorama.ApplicationInstance, error)
- func (t *Template) GetPanoramaPackageVersionWithName(name string) (*panorama.PackageVersion, error)
- func (t *Template) GetPanoramaPackageWithName(name string) (*panorama.Package, error)
- func (t *Template) GetPinpointADMChannelWithName(name string) (*pinpoint.ADMChannel, error)
- func (t *Template) GetPinpointAPNSChannelWithName(name string) (*pinpoint.APNSChannel, error)
- func (t *Template) GetPinpointAPNSSandboxChannelWithName(name string) (*pinpoint.APNSSandboxChannel, error)
- func (t *Template) GetPinpointAPNSVoipChannelWithName(name string) (*pinpoint.APNSVoipChannel, error)
- func (t *Template) GetPinpointAPNSVoipSandboxChannelWithName(name string) (*pinpoint.APNSVoipSandboxChannel, error)
- func (t *Template) GetPinpointAppWithName(name string) (*pinpoint.App, error)
- func (t *Template) GetPinpointApplicationSettingsWithName(name string) (*pinpoint.ApplicationSettings, error)
- func (t *Template) GetPinpointBaiduChannelWithName(name string) (*pinpoint.BaiduChannel, error)
- func (t *Template) GetPinpointCampaignWithName(name string) (*pinpoint.Campaign, error)
- func (t *Template) GetPinpointEmailChannelWithName(name string) (*pinpoint.EmailChannel, error)
- func (t *Template) GetPinpointEmailConfigurationSetEventDestinationWithName(name string) (*pinpointemail.ConfigurationSetEventDestination, error)
- func (t *Template) GetPinpointEmailConfigurationSetWithName(name string) (*pinpointemail.ConfigurationSet, error)
- func (t *Template) GetPinpointEmailDedicatedIpPoolWithName(name string) (*pinpointemail.DedicatedIpPool, error)
- func (t *Template) GetPinpointEmailIdentityWithName(name string) (*pinpointemail.Identity, error)
- func (t *Template) GetPinpointEmailTemplateWithName(name string) (*pinpoint.EmailTemplate, error)
- func (t *Template) GetPinpointEventStreamWithName(name string) (*pinpoint.EventStream, error)
- func (t *Template) GetPinpointGCMChannelWithName(name string) (*pinpoint.GCMChannel, error)
- func (t *Template) GetPinpointInAppTemplateWithName(name string) (*pinpoint.InAppTemplate, error)
- func (t *Template) GetPinpointPushTemplateWithName(name string) (*pinpoint.PushTemplate, error)
- func (t *Template) GetPinpointSMSChannelWithName(name string) (*pinpoint.SMSChannel, error)
- func (t *Template) GetPinpointSegmentWithName(name string) (*pinpoint.Segment, error)
- func (t *Template) GetPinpointSmsTemplateWithName(name string) (*pinpoint.SmsTemplate, error)
- func (t *Template) GetPinpointVoiceChannelWithName(name string) (*pinpoint.VoiceChannel, error)
- func (t *Template) GetQLDBLedgerWithName(name string) (*qldb.Ledger, error)
- func (t *Template) GetQLDBStreamWithName(name string) (*qldb.Stream, error)
- func (t *Template) GetQuickSightAnalysisWithName(name string) (*quicksight.Analysis, error)
- func (t *Template) GetQuickSightDashboardWithName(name string) (*quicksight.Dashboard, error)
- func (t *Template) GetQuickSightDataSetWithName(name string) (*quicksight.DataSet, error)
- func (t *Template) GetQuickSightDataSourceWithName(name string) (*quicksight.DataSource, error)
- func (t *Template) GetQuickSightTemplateWithName(name string) (*quicksight.Template, error)
- func (t *Template) GetQuickSightThemeWithName(name string) (*quicksight.Theme, error)
- func (t *Template) GetRAMResourceShareWithName(name string) (*ram.ResourceShare, error)
- func (t *Template) GetRDSDBClusterParameterGroupWithName(name string) (*rds.DBClusterParameterGroup, error)
- func (t *Template) GetRDSDBClusterWithName(name string) (*rds.DBCluster, error)
- func (t *Template) GetRDSDBInstanceWithName(name string) (*rds.DBInstance, error)
- func (t *Template) GetRDSDBParameterGroupWithName(name string) (*rds.DBParameterGroup, error)
- func (t *Template) GetRDSDBProxyEndpointWithName(name string) (*rds.DBProxyEndpoint, error)
- func (t *Template) GetRDSDBProxyTargetGroupWithName(name string) (*rds.DBProxyTargetGroup, error)
- func (t *Template) GetRDSDBProxyWithName(name string) (*rds.DBProxy, error)
- func (t *Template) GetRDSDBSecurityGroupIngressWithName(name string) (*rds.DBSecurityGroupIngress, error)
- func (t *Template) GetRDSDBSecurityGroupWithName(name string) (*rds.DBSecurityGroup, error)
- func (t *Template) GetRDSDBSubnetGroupWithName(name string) (*rds.DBSubnetGroup, error)
- func (t *Template) GetRDSEventSubscriptionWithName(name string) (*rds.EventSubscription, error)
- func (t *Template) GetRDSGlobalClusterWithName(name string) (*rds.GlobalCluster, error)
- func (t *Template) GetRDSOptionGroupWithName(name string) (*rds.OptionGroup, error)
- func (t *Template) GetRUMAppMonitorWithName(name string) (*rum.AppMonitor, error)
- func (t *Template) GetRedshiftClusterParameterGroupWithName(name string) (*redshift.ClusterParameterGroup, error)
- func (t *Template) GetRedshiftClusterSecurityGroupIngressWithName(name string) (*redshift.ClusterSecurityGroupIngress, error)
- func (t *Template) GetRedshiftClusterSecurityGroupWithName(name string) (*redshift.ClusterSecurityGroup, error)
- func (t *Template) GetRedshiftClusterSubnetGroupWithName(name string) (*redshift.ClusterSubnetGroup, error)
- func (t *Template) GetRedshiftClusterWithName(name string) (*redshift.Cluster, error)
- func (t *Template) GetRedshiftEndpointAccessWithName(name string) (*redshift.EndpointAccess, error)
- func (t *Template) GetRedshiftEndpointAuthorizationWithName(name string) (*redshift.EndpointAuthorization, error)
- func (t *Template) GetRedshiftEventSubscriptionWithName(name string) (*redshift.EventSubscription, error)
- func (t *Template) GetRedshiftScheduledActionWithName(name string) (*redshift.ScheduledAction, error)
- func (t *Template) GetRefactorSpacesApplicationWithName(name string) (*refactorspaces.Application, error)
- func (t *Template) GetRefactorSpacesEnvironmentWithName(name string) (*refactorspaces.Environment, error)
- func (t *Template) GetRefactorSpacesRouteWithName(name string) (*refactorspaces.Route, error)
- func (t *Template) GetRefactorSpacesServiceWithName(name string) (*refactorspaces.Service, error)
- func (t *Template) GetRekognitionProjectWithName(name string) (*rekognition.Project, error)
- func (t *Template) GetResilienceHubAppWithName(name string) (*resiliencehub.App, error)
- func (t *Template) GetResilienceHubResiliencyPolicyWithName(name string) (*resiliencehub.ResiliencyPolicy, error)
- func (t *Template) GetResourceGroupsGroupWithName(name string) (*resourcegroups.Group, error)
- func (t *Template) GetRoboMakerFleetWithName(name string) (*robomaker.Fleet, error)
- func (t *Template) GetRoboMakerRobotApplicationVersionWithName(name string) (*robomaker.RobotApplicationVersion, error)
- func (t *Template) GetRoboMakerRobotApplicationWithName(name string) (*robomaker.RobotApplication, error)
- func (t *Template) GetRoboMakerRobotWithName(name string) (*robomaker.Robot, error)
- func (t *Template) GetRoboMakerSimulationApplicationVersionWithName(name string) (*robomaker.SimulationApplicationVersion, error)
- func (t *Template) GetRoboMakerSimulationApplicationWithName(name string) (*robomaker.SimulationApplication, error)
- func (t *Template) GetRoute53DNSSECWithName(name string) (*route53.DNSSEC, error)
- func (t *Template) GetRoute53HealthCheckWithName(name string) (*route53.HealthCheck, error)
- func (t *Template) GetRoute53HostedZoneWithName(name string) (*route53.HostedZone, error)
- func (t *Template) GetRoute53KeySigningKeyWithName(name string) (*route53.KeySigningKey, error)
- func (t *Template) GetRoute53RecordSetGroupWithName(name string) (*route53.RecordSetGroup, error)
- func (t *Template) GetRoute53RecordSetWithName(name string) (*route53.RecordSet, error)
- func (t *Template) GetRoute53RecoveryControlClusterWithName(name string) (*route53recoverycontrol.Cluster, error)
- func (t *Template) GetRoute53RecoveryControlControlPanelWithName(name string) (*route53recoverycontrol.ControlPanel, error)
- func (t *Template) GetRoute53RecoveryControlRoutingControlWithName(name string) (*route53recoverycontrol.RoutingControl, error)
- func (t *Template) GetRoute53RecoveryControlSafetyRuleWithName(name string) (*route53recoverycontrol.SafetyRule, error)
- func (t *Template) GetRoute53RecoveryReadinessCellWithName(name string) (*route53recoveryreadiness.Cell, error)
- func (t *Template) GetRoute53RecoveryReadinessReadinessCheckWithName(name string) (*route53recoveryreadiness.ReadinessCheck, error)
- func (t *Template) GetRoute53RecoveryReadinessRecoveryGroupWithName(name string) (*route53recoveryreadiness.RecoveryGroup, error)
- func (t *Template) GetRoute53RecoveryReadinessResourceSetWithName(name string) (*route53recoveryreadiness.ResourceSet, error)
- func (t *Template) GetRoute53ResolverFirewallDomainListWithName(name string) (*route53resolver.FirewallDomainList, error)
- func (t *Template) GetRoute53ResolverFirewallRuleGroupAssociationWithName(name string) (*route53resolver.FirewallRuleGroupAssociation, error)
- func (t *Template) GetRoute53ResolverFirewallRuleGroupWithName(name string) (*route53resolver.FirewallRuleGroup, error)
- func (t *Template) GetRoute53ResolverResolverConfigWithName(name string) (*route53resolver.ResolverConfig, error)
- func (t *Template) GetRoute53ResolverResolverDNSSECConfigWithName(name string) (*route53resolver.ResolverDNSSECConfig, error)
- func (t *Template) GetRoute53ResolverResolverEndpointWithName(name string) (*route53resolver.ResolverEndpoint, error)
- func (t *Template) GetRoute53ResolverResolverQueryLoggingConfigAssociationWithName(name string) (*route53resolver.ResolverQueryLoggingConfigAssociation, error)
- func (t *Template) GetRoute53ResolverResolverQueryLoggingConfigWithName(name string) (*route53resolver.ResolverQueryLoggingConfig, error)
- func (t *Template) GetRoute53ResolverResolverRuleAssociationWithName(name string) (*route53resolver.ResolverRuleAssociation, error)
- func (t *Template) GetRoute53ResolverResolverRuleWithName(name string) (*route53resolver.ResolverRule, error)
- func (t *Template) GetS3AccessPointWithName(name string) (*s3.AccessPoint, error)
- func (t *Template) GetS3BucketPolicyWithName(name string) (*s3.BucketPolicy, error)
- func (t *Template) GetS3BucketWithName(name string) (*s3.Bucket, error)
- func (t *Template) GetS3MultiRegionAccessPointPolicyWithName(name string) (*s3.MultiRegionAccessPointPolicy, error)
- func (t *Template) GetS3MultiRegionAccessPointWithName(name string) (*s3.MultiRegionAccessPoint, error)
- func (t *Template) GetS3ObjectLambdaAccessPointPolicyWithName(name string) (*s3objectlambda.AccessPointPolicy, error)
- func (t *Template) GetS3ObjectLambdaAccessPointWithName(name string) (*s3objectlambda.AccessPoint, error)
- func (t *Template) GetS3OutpostsAccessPointWithName(name string) (*s3outposts.AccessPoint, error)
- func (t *Template) GetS3OutpostsBucketPolicyWithName(name string) (*s3outposts.BucketPolicy, error)
- func (t *Template) GetS3OutpostsBucketWithName(name string) (*s3outposts.Bucket, error)
- func (t *Template) GetS3OutpostsEndpointWithName(name string) (*s3outposts.Endpoint, error)
- func (t *Template) GetS3StorageLensWithName(name string) (*s3.StorageLens, error)
- func (t *Template) GetSDBDomainWithName(name string) (*sdb.Domain, error)
- func (t *Template) GetSESConfigurationSetEventDestinationWithName(name string) (*ses.ConfigurationSetEventDestination, error)
- func (t *Template) GetSESConfigurationSetWithName(name string) (*ses.ConfigurationSet, error)
- func (t *Template) GetSESContactListWithName(name string) (*ses.ContactList, error)
- func (t *Template) GetSESReceiptFilterWithName(name string) (*ses.ReceiptFilter, error)
- func (t *Template) GetSESReceiptRuleSetWithName(name string) (*ses.ReceiptRuleSet, error)
- func (t *Template) GetSESReceiptRuleWithName(name string) (*ses.ReceiptRule, error)
- func (t *Template) GetSESTemplateWithName(name string) (*ses.Template, error)
- func (t *Template) GetSNSSubscriptionWithName(name string) (*sns.Subscription, error)
- func (t *Template) GetSNSTopicPolicyWithName(name string) (*sns.TopicPolicy, error)
- func (t *Template) GetSNSTopicWithName(name string) (*sns.Topic, error)
- func (t *Template) GetSQSQueuePolicyWithName(name string) (*sqs.QueuePolicy, error)
- func (t *Template) GetSQSQueueWithName(name string) (*sqs.Queue, error)
- func (t *Template) GetSSMAssociationWithName(name string) (*ssm.Association, error)
- func (t *Template) GetSSMContactsContactChannelWithName(name string) (*ssmcontacts.ContactChannel, error)
- func (t *Template) GetSSMContactsContactWithName(name string) (*ssmcontacts.Contact, error)
- func (t *Template) GetSSMDocumentWithName(name string) (*ssm.Document, error)
- func (t *Template) GetSSMIncidentsReplicationSetWithName(name string) (*ssmincidents.ReplicationSet, error)
- func (t *Template) GetSSMIncidentsResponsePlanWithName(name string) (*ssmincidents.ResponsePlan, error)
- func (t *Template) GetSSMMaintenanceWindowTargetWithName(name string) (*ssm.MaintenanceWindowTarget, error)
- func (t *Template) GetSSMMaintenanceWindowTaskWithName(name string) (*ssm.MaintenanceWindowTask, error)
- func (t *Template) GetSSMMaintenanceWindowWithName(name string) (*ssm.MaintenanceWindow, error)
- func (t *Template) GetSSMParameterWithName(name string) (*ssm.Parameter, error)
- func (t *Template) GetSSMPatchBaselineWithName(name string) (*ssm.PatchBaseline, error)
- func (t *Template) GetSSMResourceDataSyncWithName(name string) (*ssm.ResourceDataSync, error)
- func (t *Template) GetSSOAssignmentWithName(name string) (*sso.Assignment, error)
- func (t *Template) GetSSOInstanceAccessControlAttributeConfigurationWithName(name string) (*sso.InstanceAccessControlAttributeConfiguration, error)
- func (t *Template) GetSSOPermissionSetWithName(name string) (*sso.PermissionSet, error)
- func (t *Template) GetSageMakerAppImageConfigWithName(name string) (*sagemaker.AppImageConfig, error)
- func (t *Template) GetSageMakerAppWithName(name string) (*sagemaker.App, error)
- func (t *Template) GetSageMakerCodeRepositoryWithName(name string) (*sagemaker.CodeRepository, error)
- func (t *Template) GetSageMakerDataQualityJobDefinitionWithName(name string) (*sagemaker.DataQualityJobDefinition, error)
- func (t *Template) GetSageMakerDeviceFleetWithName(name string) (*sagemaker.DeviceFleet, error)
- func (t *Template) GetSageMakerDeviceWithName(name string) (*sagemaker.Device, error)
- func (t *Template) GetSageMakerDomainWithName(name string) (*sagemaker.Domain, error)
- func (t *Template) GetSageMakerEndpointConfigWithName(name string) (*sagemaker.EndpointConfig, error)
- func (t *Template) GetSageMakerEndpointWithName(name string) (*sagemaker.Endpoint, error)
- func (t *Template) GetSageMakerFeatureGroupWithName(name string) (*sagemaker.FeatureGroup, error)
- func (t *Template) GetSageMakerImageVersionWithName(name string) (*sagemaker.ImageVersion, error)
- func (t *Template) GetSageMakerImageWithName(name string) (*sagemaker.Image, error)
- func (t *Template) GetSageMakerModelBiasJobDefinitionWithName(name string) (*sagemaker.ModelBiasJobDefinition, error)
- func (t *Template) GetSageMakerModelExplainabilityJobDefinitionWithName(name string) (*sagemaker.ModelExplainabilityJobDefinition, error)
- func (t *Template) GetSageMakerModelPackageGroupWithName(name string) (*sagemaker.ModelPackageGroup, error)
- func (t *Template) GetSageMakerModelQualityJobDefinitionWithName(name string) (*sagemaker.ModelQualityJobDefinition, error)
- func (t *Template) GetSageMakerModelWithName(name string) (*sagemaker.Model, error)
- func (t *Template) GetSageMakerMonitoringScheduleWithName(name string) (*sagemaker.MonitoringSchedule, error)
- func (t *Template) GetSageMakerNotebookInstanceLifecycleConfigWithName(name string) (*sagemaker.NotebookInstanceLifecycleConfig, error)
- func (t *Template) GetSageMakerNotebookInstanceWithName(name string) (*sagemaker.NotebookInstance, error)
- func (t *Template) GetSageMakerPipelineWithName(name string) (*sagemaker.Pipeline, error)
- func (t *Template) GetSageMakerProjectWithName(name string) (*sagemaker.Project, error)
- func (t *Template) GetSageMakerUserProfileWithName(name string) (*sagemaker.UserProfile, error)
- func (t *Template) GetSageMakerWorkteamWithName(name string) (*sagemaker.Workteam, error)
- func (t *Template) GetSecretsManagerResourcePolicyWithName(name string) (*secretsmanager.ResourcePolicy, error)
- func (t *Template) GetSecretsManagerRotationScheduleWithName(name string) (*secretsmanager.RotationSchedule, error)
- func (t *Template) GetSecretsManagerSecretTargetAttachmentWithName(name string) (*secretsmanager.SecretTargetAttachment, error)
- func (t *Template) GetSecretsManagerSecretWithName(name string) (*secretsmanager.Secret, error)
- func (t *Template) GetSecurityHubHubWithName(name string) (*securityhub.Hub, error)
- func (t *Template) GetServerlessApiWithName(name string) (*serverless.Api, error)
- func (t *Template) GetServerlessApplicationWithName(name string) (*serverless.Application, error)
- func (t *Template) GetServerlessFunctionWithName(name string) (*serverless.Function, error)
- func (t *Template) GetServerlessLayerVersionWithName(name string) (*serverless.LayerVersion, error)
- func (t *Template) GetServerlessSimpleTableWithName(name string) (*serverless.SimpleTable, error)
- func (t *Template) GetServerlessStateMachineWithName(name string) (*serverless.StateMachine, error)
- func (t *Template) GetServiceCatalogAcceptedPortfolioShareWithName(name string) (*servicecatalog.AcceptedPortfolioShare, error)
- func (t *Template) GetServiceCatalogAppRegistryApplicationWithName(name string) (*servicecatalogappregistry.Application, error)
- func (t *Template) GetServiceCatalogAppRegistryAttributeGroupAssociationWithName(name string) (*servicecatalogappregistry.AttributeGroupAssociation, error)
- func (t *Template) GetServiceCatalogAppRegistryAttributeGroupWithName(name string) (*servicecatalogappregistry.AttributeGroup, error)
- func (t *Template) GetServiceCatalogAppRegistryResourceAssociationWithName(name string) (*servicecatalogappregistry.ResourceAssociation, error)
- func (t *Template) GetServiceCatalogCloudFormationProductWithName(name string) (*servicecatalog.CloudFormationProduct, error)
- func (t *Template) GetServiceCatalogCloudFormationProvisionedProductWithName(name string) (*servicecatalog.CloudFormationProvisionedProduct, error)
- func (t *Template) GetServiceCatalogLaunchNotificationConstraintWithName(name string) (*servicecatalog.LaunchNotificationConstraint, error)
- func (t *Template) GetServiceCatalogLaunchRoleConstraintWithName(name string) (*servicecatalog.LaunchRoleConstraint, error)
- func (t *Template) GetServiceCatalogLaunchTemplateConstraintWithName(name string) (*servicecatalog.LaunchTemplateConstraint, error)
- func (t *Template) GetServiceCatalogPortfolioPrincipalAssociationWithName(name string) (*servicecatalog.PortfolioPrincipalAssociation, error)
- func (t *Template) GetServiceCatalogPortfolioProductAssociationWithName(name string) (*servicecatalog.PortfolioProductAssociation, error)
- func (t *Template) GetServiceCatalogPortfolioShareWithName(name string) (*servicecatalog.PortfolioShare, error)
- func (t *Template) GetServiceCatalogPortfolioWithName(name string) (*servicecatalog.Portfolio, error)
- func (t *Template) GetServiceCatalogResourceUpdateConstraintWithName(name string) (*servicecatalog.ResourceUpdateConstraint, error)
- func (t *Template) GetServiceCatalogServiceActionAssociationWithName(name string) (*servicecatalog.ServiceActionAssociation, error)
- func (t *Template) GetServiceCatalogServiceActionWithName(name string) (*servicecatalog.ServiceAction, error)
- func (t *Template) GetServiceCatalogStackSetConstraintWithName(name string) (*servicecatalog.StackSetConstraint, error)
- func (t *Template) GetServiceCatalogTagOptionAssociationWithName(name string) (*servicecatalog.TagOptionAssociation, error)
- func (t *Template) GetServiceCatalogTagOptionWithName(name string) (*servicecatalog.TagOption, error)
- func (t *Template) GetServiceDiscoveryHttpNamespaceWithName(name string) (*servicediscovery.HttpNamespace, error)
- func (t *Template) GetServiceDiscoveryInstanceWithName(name string) (*servicediscovery.Instance, error)
- func (t *Template) GetServiceDiscoveryPrivateDnsNamespaceWithName(name string) (*servicediscovery.PrivateDnsNamespace, error)
- func (t *Template) GetServiceDiscoveryPublicDnsNamespaceWithName(name string) (*servicediscovery.PublicDnsNamespace, error)
- func (t *Template) GetServiceDiscoveryServiceWithName(name string) (*servicediscovery.Service, error)
- func (t *Template) GetSignerProfilePermissionWithName(name string) (*signer.ProfilePermission, error)
- func (t *Template) GetSignerSigningProfileWithName(name string) (*signer.SigningProfile, error)
- func (t *Template) GetStepFunctionsActivityWithName(name string) (*stepfunctions.Activity, error)
- func (t *Template) GetStepFunctionsStateMachineWithName(name string) (*stepfunctions.StateMachine, error)
- func (t *Template) GetSyntheticsCanaryWithName(name string) (*synthetics.Canary, error)
- func (t *Template) GetTimestreamDatabaseWithName(name string) (*timestream.Database, error)
- func (t *Template) GetTimestreamScheduledQueryWithName(name string) (*timestream.ScheduledQuery, error)
- func (t *Template) GetTimestreamTableWithName(name string) (*timestream.Table, error)
- func (t *Template) GetTransferServerWithName(name string) (*transfer.Server, error)
- func (t *Template) GetTransferUserWithName(name string) (*transfer.User, error)
- func (t *Template) GetTransferWorkflowWithName(name string) (*transfer.Workflow, error)
- func (t *Template) GetWAFByteMatchSetWithName(name string) (*waf.ByteMatchSet, error)
- func (t *Template) GetWAFIPSetWithName(name string) (*waf.IPSet, error)
- func (t *Template) GetWAFRegionalByteMatchSetWithName(name string) (*wafregional.ByteMatchSet, error)
- func (t *Template) GetWAFRegionalGeoMatchSetWithName(name string) (*wafregional.GeoMatchSet, error)
- func (t *Template) GetWAFRegionalIPSetWithName(name string) (*wafregional.IPSet, error)
- func (t *Template) GetWAFRegionalRateBasedRuleWithName(name string) (*wafregional.RateBasedRule, error)
- func (t *Template) GetWAFRegionalRegexPatternSetWithName(name string) (*wafregional.RegexPatternSet, error)
- func (t *Template) GetWAFRegionalRuleWithName(name string) (*wafregional.Rule, error)
- func (t *Template) GetWAFRegionalSizeConstraintSetWithName(name string) (*wafregional.SizeConstraintSet, error)
- func (t *Template) GetWAFRegionalSqlInjectionMatchSetWithName(name string) (*wafregional.SqlInjectionMatchSet, error)
- func (t *Template) GetWAFRegionalWebACLAssociationWithName(name string) (*wafregional.WebACLAssociation, error)
- func (t *Template) GetWAFRegionalWebACLWithName(name string) (*wafregional.WebACL, error)
- func (t *Template) GetWAFRegionalXssMatchSetWithName(name string) (*wafregional.XssMatchSet, error)
- func (t *Template) GetWAFRuleWithName(name string) (*waf.Rule, error)
- func (t *Template) GetWAFSizeConstraintSetWithName(name string) (*waf.SizeConstraintSet, error)
- func (t *Template) GetWAFSqlInjectionMatchSetWithName(name string) (*waf.SqlInjectionMatchSet, error)
- func (t *Template) GetWAFWebACLWithName(name string) (*waf.WebACL, error)
- func (t *Template) GetWAFXssMatchSetWithName(name string) (*waf.XssMatchSet, error)
- func (t *Template) GetWAFv2IPSetWithName(name string) (*wafv2.IPSet, error)
- func (t *Template) GetWAFv2LoggingConfigurationWithName(name string) (*wafv2.LoggingConfiguration, error)
- func (t *Template) GetWAFv2RegexPatternSetWithName(name string) (*wafv2.RegexPatternSet, error)
- func (t *Template) GetWAFv2RuleGroupWithName(name string) (*wafv2.RuleGroup, error)
- func (t *Template) GetWAFv2WebACLAssociationWithName(name string) (*wafv2.WebACLAssociation, error)
- func (t *Template) GetWAFv2WebACLWithName(name string) (*wafv2.WebACL, error)
- func (t *Template) GetWisdomAssistantAssociationWithName(name string) (*wisdom.AssistantAssociation, error)
- func (t *Template) GetWisdomAssistantWithName(name string) (*wisdom.Assistant, error)
- func (t *Template) GetWisdomKnowledgeBaseWithName(name string) (*wisdom.KnowledgeBase, error)
- func (t *Template) GetWorkSpacesConnectionAliasWithName(name string) (*workspaces.ConnectionAlias, error)
- func (t *Template) GetWorkSpacesWorkspaceWithName(name string) (*workspaces.Workspace, error)
- func (t *Template) GetXRayGroupWithName(name string) (*xray.Group, error)
- func (t *Template) GetXRaySamplingRuleWithName(name string) (*xray.SamplingRule, error)
- func (t *Template) JSON() ([]byte, error)
- func (t *Template) YAML() ([]byte, error)
- type Transform
Constants ¶
This section is empty.
Variables ¶
var EncoderIntrinsics = map[string]intrinsics.IntrinsicHandler{ "Fn::Base64": strWrap(Base64), "Fn::And": strAWrap(And), "Fn::Equals": str2Wrap(Equals), "Fn::If": str3Wrap(If), "Fn::Not": strAWrap(Not), "Fn::Or": strAWrap(Or), "Fn::FindInMap": str3Wrap(FindInMap), "Fn::GetAtt": strSplit2Wrap(GetAtt), "Fn::GetAZs": strWrap(GetAZs), "Fn::ImportValue": strWrap(ImportValue), "Fn::Join": str2Wrap(Join), "Fn::Select": str2AWrap(Select), "Fn::Split": str2Wrap(Split), "Fn::Sub": strWrap(Sub), "Ref": strWrap(Ref), "Fn::Cidr": str3Wrap(CIDR), }
Functions ¶
func AllResources ¶
AllResources fetches an iterable map all CloudFormation and SAM resources
func And ¶
And returns true if all the specified conditions evaluate to true, or returns false if any one of the conditions evaluates to false. Fn::And acts as an AND operator. The minimum number of conditions that you can include is 2, and the maximum is 10.
func Base64 ¶
func Base64(input interface{}) string
Base64 returns the Base64 representation of the input string. This function is typically used to pass encoded data to Amazon EC2 instances by way of the UserData property
func CIDR ¶
func CIDR(ipBlock, count, cidrBits interface{}) string
CIDR returns an array of CIDR address blocks. The number of CIDR blocks returned is dependent on the count parameter.
func Equals ¶
func Equals(value1, value2 interface{}) string
Equals compares if two values are equal. Returns true if the two values are equal or false if they aren't.
func FindInMap ¶
func FindInMap(mapName, topLevelKey, secondLevelKey interface{}) string
FindInMap returns the value corresponding to keys in a two-level map that is declared in the Mappings section.
func GetAZs ¶
func GetAZs(region interface{}) string
GetAZs returns an array that lists Availability Zones for a specified region. Because customers have access to different Availability Zones, the intrinsic function Fn::GetAZs enables template authors to write templates that adapt to the calling user's access. That way you don't have to hard-code a full list of Availability Zones for a specified region.
func If ¶
func If(value, ifEqual, ifNotEqual interface{}) string
If returns one value if the specified condition evaluates to true and another value if the specified condition evaluates to false. Currently, AWS CloudFormation supports the Fn::If intrinsic function in the metadata attribute, update policy attribute, and property values in the Resources section and Outputs sections of a template. You can use the AWS::NoValue pseudo parameter as a return value to remove the corresponding property.
func ImportValue ¶
func ImportValue(name interface{}) string
ImportValue returns the value of an output exported by another stack. You typically use this function to create cross-stack references. In the following example template snippets, Stack A exports VPC security group values and Stack B imports them.
func Join ¶
func Join(delimiter interface{}, value interface{}) string
Join appends a set of values into a single value, separated by the specified delimiter. If a delimiter is the empty string, the set of values are concatenated with no delimiter.
func Not ¶
Not returns true for a condition that evaluates to false or returns false for a condition that evaluates to true. Fn::Not acts as a NOT operator.
func Or ¶
Or returns true if any one of the specified conditions evaluate to true, or returns false if all of the conditions evaluates to false. Fn::Or acts as an OR operator. The minimum number of conditions that you can include is 2, and the maximum is 10.
func Ref ¶
func Ref(logicalName interface{}) string
Ref creates a CloudFormation Reference to another resource in the template
func Split ¶
func Split(delimiter, source interface{}) string
Split splits a string into a list of string values so that you can select an element from the resulting string list, use the Fn::Split intrinsic function. Specify the location of splits with a delimiter, such as , (a comma). After you split a string, use the Fn::Select function to pick a specific element.
Types ¶
type CustomResource ¶
type CustomResource struct { Type string `json:"Type,omitempty"` Properties map[string]interface{} `json:"Properties,omitempty"` // contains filtered or unexported fields }
See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html
func (*CustomResource) AWSCloudFormationType ¶
func (r *CustomResource) AWSCloudFormationType() string
AWSCloudFormationType returns the AWS CloudFormation resource type
func (*CustomResource) DeletionPolicy ¶
func (r *CustomResource) DeletionPolicy() policies.DeletionPolicy
DeletionPolicy returns the AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*CustomResource) DependsOn ¶
func (r *CustomResource) DependsOn() []string
DependsOn returns a slice of logical ID names this resource depends on. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*CustomResource) Metadata ¶
func (r *CustomResource) Metadata() map[string]interface{}
Metadata returns the metadata associated with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*CustomResource) SetDeletionPolicy ¶
func (r *CustomResource) SetDeletionPolicy(policy policies.DeletionPolicy)
SetDeletionPolicy applies an AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*CustomResource) SetDependsOn ¶
func (r *CustomResource) SetDependsOn(dependencies []string)
SetDependsOn specify that the creation of this resource follows another. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*CustomResource) SetMetadata ¶
func (r *CustomResource) SetMetadata(metadata map[string]interface{})
SetMetadata enables you to associate structured data with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
type Parameter ¶
type Parameter struct { Type string `json:"Type"` Description string `json:"Description,omitempty"` Default interface{} `json:"Default,omitempty"` AllowedPattern string `json:"AllowedPattern,omitempty"` AllowedValues []string `json:"AllowedValues,omitempty"` ConstraintDescription string `json:"ConstraintDescription,omitempty"` MaxLength int `json:"MaxLength,omitempty"` MinLength int `json:"MinLength,omitempty"` MaxValue float64 `json:"MaxValue,omitempty"` MinValue float64 `json:"MinValue,omitempty"` NoEcho bool `json:"NoEcho,omitempty"` }
type Parameters ¶
type Resources ¶
func (*Resources) UnmarshalJSON ¶
type Template ¶
type Template struct { AWSTemplateFormatVersion string `json:"AWSTemplateFormatVersion,omitempty"` Transform *Transform `json:"Transform,omitempty"` Description string `json:"Description,omitempty"` Metadata map[string]interface{} `json:"Metadata,omitempty"` Parameters Parameters `json:"Parameters,omitempty"` Mappings map[string]interface{} `json:"Mappings,omitempty"` Conditions map[string]interface{} `json:"Conditions,omitempty"` Resources Resources `json:"Resources,omitempty"` Outputs Outputs `json:"Outputs,omitempty"` }
Template represents an AWS CloudFormation template see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html
func NewTemplate ¶
func NewTemplate() *Template
NewTemplate creates a new AWS CloudFormation template struct
func (*Template) GetACMPCACertificateAuthorityActivationWithName ¶
func (t *Template) GetACMPCACertificateAuthorityActivationWithName(name string) (*acmpca.CertificateAuthorityActivation, error)
GetACMPCACertificateAuthorityActivationWithName retrieves all acmpca.CertificateAuthorityActivation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetACMPCACertificateAuthorityWithName ¶
func (t *Template) GetACMPCACertificateAuthorityWithName(name string) (*acmpca.CertificateAuthority, error)
GetACMPCACertificateAuthorityWithName retrieves all acmpca.CertificateAuthority items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetACMPCACertificateWithName ¶
func (t *Template) GetACMPCACertificateWithName(name string) (*acmpca.Certificate, error)
GetACMPCACertificateWithName retrieves all acmpca.Certificate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetACMPCAPermissionWithName ¶
func (t *Template) GetACMPCAPermissionWithName(name string) (*acmpca.Permission, error)
GetACMPCAPermissionWithName retrieves all acmpca.Permission items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAPSRuleGroupsNamespaceWithName ¶
func (t *Template) GetAPSRuleGroupsNamespaceWithName(name string) (*aps.RuleGroupsNamespace, error)
GetAPSRuleGroupsNamespaceWithName retrieves all aps.RuleGroupsNamespace items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAPSWorkspaceWithName ¶
GetAPSWorkspaceWithName retrieves all aps.Workspace items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetASKSkillWithName ¶
GetASKSkillWithName retrieves all ask.Skill items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAccessAnalyzerAnalyzerWithName ¶
func (t *Template) GetAccessAnalyzerAnalyzerWithName(name string) (*accessanalyzer.Analyzer, error)
GetAccessAnalyzerAnalyzerWithName retrieves all accessanalyzer.Analyzer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAllACMPCACertificateAuthorityActivationResources ¶
func (t *Template) GetAllACMPCACertificateAuthorityActivationResources() map[string]*acmpca.CertificateAuthorityActivation
GetAllACMPCACertificateAuthorityActivationResources retrieves all acmpca.CertificateAuthorityActivation items from an AWS CloudFormation template
func (*Template) GetAllACMPCACertificateAuthorityResources ¶
func (t *Template) GetAllACMPCACertificateAuthorityResources() map[string]*acmpca.CertificateAuthority
GetAllACMPCACertificateAuthorityResources retrieves all acmpca.CertificateAuthority items from an AWS CloudFormation template
func (*Template) GetAllACMPCACertificateResources ¶
func (t *Template) GetAllACMPCACertificateResources() map[string]*acmpca.Certificate
GetAllACMPCACertificateResources retrieves all acmpca.Certificate items from an AWS CloudFormation template
func (*Template) GetAllACMPCAPermissionResources ¶
func (t *Template) GetAllACMPCAPermissionResources() map[string]*acmpca.Permission
GetAllACMPCAPermissionResources retrieves all acmpca.Permission items from an AWS CloudFormation template
func (*Template) GetAllAPSRuleGroupsNamespaceResources ¶
func (t *Template) GetAllAPSRuleGroupsNamespaceResources() map[string]*aps.RuleGroupsNamespace
GetAllAPSRuleGroupsNamespaceResources retrieves all aps.RuleGroupsNamespace items from an AWS CloudFormation template
func (*Template) GetAllAPSWorkspaceResources ¶
GetAllAPSWorkspaceResources retrieves all aps.Workspace items from an AWS CloudFormation template
func (*Template) GetAllASKSkillResources ¶
GetAllASKSkillResources retrieves all ask.Skill items from an AWS CloudFormation template
func (*Template) GetAllAccessAnalyzerAnalyzerResources ¶
func (t *Template) GetAllAccessAnalyzerAnalyzerResources() map[string]*accessanalyzer.Analyzer
GetAllAccessAnalyzerAnalyzerResources retrieves all accessanalyzer.Analyzer items from an AWS CloudFormation template
func (*Template) GetAllAmazonMQBrokerResources ¶
GetAllAmazonMQBrokerResources retrieves all amazonmq.Broker items from an AWS CloudFormation template
func (*Template) GetAllAmazonMQConfigurationAssociationResources ¶
func (t *Template) GetAllAmazonMQConfigurationAssociationResources() map[string]*amazonmq.ConfigurationAssociation
GetAllAmazonMQConfigurationAssociationResources retrieves all amazonmq.ConfigurationAssociation items from an AWS CloudFormation template
func (*Template) GetAllAmazonMQConfigurationResources ¶
func (t *Template) GetAllAmazonMQConfigurationResources() map[string]*amazonmq.Configuration
GetAllAmazonMQConfigurationResources retrieves all amazonmq.Configuration items from an AWS CloudFormation template
func (*Template) GetAllAmplifyAppResources ¶
GetAllAmplifyAppResources retrieves all amplify.App items from an AWS CloudFormation template
func (*Template) GetAllAmplifyBranchResources ¶
GetAllAmplifyBranchResources retrieves all amplify.Branch items from an AWS CloudFormation template
func (*Template) GetAllAmplifyDomainResources ¶
GetAllAmplifyDomainResources retrieves all amplify.Domain items from an AWS CloudFormation template
func (*Template) GetAllAmplifyUIBuilderComponentResources ¶
func (t *Template) GetAllAmplifyUIBuilderComponentResources() map[string]*amplifyuibuilder.Component
GetAllAmplifyUIBuilderComponentResources retrieves all amplifyuibuilder.Component items from an AWS CloudFormation template
func (*Template) GetAllAmplifyUIBuilderThemeResources ¶
func (t *Template) GetAllAmplifyUIBuilderThemeResources() map[string]*amplifyuibuilder.Theme
GetAllAmplifyUIBuilderThemeResources retrieves all amplifyuibuilder.Theme items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayAccountResources ¶
func (t *Template) GetAllApiGatewayAccountResources() map[string]*apigateway.Account
GetAllApiGatewayAccountResources retrieves all apigateway.Account items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayApiKeyResources ¶
func (t *Template) GetAllApiGatewayApiKeyResources() map[string]*apigateway.ApiKey
GetAllApiGatewayApiKeyResources retrieves all apigateway.ApiKey items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayAuthorizerResources ¶
func (t *Template) GetAllApiGatewayAuthorizerResources() map[string]*apigateway.Authorizer
GetAllApiGatewayAuthorizerResources retrieves all apigateway.Authorizer items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayBasePathMappingResources ¶
func (t *Template) GetAllApiGatewayBasePathMappingResources() map[string]*apigateway.BasePathMapping
GetAllApiGatewayBasePathMappingResources retrieves all apigateway.BasePathMapping items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayClientCertificateResources ¶
func (t *Template) GetAllApiGatewayClientCertificateResources() map[string]*apigateway.ClientCertificate
GetAllApiGatewayClientCertificateResources retrieves all apigateway.ClientCertificate items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayDeploymentResources ¶
func (t *Template) GetAllApiGatewayDeploymentResources() map[string]*apigateway.Deployment
GetAllApiGatewayDeploymentResources retrieves all apigateway.Deployment items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayDocumentationPartResources ¶
func (t *Template) GetAllApiGatewayDocumentationPartResources() map[string]*apigateway.DocumentationPart
GetAllApiGatewayDocumentationPartResources retrieves all apigateway.DocumentationPart items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayDocumentationVersionResources ¶
func (t *Template) GetAllApiGatewayDocumentationVersionResources() map[string]*apigateway.DocumentationVersion
GetAllApiGatewayDocumentationVersionResources retrieves all apigateway.DocumentationVersion items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayDomainNameResources ¶
func (t *Template) GetAllApiGatewayDomainNameResources() map[string]*apigateway.DomainName
GetAllApiGatewayDomainNameResources retrieves all apigateway.DomainName items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayGatewayResponseResources ¶
func (t *Template) GetAllApiGatewayGatewayResponseResources() map[string]*apigateway.GatewayResponse
GetAllApiGatewayGatewayResponseResources retrieves all apigateway.GatewayResponse items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayMethodResources ¶
func (t *Template) GetAllApiGatewayMethodResources() map[string]*apigateway.Method
GetAllApiGatewayMethodResources retrieves all apigateway.Method items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayModelResources ¶
func (t *Template) GetAllApiGatewayModelResources() map[string]*apigateway.Model
GetAllApiGatewayModelResources retrieves all apigateway.Model items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayRequestValidatorResources ¶
func (t *Template) GetAllApiGatewayRequestValidatorResources() map[string]*apigateway.RequestValidator
GetAllApiGatewayRequestValidatorResources retrieves all apigateway.RequestValidator items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayResourceResources ¶
func (t *Template) GetAllApiGatewayResourceResources() map[string]*apigateway.Resource
GetAllApiGatewayResourceResources retrieves all apigateway.Resource items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayRestApiResources ¶
func (t *Template) GetAllApiGatewayRestApiResources() map[string]*apigateway.RestApi
GetAllApiGatewayRestApiResources retrieves all apigateway.RestApi items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayStageResources ¶
func (t *Template) GetAllApiGatewayStageResources() map[string]*apigateway.Stage
GetAllApiGatewayStageResources retrieves all apigateway.Stage items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayUsagePlanKeyResources ¶
func (t *Template) GetAllApiGatewayUsagePlanKeyResources() map[string]*apigateway.UsagePlanKey
GetAllApiGatewayUsagePlanKeyResources retrieves all apigateway.UsagePlanKey items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayUsagePlanResources ¶
func (t *Template) GetAllApiGatewayUsagePlanResources() map[string]*apigateway.UsagePlan
GetAllApiGatewayUsagePlanResources retrieves all apigateway.UsagePlan items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2ApiGatewayManagedOverridesResources ¶
func (t *Template) GetAllApiGatewayV2ApiGatewayManagedOverridesResources() map[string]*apigatewayv2.ApiGatewayManagedOverrides
GetAllApiGatewayV2ApiGatewayManagedOverridesResources retrieves all apigatewayv2.ApiGatewayManagedOverrides items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2ApiMappingResources ¶
func (t *Template) GetAllApiGatewayV2ApiMappingResources() map[string]*apigatewayv2.ApiMapping
GetAllApiGatewayV2ApiMappingResources retrieves all apigatewayv2.ApiMapping items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2ApiResources ¶
func (t *Template) GetAllApiGatewayV2ApiResources() map[string]*apigatewayv2.Api
GetAllApiGatewayV2ApiResources retrieves all apigatewayv2.Api items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2AuthorizerResources ¶
func (t *Template) GetAllApiGatewayV2AuthorizerResources() map[string]*apigatewayv2.Authorizer
GetAllApiGatewayV2AuthorizerResources retrieves all apigatewayv2.Authorizer items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2DeploymentResources ¶
func (t *Template) GetAllApiGatewayV2DeploymentResources() map[string]*apigatewayv2.Deployment
GetAllApiGatewayV2DeploymentResources retrieves all apigatewayv2.Deployment items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2DomainNameResources ¶
func (t *Template) GetAllApiGatewayV2DomainNameResources() map[string]*apigatewayv2.DomainName
GetAllApiGatewayV2DomainNameResources retrieves all apigatewayv2.DomainName items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2IntegrationResources ¶
func (t *Template) GetAllApiGatewayV2IntegrationResources() map[string]*apigatewayv2.Integration
GetAllApiGatewayV2IntegrationResources retrieves all apigatewayv2.Integration items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2IntegrationResponseResources ¶
func (t *Template) GetAllApiGatewayV2IntegrationResponseResources() map[string]*apigatewayv2.IntegrationResponse
GetAllApiGatewayV2IntegrationResponseResources retrieves all apigatewayv2.IntegrationResponse items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2ModelResources ¶
func (t *Template) GetAllApiGatewayV2ModelResources() map[string]*apigatewayv2.Model
GetAllApiGatewayV2ModelResources retrieves all apigatewayv2.Model items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2RouteResources ¶
func (t *Template) GetAllApiGatewayV2RouteResources() map[string]*apigatewayv2.Route
GetAllApiGatewayV2RouteResources retrieves all apigatewayv2.Route items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2RouteResponseResources ¶
func (t *Template) GetAllApiGatewayV2RouteResponseResources() map[string]*apigatewayv2.RouteResponse
GetAllApiGatewayV2RouteResponseResources retrieves all apigatewayv2.RouteResponse items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2StageResources ¶
func (t *Template) GetAllApiGatewayV2StageResources() map[string]*apigatewayv2.Stage
GetAllApiGatewayV2StageResources retrieves all apigatewayv2.Stage items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayV2VpcLinkResources ¶
func (t *Template) GetAllApiGatewayV2VpcLinkResources() map[string]*apigatewayv2.VpcLink
GetAllApiGatewayV2VpcLinkResources retrieves all apigatewayv2.VpcLink items from an AWS CloudFormation template
func (*Template) GetAllApiGatewayVpcLinkResources ¶
func (t *Template) GetAllApiGatewayVpcLinkResources() map[string]*apigateway.VpcLink
GetAllApiGatewayVpcLinkResources retrieves all apigateway.VpcLink items from an AWS CloudFormation template
func (*Template) GetAllAppConfigApplicationResources ¶
func (t *Template) GetAllAppConfigApplicationResources() map[string]*appconfig.Application
GetAllAppConfigApplicationResources retrieves all appconfig.Application items from an AWS CloudFormation template
func (*Template) GetAllAppConfigConfigurationProfileResources ¶
func (t *Template) GetAllAppConfigConfigurationProfileResources() map[string]*appconfig.ConfigurationProfile
GetAllAppConfigConfigurationProfileResources retrieves all appconfig.ConfigurationProfile items from an AWS CloudFormation template
func (*Template) GetAllAppConfigDeploymentResources ¶
func (t *Template) GetAllAppConfigDeploymentResources() map[string]*appconfig.Deployment
GetAllAppConfigDeploymentResources retrieves all appconfig.Deployment items from an AWS CloudFormation template
func (*Template) GetAllAppConfigDeploymentStrategyResources ¶
func (t *Template) GetAllAppConfigDeploymentStrategyResources() map[string]*appconfig.DeploymentStrategy
GetAllAppConfigDeploymentStrategyResources retrieves all appconfig.DeploymentStrategy items from an AWS CloudFormation template
func (*Template) GetAllAppConfigEnvironmentResources ¶
func (t *Template) GetAllAppConfigEnvironmentResources() map[string]*appconfig.Environment
GetAllAppConfigEnvironmentResources retrieves all appconfig.Environment items from an AWS CloudFormation template
func (*Template) GetAllAppConfigHostedConfigurationVersionResources ¶
func (t *Template) GetAllAppConfigHostedConfigurationVersionResources() map[string]*appconfig.HostedConfigurationVersion
GetAllAppConfigHostedConfigurationVersionResources retrieves all appconfig.HostedConfigurationVersion items from an AWS CloudFormation template
func (*Template) GetAllAppFlowConnectorProfileResources ¶
func (t *Template) GetAllAppFlowConnectorProfileResources() map[string]*appflow.ConnectorProfile
GetAllAppFlowConnectorProfileResources retrieves all appflow.ConnectorProfile items from an AWS CloudFormation template
func (*Template) GetAllAppFlowFlowResources ¶
GetAllAppFlowFlowResources retrieves all appflow.Flow items from an AWS CloudFormation template
func (*Template) GetAllAppIntegrationsEventIntegrationResources ¶
func (t *Template) GetAllAppIntegrationsEventIntegrationResources() map[string]*appintegrations.EventIntegration
GetAllAppIntegrationsEventIntegrationResources retrieves all appintegrations.EventIntegration items from an AWS CloudFormation template
func (*Template) GetAllAppMeshGatewayRouteResources ¶
func (t *Template) GetAllAppMeshGatewayRouteResources() map[string]*appmesh.GatewayRoute
GetAllAppMeshGatewayRouteResources retrieves all appmesh.GatewayRoute items from an AWS CloudFormation template
func (*Template) GetAllAppMeshMeshResources ¶
GetAllAppMeshMeshResources retrieves all appmesh.Mesh items from an AWS CloudFormation template
func (*Template) GetAllAppMeshRouteResources ¶
GetAllAppMeshRouteResources retrieves all appmesh.Route items from an AWS CloudFormation template
func (*Template) GetAllAppMeshVirtualGatewayResources ¶
func (t *Template) GetAllAppMeshVirtualGatewayResources() map[string]*appmesh.VirtualGateway
GetAllAppMeshVirtualGatewayResources retrieves all appmesh.VirtualGateway items from an AWS CloudFormation template
func (*Template) GetAllAppMeshVirtualNodeResources ¶
func (t *Template) GetAllAppMeshVirtualNodeResources() map[string]*appmesh.VirtualNode
GetAllAppMeshVirtualNodeResources retrieves all appmesh.VirtualNode items from an AWS CloudFormation template
func (*Template) GetAllAppMeshVirtualRouterResources ¶
func (t *Template) GetAllAppMeshVirtualRouterResources() map[string]*appmesh.VirtualRouter
GetAllAppMeshVirtualRouterResources retrieves all appmesh.VirtualRouter items from an AWS CloudFormation template
func (*Template) GetAllAppMeshVirtualServiceResources ¶
func (t *Template) GetAllAppMeshVirtualServiceResources() map[string]*appmesh.VirtualService
GetAllAppMeshVirtualServiceResources retrieves all appmesh.VirtualService items from an AWS CloudFormation template
func (*Template) GetAllAppRunnerServiceResources ¶
GetAllAppRunnerServiceResources retrieves all apprunner.Service items from an AWS CloudFormation template
func (*Template) GetAllAppStreamAppBlockResources ¶
GetAllAppStreamAppBlockResources retrieves all appstream.AppBlock items from an AWS CloudFormation template
func (*Template) GetAllAppStreamApplicationFleetAssociationResources ¶
func (t *Template) GetAllAppStreamApplicationFleetAssociationResources() map[string]*appstream.ApplicationFleetAssociation
GetAllAppStreamApplicationFleetAssociationResources retrieves all appstream.ApplicationFleetAssociation items from an AWS CloudFormation template
func (*Template) GetAllAppStreamApplicationResources ¶
func (t *Template) GetAllAppStreamApplicationResources() map[string]*appstream.Application
GetAllAppStreamApplicationResources retrieves all appstream.Application items from an AWS CloudFormation template
func (*Template) GetAllAppStreamDirectoryConfigResources ¶
func (t *Template) GetAllAppStreamDirectoryConfigResources() map[string]*appstream.DirectoryConfig
GetAllAppStreamDirectoryConfigResources retrieves all appstream.DirectoryConfig items from an AWS CloudFormation template
func (*Template) GetAllAppStreamFleetResources ¶
GetAllAppStreamFleetResources retrieves all appstream.Fleet items from an AWS CloudFormation template
func (*Template) GetAllAppStreamImageBuilderResources ¶
func (t *Template) GetAllAppStreamImageBuilderResources() map[string]*appstream.ImageBuilder
GetAllAppStreamImageBuilderResources retrieves all appstream.ImageBuilder items from an AWS CloudFormation template
func (*Template) GetAllAppStreamStackFleetAssociationResources ¶
func (t *Template) GetAllAppStreamStackFleetAssociationResources() map[string]*appstream.StackFleetAssociation
GetAllAppStreamStackFleetAssociationResources retrieves all appstream.StackFleetAssociation items from an AWS CloudFormation template
func (*Template) GetAllAppStreamStackResources ¶
GetAllAppStreamStackResources retrieves all appstream.Stack items from an AWS CloudFormation template
func (*Template) GetAllAppStreamStackUserAssociationResources ¶
func (t *Template) GetAllAppStreamStackUserAssociationResources() map[string]*appstream.StackUserAssociation
GetAllAppStreamStackUserAssociationResources retrieves all appstream.StackUserAssociation items from an AWS CloudFormation template
func (*Template) GetAllAppStreamUserResources ¶
GetAllAppStreamUserResources retrieves all appstream.User items from an AWS CloudFormation template
func (*Template) GetAllAppSyncApiCacheResources ¶
GetAllAppSyncApiCacheResources retrieves all appsync.ApiCache items from an AWS CloudFormation template
func (*Template) GetAllAppSyncApiKeyResources ¶
GetAllAppSyncApiKeyResources retrieves all appsync.ApiKey items from an AWS CloudFormation template
func (*Template) GetAllAppSyncDataSourceResources ¶
func (t *Template) GetAllAppSyncDataSourceResources() map[string]*appsync.DataSource
GetAllAppSyncDataSourceResources retrieves all appsync.DataSource items from an AWS CloudFormation template
func (*Template) GetAllAppSyncFunctionConfigurationResources ¶
func (t *Template) GetAllAppSyncFunctionConfigurationResources() map[string]*appsync.FunctionConfiguration
GetAllAppSyncFunctionConfigurationResources retrieves all appsync.FunctionConfiguration items from an AWS CloudFormation template
func (*Template) GetAllAppSyncGraphQLApiResources ¶
func (t *Template) GetAllAppSyncGraphQLApiResources() map[string]*appsync.GraphQLApi
GetAllAppSyncGraphQLApiResources retrieves all appsync.GraphQLApi items from an AWS CloudFormation template
func (*Template) GetAllAppSyncGraphQLSchemaResources ¶
func (t *Template) GetAllAppSyncGraphQLSchemaResources() map[string]*appsync.GraphQLSchema
GetAllAppSyncGraphQLSchemaResources retrieves all appsync.GraphQLSchema items from an AWS CloudFormation template
func (*Template) GetAllAppSyncResolverResources ¶
GetAllAppSyncResolverResources retrieves all appsync.Resolver items from an AWS CloudFormation template
func (*Template) GetAllApplicationAutoScalingScalableTargetResources ¶
func (t *Template) GetAllApplicationAutoScalingScalableTargetResources() map[string]*applicationautoscaling.ScalableTarget
GetAllApplicationAutoScalingScalableTargetResources retrieves all applicationautoscaling.ScalableTarget items from an AWS CloudFormation template
func (*Template) GetAllApplicationAutoScalingScalingPolicyResources ¶
func (t *Template) GetAllApplicationAutoScalingScalingPolicyResources() map[string]*applicationautoscaling.ScalingPolicy
GetAllApplicationAutoScalingScalingPolicyResources retrieves all applicationautoscaling.ScalingPolicy items from an AWS CloudFormation template
func (*Template) GetAllApplicationInsightsApplicationResources ¶
func (t *Template) GetAllApplicationInsightsApplicationResources() map[string]*applicationinsights.Application
GetAllApplicationInsightsApplicationResources retrieves all applicationinsights.Application items from an AWS CloudFormation template
func (*Template) GetAllAthenaDataCatalogResources ¶
func (t *Template) GetAllAthenaDataCatalogResources() map[string]*athena.DataCatalog
GetAllAthenaDataCatalogResources retrieves all athena.DataCatalog items from an AWS CloudFormation template
func (*Template) GetAllAthenaNamedQueryResources ¶
func (t *Template) GetAllAthenaNamedQueryResources() map[string]*athena.NamedQuery
GetAllAthenaNamedQueryResources retrieves all athena.NamedQuery items from an AWS CloudFormation template
func (*Template) GetAllAthenaPreparedStatementResources ¶
func (t *Template) GetAllAthenaPreparedStatementResources() map[string]*athena.PreparedStatement
GetAllAthenaPreparedStatementResources retrieves all athena.PreparedStatement items from an AWS CloudFormation template
func (*Template) GetAllAthenaWorkGroupResources ¶
GetAllAthenaWorkGroupResources retrieves all athena.WorkGroup items from an AWS CloudFormation template
func (*Template) GetAllAuditManagerAssessmentResources ¶
func (t *Template) GetAllAuditManagerAssessmentResources() map[string]*auditmanager.Assessment
GetAllAuditManagerAssessmentResources retrieves all auditmanager.Assessment items from an AWS CloudFormation template
func (*Template) GetAllAutoScalingAutoScalingGroupResources ¶
func (t *Template) GetAllAutoScalingAutoScalingGroupResources() map[string]*autoscaling.AutoScalingGroup
GetAllAutoScalingAutoScalingGroupResources retrieves all autoscaling.AutoScalingGroup items from an AWS CloudFormation template
func (*Template) GetAllAutoScalingLaunchConfigurationResources ¶
func (t *Template) GetAllAutoScalingLaunchConfigurationResources() map[string]*autoscaling.LaunchConfiguration
GetAllAutoScalingLaunchConfigurationResources retrieves all autoscaling.LaunchConfiguration items from an AWS CloudFormation template
func (*Template) GetAllAutoScalingLifecycleHookResources ¶
func (t *Template) GetAllAutoScalingLifecycleHookResources() map[string]*autoscaling.LifecycleHook
GetAllAutoScalingLifecycleHookResources retrieves all autoscaling.LifecycleHook items from an AWS CloudFormation template
func (*Template) GetAllAutoScalingPlansScalingPlanResources ¶
func (t *Template) GetAllAutoScalingPlansScalingPlanResources() map[string]*autoscalingplans.ScalingPlan
GetAllAutoScalingPlansScalingPlanResources retrieves all autoscalingplans.ScalingPlan items from an AWS CloudFormation template
func (*Template) GetAllAutoScalingScalingPolicyResources ¶
func (t *Template) GetAllAutoScalingScalingPolicyResources() map[string]*autoscaling.ScalingPolicy
GetAllAutoScalingScalingPolicyResources retrieves all autoscaling.ScalingPolicy items from an AWS CloudFormation template
func (*Template) GetAllAutoScalingScheduledActionResources ¶
func (t *Template) GetAllAutoScalingScheduledActionResources() map[string]*autoscaling.ScheduledAction
GetAllAutoScalingScheduledActionResources retrieves all autoscaling.ScheduledAction items from an AWS CloudFormation template
func (*Template) GetAllAutoScalingWarmPoolResources ¶
func (t *Template) GetAllAutoScalingWarmPoolResources() map[string]*autoscaling.WarmPool
GetAllAutoScalingWarmPoolResources retrieves all autoscaling.WarmPool items from an AWS CloudFormation template
func (*Template) GetAllBackupBackupPlanResources ¶
func (t *Template) GetAllBackupBackupPlanResources() map[string]*backup.BackupPlan
GetAllBackupBackupPlanResources retrieves all backup.BackupPlan items from an AWS CloudFormation template
func (*Template) GetAllBackupBackupSelectionResources ¶
func (t *Template) GetAllBackupBackupSelectionResources() map[string]*backup.BackupSelection
GetAllBackupBackupSelectionResources retrieves all backup.BackupSelection items from an AWS CloudFormation template
func (*Template) GetAllBackupBackupVaultResources ¶
func (t *Template) GetAllBackupBackupVaultResources() map[string]*backup.BackupVault
GetAllBackupBackupVaultResources retrieves all backup.BackupVault items from an AWS CloudFormation template
func (*Template) GetAllBackupFrameworkResources ¶
GetAllBackupFrameworkResources retrieves all backup.Framework items from an AWS CloudFormation template
func (*Template) GetAllBackupReportPlanResources ¶
func (t *Template) GetAllBackupReportPlanResources() map[string]*backup.ReportPlan
GetAllBackupReportPlanResources retrieves all backup.ReportPlan items from an AWS CloudFormation template
func (*Template) GetAllBatchComputeEnvironmentResources ¶
func (t *Template) GetAllBatchComputeEnvironmentResources() map[string]*batch.ComputeEnvironment
GetAllBatchComputeEnvironmentResources retrieves all batch.ComputeEnvironment items from an AWS CloudFormation template
func (*Template) GetAllBatchJobDefinitionResources ¶
func (t *Template) GetAllBatchJobDefinitionResources() map[string]*batch.JobDefinition
GetAllBatchJobDefinitionResources retrieves all batch.JobDefinition items from an AWS CloudFormation template
func (*Template) GetAllBatchJobQueueResources ¶
GetAllBatchJobQueueResources retrieves all batch.JobQueue items from an AWS CloudFormation template
func (*Template) GetAllBatchSchedulingPolicyResources ¶
func (t *Template) GetAllBatchSchedulingPolicyResources() map[string]*batch.SchedulingPolicy
GetAllBatchSchedulingPolicyResources retrieves all batch.SchedulingPolicy items from an AWS CloudFormation template
func (*Template) GetAllBudgetsBudgetResources ¶
GetAllBudgetsBudgetResources retrieves all budgets.Budget items from an AWS CloudFormation template
func (*Template) GetAllBudgetsBudgetsActionResources ¶
func (t *Template) GetAllBudgetsBudgetsActionResources() map[string]*budgets.BudgetsAction
GetAllBudgetsBudgetsActionResources retrieves all budgets.BudgetsAction items from an AWS CloudFormation template
func (*Template) GetAllCEAnomalyMonitorResources ¶
func (t *Template) GetAllCEAnomalyMonitorResources() map[string]*ce.AnomalyMonitor
GetAllCEAnomalyMonitorResources retrieves all ce.AnomalyMonitor items from an AWS CloudFormation template
func (*Template) GetAllCEAnomalySubscriptionResources ¶
func (t *Template) GetAllCEAnomalySubscriptionResources() map[string]*ce.AnomalySubscription
GetAllCEAnomalySubscriptionResources retrieves all ce.AnomalySubscription items from an AWS CloudFormation template
func (*Template) GetAllCECostCategoryResources ¶
func (t *Template) GetAllCECostCategoryResources() map[string]*ce.CostCategory
GetAllCECostCategoryResources retrieves all ce.CostCategory items from an AWS CloudFormation template
func (*Template) GetAllCURReportDefinitionResources ¶
func (t *Template) GetAllCURReportDefinitionResources() map[string]*cur.ReportDefinition
GetAllCURReportDefinitionResources retrieves all cur.ReportDefinition items from an AWS CloudFormation template
func (*Template) GetAllCassandraKeyspaceResources ¶
GetAllCassandraKeyspaceResources retrieves all cassandra.Keyspace items from an AWS CloudFormation template
func (*Template) GetAllCassandraTableResources ¶
GetAllCassandraTableResources retrieves all cassandra.Table items from an AWS CloudFormation template
func (*Template) GetAllCertificateManagerAccountResources ¶
func (t *Template) GetAllCertificateManagerAccountResources() map[string]*certificatemanager.Account
GetAllCertificateManagerAccountResources retrieves all certificatemanager.Account items from an AWS CloudFormation template
func (*Template) GetAllCertificateManagerCertificateResources ¶
func (t *Template) GetAllCertificateManagerCertificateResources() map[string]*certificatemanager.Certificate
GetAllCertificateManagerCertificateResources retrieves all certificatemanager.Certificate items from an AWS CloudFormation template
func (*Template) GetAllChatbotSlackChannelConfigurationResources ¶
func (t *Template) GetAllChatbotSlackChannelConfigurationResources() map[string]*chatbot.SlackChannelConfiguration
GetAllChatbotSlackChannelConfigurationResources retrieves all chatbot.SlackChannelConfiguration items from an AWS CloudFormation template
func (*Template) GetAllCloud9EnvironmentEC2Resources ¶
func (t *Template) GetAllCloud9EnvironmentEC2Resources() map[string]*cloud9.EnvironmentEC2
GetAllCloud9EnvironmentEC2Resources retrieves all cloud9.EnvironmentEC2 items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationCustomResourceResources ¶
func (t *Template) GetAllCloudFormationCustomResourceResources() map[string]*cloudformation.CustomResource
GetAllCloudFormationCustomResourceResources retrieves all cloudformation.CustomResource items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationMacroResources ¶
func (t *Template) GetAllCloudFormationMacroResources() map[string]*cloudformation.Macro
GetAllCloudFormationMacroResources retrieves all cloudformation.Macro items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationModuleDefaultVersionResources ¶
func (t *Template) GetAllCloudFormationModuleDefaultVersionResources() map[string]*cloudformation.ModuleDefaultVersion
GetAllCloudFormationModuleDefaultVersionResources retrieves all cloudformation.ModuleDefaultVersion items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationModuleVersionResources ¶
func (t *Template) GetAllCloudFormationModuleVersionResources() map[string]*cloudformation.ModuleVersion
GetAllCloudFormationModuleVersionResources retrieves all cloudformation.ModuleVersion items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationPublicTypeVersionResources ¶
func (t *Template) GetAllCloudFormationPublicTypeVersionResources() map[string]*cloudformation.PublicTypeVersion
GetAllCloudFormationPublicTypeVersionResources retrieves all cloudformation.PublicTypeVersion items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationPublisherResources ¶
func (t *Template) GetAllCloudFormationPublisherResources() map[string]*cloudformation.Publisher
GetAllCloudFormationPublisherResources retrieves all cloudformation.Publisher items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationResourceDefaultVersionResources ¶
func (t *Template) GetAllCloudFormationResourceDefaultVersionResources() map[string]*cloudformation.ResourceDefaultVersion
GetAllCloudFormationResourceDefaultVersionResources retrieves all cloudformation.ResourceDefaultVersion items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationResourceVersionResources ¶
func (t *Template) GetAllCloudFormationResourceVersionResources() map[string]*cloudformation.ResourceVersion
GetAllCloudFormationResourceVersionResources retrieves all cloudformation.ResourceVersion items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationStackResources ¶
func (t *Template) GetAllCloudFormationStackResources() map[string]*cloudformation.Stack
GetAllCloudFormationStackResources retrieves all cloudformation.Stack items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationStackSetResources ¶
func (t *Template) GetAllCloudFormationStackSetResources() map[string]*cloudformation.StackSet
GetAllCloudFormationStackSetResources retrieves all cloudformation.StackSet items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationTypeActivationResources ¶
func (t *Template) GetAllCloudFormationTypeActivationResources() map[string]*cloudformation.TypeActivation
GetAllCloudFormationTypeActivationResources retrieves all cloudformation.TypeActivation items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationWaitConditionHandleResources ¶
func (t *Template) GetAllCloudFormationWaitConditionHandleResources() map[string]*cloudformation.WaitConditionHandle
GetAllCloudFormationWaitConditionHandleResources retrieves all cloudformation.WaitConditionHandle items from an AWS CloudFormation template
func (*Template) GetAllCloudFormationWaitConditionResources ¶
func (t *Template) GetAllCloudFormationWaitConditionResources() map[string]*cloudformation.WaitCondition
GetAllCloudFormationWaitConditionResources retrieves all cloudformation.WaitCondition items from an AWS CloudFormation template
func (*Template) GetAllCloudFrontCachePolicyResources ¶
func (t *Template) GetAllCloudFrontCachePolicyResources() map[string]*cloudfront.CachePolicy
GetAllCloudFrontCachePolicyResources retrieves all cloudfront.CachePolicy items from an AWS CloudFormation template
func (*Template) GetAllCloudFrontCloudFrontOriginAccessIdentityResources ¶
func (t *Template) GetAllCloudFrontCloudFrontOriginAccessIdentityResources() map[string]*cloudfront.CloudFrontOriginAccessIdentity
GetAllCloudFrontCloudFrontOriginAccessIdentityResources retrieves all cloudfront.CloudFrontOriginAccessIdentity items from an AWS CloudFormation template
func (*Template) GetAllCloudFrontDistributionResources ¶
func (t *Template) GetAllCloudFrontDistributionResources() map[string]*cloudfront.Distribution
GetAllCloudFrontDistributionResources retrieves all cloudfront.Distribution items from an AWS CloudFormation template
func (*Template) GetAllCloudFrontFunctionResources ¶
func (t *Template) GetAllCloudFrontFunctionResources() map[string]*cloudfront.Function
GetAllCloudFrontFunctionResources retrieves all cloudfront.Function items from an AWS CloudFormation template
func (*Template) GetAllCloudFrontKeyGroupResources ¶
func (t *Template) GetAllCloudFrontKeyGroupResources() map[string]*cloudfront.KeyGroup
GetAllCloudFrontKeyGroupResources retrieves all cloudfront.KeyGroup items from an AWS CloudFormation template
func (*Template) GetAllCloudFrontOriginRequestPolicyResources ¶
func (t *Template) GetAllCloudFrontOriginRequestPolicyResources() map[string]*cloudfront.OriginRequestPolicy
GetAllCloudFrontOriginRequestPolicyResources retrieves all cloudfront.OriginRequestPolicy items from an AWS CloudFormation template
func (*Template) GetAllCloudFrontPublicKeyResources ¶
func (t *Template) GetAllCloudFrontPublicKeyResources() map[string]*cloudfront.PublicKey
GetAllCloudFrontPublicKeyResources retrieves all cloudfront.PublicKey items from an AWS CloudFormation template
func (*Template) GetAllCloudFrontRealtimeLogConfigResources ¶
func (t *Template) GetAllCloudFrontRealtimeLogConfigResources() map[string]*cloudfront.RealtimeLogConfig
GetAllCloudFrontRealtimeLogConfigResources retrieves all cloudfront.RealtimeLogConfig items from an AWS CloudFormation template
func (*Template) GetAllCloudFrontResponseHeadersPolicyResources ¶
func (t *Template) GetAllCloudFrontResponseHeadersPolicyResources() map[string]*cloudfront.ResponseHeadersPolicy
GetAllCloudFrontResponseHeadersPolicyResources retrieves all cloudfront.ResponseHeadersPolicy items from an AWS CloudFormation template
func (*Template) GetAllCloudFrontStreamingDistributionResources ¶
func (t *Template) GetAllCloudFrontStreamingDistributionResources() map[string]*cloudfront.StreamingDistribution
GetAllCloudFrontStreamingDistributionResources retrieves all cloudfront.StreamingDistribution items from an AWS CloudFormation template
func (*Template) GetAllCloudTrailTrailResources ¶
func (t *Template) GetAllCloudTrailTrailResources() map[string]*cloudtrail.Trail
GetAllCloudTrailTrailResources retrieves all cloudtrail.Trail items from an AWS CloudFormation template
func (*Template) GetAllCloudWatchAlarmResources ¶
func (t *Template) GetAllCloudWatchAlarmResources() map[string]*cloudwatch.Alarm
GetAllCloudWatchAlarmResources retrieves all cloudwatch.Alarm items from an AWS CloudFormation template
func (*Template) GetAllCloudWatchAnomalyDetectorResources ¶
func (t *Template) GetAllCloudWatchAnomalyDetectorResources() map[string]*cloudwatch.AnomalyDetector
GetAllCloudWatchAnomalyDetectorResources retrieves all cloudwatch.AnomalyDetector items from an AWS CloudFormation template
func (*Template) GetAllCloudWatchCompositeAlarmResources ¶
func (t *Template) GetAllCloudWatchCompositeAlarmResources() map[string]*cloudwatch.CompositeAlarm
GetAllCloudWatchCompositeAlarmResources retrieves all cloudwatch.CompositeAlarm items from an AWS CloudFormation template
func (*Template) GetAllCloudWatchDashboardResources ¶
func (t *Template) GetAllCloudWatchDashboardResources() map[string]*cloudwatch.Dashboard
GetAllCloudWatchDashboardResources retrieves all cloudwatch.Dashboard items from an AWS CloudFormation template
func (*Template) GetAllCloudWatchInsightRuleResources ¶
func (t *Template) GetAllCloudWatchInsightRuleResources() map[string]*cloudwatch.InsightRule
GetAllCloudWatchInsightRuleResources retrieves all cloudwatch.InsightRule items from an AWS CloudFormation template
func (*Template) GetAllCloudWatchMetricStreamResources ¶
func (t *Template) GetAllCloudWatchMetricStreamResources() map[string]*cloudwatch.MetricStream
GetAllCloudWatchMetricStreamResources retrieves all cloudwatch.MetricStream items from an AWS CloudFormation template
func (*Template) GetAllCodeArtifactDomainResources ¶
func (t *Template) GetAllCodeArtifactDomainResources() map[string]*codeartifact.Domain
GetAllCodeArtifactDomainResources retrieves all codeartifact.Domain items from an AWS CloudFormation template
func (*Template) GetAllCodeArtifactRepositoryResources ¶
func (t *Template) GetAllCodeArtifactRepositoryResources() map[string]*codeartifact.Repository
GetAllCodeArtifactRepositoryResources retrieves all codeartifact.Repository items from an AWS CloudFormation template
func (*Template) GetAllCodeBuildProjectResources ¶
GetAllCodeBuildProjectResources retrieves all codebuild.Project items from an AWS CloudFormation template
func (*Template) GetAllCodeBuildReportGroupResources ¶
func (t *Template) GetAllCodeBuildReportGroupResources() map[string]*codebuild.ReportGroup
GetAllCodeBuildReportGroupResources retrieves all codebuild.ReportGroup items from an AWS CloudFormation template
func (*Template) GetAllCodeBuildSourceCredentialResources ¶
func (t *Template) GetAllCodeBuildSourceCredentialResources() map[string]*codebuild.SourceCredential
GetAllCodeBuildSourceCredentialResources retrieves all codebuild.SourceCredential items from an AWS CloudFormation template
func (*Template) GetAllCodeCommitRepositoryResources ¶
func (t *Template) GetAllCodeCommitRepositoryResources() map[string]*codecommit.Repository
GetAllCodeCommitRepositoryResources retrieves all codecommit.Repository items from an AWS CloudFormation template
func (*Template) GetAllCodeDeployApplicationResources ¶
func (t *Template) GetAllCodeDeployApplicationResources() map[string]*codedeploy.Application
GetAllCodeDeployApplicationResources retrieves all codedeploy.Application items from an AWS CloudFormation template
func (*Template) GetAllCodeDeployDeploymentConfigResources ¶
func (t *Template) GetAllCodeDeployDeploymentConfigResources() map[string]*codedeploy.DeploymentConfig
GetAllCodeDeployDeploymentConfigResources retrieves all codedeploy.DeploymentConfig items from an AWS CloudFormation template
func (*Template) GetAllCodeDeployDeploymentGroupResources ¶
func (t *Template) GetAllCodeDeployDeploymentGroupResources() map[string]*codedeploy.DeploymentGroup
GetAllCodeDeployDeploymentGroupResources retrieves all codedeploy.DeploymentGroup items from an AWS CloudFormation template
func (*Template) GetAllCodeGuruProfilerProfilingGroupResources ¶
func (t *Template) GetAllCodeGuruProfilerProfilingGroupResources() map[string]*codeguruprofiler.ProfilingGroup
GetAllCodeGuruProfilerProfilingGroupResources retrieves all codeguruprofiler.ProfilingGroup items from an AWS CloudFormation template
func (*Template) GetAllCodeGuruReviewerRepositoryAssociationResources ¶
func (t *Template) GetAllCodeGuruReviewerRepositoryAssociationResources() map[string]*codegurureviewer.RepositoryAssociation
GetAllCodeGuruReviewerRepositoryAssociationResources retrieves all codegurureviewer.RepositoryAssociation items from an AWS CloudFormation template
func (*Template) GetAllCodePipelineCustomActionTypeResources ¶
func (t *Template) GetAllCodePipelineCustomActionTypeResources() map[string]*codepipeline.CustomActionType
GetAllCodePipelineCustomActionTypeResources retrieves all codepipeline.CustomActionType items from an AWS CloudFormation template
func (*Template) GetAllCodePipelinePipelineResources ¶
func (t *Template) GetAllCodePipelinePipelineResources() map[string]*codepipeline.Pipeline
GetAllCodePipelinePipelineResources retrieves all codepipeline.Pipeline items from an AWS CloudFormation template
func (*Template) GetAllCodePipelineWebhookResources ¶
func (t *Template) GetAllCodePipelineWebhookResources() map[string]*codepipeline.Webhook
GetAllCodePipelineWebhookResources retrieves all codepipeline.Webhook items from an AWS CloudFormation template
func (*Template) GetAllCodeStarConnectionsConnectionResources ¶
func (t *Template) GetAllCodeStarConnectionsConnectionResources() map[string]*codestarconnections.Connection
GetAllCodeStarConnectionsConnectionResources retrieves all codestarconnections.Connection items from an AWS CloudFormation template
func (*Template) GetAllCodeStarGitHubRepositoryResources ¶
func (t *Template) GetAllCodeStarGitHubRepositoryResources() map[string]*codestar.GitHubRepository
GetAllCodeStarGitHubRepositoryResources retrieves all codestar.GitHubRepository items from an AWS CloudFormation template
func (*Template) GetAllCodeStarNotificationsNotificationRuleResources ¶
func (t *Template) GetAllCodeStarNotificationsNotificationRuleResources() map[string]*codestarnotifications.NotificationRule
GetAllCodeStarNotificationsNotificationRuleResources retrieves all codestarnotifications.NotificationRule items from an AWS CloudFormation template
func (*Template) GetAllCognitoIdentityPoolResources ¶
func (t *Template) GetAllCognitoIdentityPoolResources() map[string]*cognito.IdentityPool
GetAllCognitoIdentityPoolResources retrieves all cognito.IdentityPool items from an AWS CloudFormation template
func (*Template) GetAllCognitoIdentityPoolRoleAttachmentResources ¶
func (t *Template) GetAllCognitoIdentityPoolRoleAttachmentResources() map[string]*cognito.IdentityPoolRoleAttachment
GetAllCognitoIdentityPoolRoleAttachmentResources retrieves all cognito.IdentityPoolRoleAttachment items from an AWS CloudFormation template
func (*Template) GetAllCognitoUserPoolClientResources ¶
func (t *Template) GetAllCognitoUserPoolClientResources() map[string]*cognito.UserPoolClient
GetAllCognitoUserPoolClientResources retrieves all cognito.UserPoolClient items from an AWS CloudFormation template
func (*Template) GetAllCognitoUserPoolDomainResources ¶
func (t *Template) GetAllCognitoUserPoolDomainResources() map[string]*cognito.UserPoolDomain
GetAllCognitoUserPoolDomainResources retrieves all cognito.UserPoolDomain items from an AWS CloudFormation template
func (*Template) GetAllCognitoUserPoolGroupResources ¶
func (t *Template) GetAllCognitoUserPoolGroupResources() map[string]*cognito.UserPoolGroup
GetAllCognitoUserPoolGroupResources retrieves all cognito.UserPoolGroup items from an AWS CloudFormation template
func (*Template) GetAllCognitoUserPoolIdentityProviderResources ¶
func (t *Template) GetAllCognitoUserPoolIdentityProviderResources() map[string]*cognito.UserPoolIdentityProvider
GetAllCognitoUserPoolIdentityProviderResources retrieves all cognito.UserPoolIdentityProvider items from an AWS CloudFormation template
func (*Template) GetAllCognitoUserPoolResourceServerResources ¶
func (t *Template) GetAllCognitoUserPoolResourceServerResources() map[string]*cognito.UserPoolResourceServer
GetAllCognitoUserPoolResourceServerResources retrieves all cognito.UserPoolResourceServer items from an AWS CloudFormation template
func (*Template) GetAllCognitoUserPoolResources ¶
GetAllCognitoUserPoolResources retrieves all cognito.UserPool items from an AWS CloudFormation template
func (*Template) GetAllCognitoUserPoolRiskConfigurationAttachmentResources ¶
func (t *Template) GetAllCognitoUserPoolRiskConfigurationAttachmentResources() map[string]*cognito.UserPoolRiskConfigurationAttachment
GetAllCognitoUserPoolRiskConfigurationAttachmentResources retrieves all cognito.UserPoolRiskConfigurationAttachment items from an AWS CloudFormation template
func (*Template) GetAllCognitoUserPoolUICustomizationAttachmentResources ¶
func (t *Template) GetAllCognitoUserPoolUICustomizationAttachmentResources() map[string]*cognito.UserPoolUICustomizationAttachment
GetAllCognitoUserPoolUICustomizationAttachmentResources retrieves all cognito.UserPoolUICustomizationAttachment items from an AWS CloudFormation template
func (*Template) GetAllCognitoUserPoolUserResources ¶
func (t *Template) GetAllCognitoUserPoolUserResources() map[string]*cognito.UserPoolUser
GetAllCognitoUserPoolUserResources retrieves all cognito.UserPoolUser items from an AWS CloudFormation template
func (*Template) GetAllCognitoUserPoolUserToGroupAttachmentResources ¶
func (t *Template) GetAllCognitoUserPoolUserToGroupAttachmentResources() map[string]*cognito.UserPoolUserToGroupAttachment
GetAllCognitoUserPoolUserToGroupAttachmentResources retrieves all cognito.UserPoolUserToGroupAttachment items from an AWS CloudFormation template
func (*Template) GetAllConfigAggregationAuthorizationResources ¶
func (t *Template) GetAllConfigAggregationAuthorizationResources() map[string]*config.AggregationAuthorization
GetAllConfigAggregationAuthorizationResources retrieves all config.AggregationAuthorization items from an AWS CloudFormation template
func (*Template) GetAllConfigConfigRuleResources ¶
func (t *Template) GetAllConfigConfigRuleResources() map[string]*config.ConfigRule
GetAllConfigConfigRuleResources retrieves all config.ConfigRule items from an AWS CloudFormation template
func (*Template) GetAllConfigConfigurationAggregatorResources ¶
func (t *Template) GetAllConfigConfigurationAggregatorResources() map[string]*config.ConfigurationAggregator
GetAllConfigConfigurationAggregatorResources retrieves all config.ConfigurationAggregator items from an AWS CloudFormation template
func (*Template) GetAllConfigConfigurationRecorderResources ¶
func (t *Template) GetAllConfigConfigurationRecorderResources() map[string]*config.ConfigurationRecorder
GetAllConfigConfigurationRecorderResources retrieves all config.ConfigurationRecorder items from an AWS CloudFormation template
func (*Template) GetAllConfigConformancePackResources ¶
func (t *Template) GetAllConfigConformancePackResources() map[string]*config.ConformancePack
GetAllConfigConformancePackResources retrieves all config.ConformancePack items from an AWS CloudFormation template
func (*Template) GetAllConfigDeliveryChannelResources ¶
func (t *Template) GetAllConfigDeliveryChannelResources() map[string]*config.DeliveryChannel
GetAllConfigDeliveryChannelResources retrieves all config.DeliveryChannel items from an AWS CloudFormation template
func (*Template) GetAllConfigOrganizationConfigRuleResources ¶
func (t *Template) GetAllConfigOrganizationConfigRuleResources() map[string]*config.OrganizationConfigRule
GetAllConfigOrganizationConfigRuleResources retrieves all config.OrganizationConfigRule items from an AWS CloudFormation template
func (*Template) GetAllConfigOrganizationConformancePackResources ¶
func (t *Template) GetAllConfigOrganizationConformancePackResources() map[string]*config.OrganizationConformancePack
GetAllConfigOrganizationConformancePackResources retrieves all config.OrganizationConformancePack items from an AWS CloudFormation template
func (*Template) GetAllConfigRemediationConfigurationResources ¶
func (t *Template) GetAllConfigRemediationConfigurationResources() map[string]*config.RemediationConfiguration
GetAllConfigRemediationConfigurationResources retrieves all config.RemediationConfiguration items from an AWS CloudFormation template
func (*Template) GetAllConfigStoredQueryResources ¶
func (t *Template) GetAllConfigStoredQueryResources() map[string]*config.StoredQuery
GetAllConfigStoredQueryResources retrieves all config.StoredQuery items from an AWS CloudFormation template
func (*Template) GetAllConnectContactFlowModuleResources ¶
func (t *Template) GetAllConnectContactFlowModuleResources() map[string]*connect.ContactFlowModule
GetAllConnectContactFlowModuleResources retrieves all connect.ContactFlowModule items from an AWS CloudFormation template
func (*Template) GetAllConnectContactFlowResources ¶
func (t *Template) GetAllConnectContactFlowResources() map[string]*connect.ContactFlow
GetAllConnectContactFlowResources retrieves all connect.ContactFlow items from an AWS CloudFormation template
func (*Template) GetAllConnectHoursOfOperationResources ¶
func (t *Template) GetAllConnectHoursOfOperationResources() map[string]*connect.HoursOfOperation
GetAllConnectHoursOfOperationResources retrieves all connect.HoursOfOperation items from an AWS CloudFormation template
func (*Template) GetAllConnectQuickConnectResources ¶
func (t *Template) GetAllConnectQuickConnectResources() map[string]*connect.QuickConnect
GetAllConnectQuickConnectResources retrieves all connect.QuickConnect items from an AWS CloudFormation template
func (*Template) GetAllConnectUserHierarchyGroupResources ¶
func (t *Template) GetAllConnectUserHierarchyGroupResources() map[string]*connect.UserHierarchyGroup
GetAllConnectUserHierarchyGroupResources retrieves all connect.UserHierarchyGroup items from an AWS CloudFormation template
func (*Template) GetAllConnectUserResources ¶
GetAllConnectUserResources retrieves all connect.User items from an AWS CloudFormation template
func (*Template) GetAllCustomResources ¶
func (t *Template) GetAllCustomResources() map[string]*CustomResource
GetAllCustomResourceResources retrieves all CustomResource items from an AWS CloudFormation template
func (*Template) GetAllCustomerProfilesDomainResources ¶
func (t *Template) GetAllCustomerProfilesDomainResources() map[string]*customerprofiles.Domain
GetAllCustomerProfilesDomainResources retrieves all customerprofiles.Domain items from an AWS CloudFormation template
func (*Template) GetAllCustomerProfilesIntegrationResources ¶
func (t *Template) GetAllCustomerProfilesIntegrationResources() map[string]*customerprofiles.Integration
GetAllCustomerProfilesIntegrationResources retrieves all customerprofiles.Integration items from an AWS CloudFormation template
func (*Template) GetAllCustomerProfilesObjectTypeResources ¶
func (t *Template) GetAllCustomerProfilesObjectTypeResources() map[string]*customerprofiles.ObjectType
GetAllCustomerProfilesObjectTypeResources retrieves all customerprofiles.ObjectType items from an AWS CloudFormation template
func (*Template) GetAllDAXClusterResources ¶
GetAllDAXClusterResources retrieves all dax.Cluster items from an AWS CloudFormation template
func (*Template) GetAllDAXParameterGroupResources ¶
func (t *Template) GetAllDAXParameterGroupResources() map[string]*dax.ParameterGroup
GetAllDAXParameterGroupResources retrieves all dax.ParameterGroup items from an AWS CloudFormation template
func (*Template) GetAllDAXSubnetGroupResources ¶
func (t *Template) GetAllDAXSubnetGroupResources() map[string]*dax.SubnetGroup
GetAllDAXSubnetGroupResources retrieves all dax.SubnetGroup items from an AWS CloudFormation template
func (*Template) GetAllDLMLifecyclePolicyResources ¶
func (t *Template) GetAllDLMLifecyclePolicyResources() map[string]*dlm.LifecyclePolicy
GetAllDLMLifecyclePolicyResources retrieves all dlm.LifecyclePolicy items from an AWS CloudFormation template
func (*Template) GetAllDMSCertificateResources ¶
func (t *Template) GetAllDMSCertificateResources() map[string]*dms.Certificate
GetAllDMSCertificateResources retrieves all dms.Certificate items from an AWS CloudFormation template
func (*Template) GetAllDMSEndpointResources ¶
GetAllDMSEndpointResources retrieves all dms.Endpoint items from an AWS CloudFormation template
func (*Template) GetAllDMSEventSubscriptionResources ¶
func (t *Template) GetAllDMSEventSubscriptionResources() map[string]*dms.EventSubscription
GetAllDMSEventSubscriptionResources retrieves all dms.EventSubscription items from an AWS CloudFormation template
func (*Template) GetAllDMSReplicationInstanceResources ¶
func (t *Template) GetAllDMSReplicationInstanceResources() map[string]*dms.ReplicationInstance
GetAllDMSReplicationInstanceResources retrieves all dms.ReplicationInstance items from an AWS CloudFormation template
func (*Template) GetAllDMSReplicationSubnetGroupResources ¶
func (t *Template) GetAllDMSReplicationSubnetGroupResources() map[string]*dms.ReplicationSubnetGroup
GetAllDMSReplicationSubnetGroupResources retrieves all dms.ReplicationSubnetGroup items from an AWS CloudFormation template
func (*Template) GetAllDMSReplicationTaskResources ¶
func (t *Template) GetAllDMSReplicationTaskResources() map[string]*dms.ReplicationTask
GetAllDMSReplicationTaskResources retrieves all dms.ReplicationTask items from an AWS CloudFormation template
func (*Template) GetAllDataBrewDatasetResources ¶
GetAllDataBrewDatasetResources retrieves all databrew.Dataset items from an AWS CloudFormation template
func (*Template) GetAllDataBrewJobResources ¶
GetAllDataBrewJobResources retrieves all databrew.Job items from an AWS CloudFormation template
func (*Template) GetAllDataBrewProjectResources ¶
GetAllDataBrewProjectResources retrieves all databrew.Project items from an AWS CloudFormation template
func (*Template) GetAllDataBrewRecipeResources ¶
GetAllDataBrewRecipeResources retrieves all databrew.Recipe items from an AWS CloudFormation template
func (*Template) GetAllDataBrewRulesetResources ¶
GetAllDataBrewRulesetResources retrieves all databrew.Ruleset items from an AWS CloudFormation template
func (*Template) GetAllDataBrewScheduleResources ¶
GetAllDataBrewScheduleResources retrieves all databrew.Schedule items from an AWS CloudFormation template
func (*Template) GetAllDataPipelinePipelineResources ¶
func (t *Template) GetAllDataPipelinePipelineResources() map[string]*datapipeline.Pipeline
GetAllDataPipelinePipelineResources retrieves all datapipeline.Pipeline items from an AWS CloudFormation template
func (*Template) GetAllDataSyncAgentResources ¶
GetAllDataSyncAgentResources retrieves all datasync.Agent items from an AWS CloudFormation template
func (*Template) GetAllDataSyncLocationEFSResources ¶
func (t *Template) GetAllDataSyncLocationEFSResources() map[string]*datasync.LocationEFS
GetAllDataSyncLocationEFSResources retrieves all datasync.LocationEFS items from an AWS CloudFormation template
func (*Template) GetAllDataSyncLocationFSxWindowsResources ¶
func (t *Template) GetAllDataSyncLocationFSxWindowsResources() map[string]*datasync.LocationFSxWindows
GetAllDataSyncLocationFSxWindowsResources retrieves all datasync.LocationFSxWindows items from an AWS CloudFormation template
func (*Template) GetAllDataSyncLocationHDFSResources ¶
func (t *Template) GetAllDataSyncLocationHDFSResources() map[string]*datasync.LocationHDFS
GetAllDataSyncLocationHDFSResources retrieves all datasync.LocationHDFS items from an AWS CloudFormation template
func (*Template) GetAllDataSyncLocationNFSResources ¶
func (t *Template) GetAllDataSyncLocationNFSResources() map[string]*datasync.LocationNFS
GetAllDataSyncLocationNFSResources retrieves all datasync.LocationNFS items from an AWS CloudFormation template
func (*Template) GetAllDataSyncLocationObjectStorageResources ¶
func (t *Template) GetAllDataSyncLocationObjectStorageResources() map[string]*datasync.LocationObjectStorage
GetAllDataSyncLocationObjectStorageResources retrieves all datasync.LocationObjectStorage items from an AWS CloudFormation template
func (*Template) GetAllDataSyncLocationS3Resources ¶
func (t *Template) GetAllDataSyncLocationS3Resources() map[string]*datasync.LocationS3
GetAllDataSyncLocationS3Resources retrieves all datasync.LocationS3 items from an AWS CloudFormation template
func (*Template) GetAllDataSyncLocationSMBResources ¶
func (t *Template) GetAllDataSyncLocationSMBResources() map[string]*datasync.LocationSMB
GetAllDataSyncLocationSMBResources retrieves all datasync.LocationSMB items from an AWS CloudFormation template
func (*Template) GetAllDataSyncTaskResources ¶
GetAllDataSyncTaskResources retrieves all datasync.Task items from an AWS CloudFormation template
func (*Template) GetAllDetectiveGraphResources ¶
GetAllDetectiveGraphResources retrieves all detective.Graph items from an AWS CloudFormation template
func (*Template) GetAllDetectiveMemberInvitationResources ¶
func (t *Template) GetAllDetectiveMemberInvitationResources() map[string]*detective.MemberInvitation
GetAllDetectiveMemberInvitationResources retrieves all detective.MemberInvitation items from an AWS CloudFormation template
func (*Template) GetAllDevOpsGuruNotificationChannelResources ¶
func (t *Template) GetAllDevOpsGuruNotificationChannelResources() map[string]*devopsguru.NotificationChannel
GetAllDevOpsGuruNotificationChannelResources retrieves all devopsguru.NotificationChannel items from an AWS CloudFormation template
func (*Template) GetAllDevOpsGuruResourceCollectionResources ¶
func (t *Template) GetAllDevOpsGuruResourceCollectionResources() map[string]*devopsguru.ResourceCollection
GetAllDevOpsGuruResourceCollectionResources retrieves all devopsguru.ResourceCollection items from an AWS CloudFormation template
func (*Template) GetAllDirectoryServiceMicrosoftADResources ¶
func (t *Template) GetAllDirectoryServiceMicrosoftADResources() map[string]*directoryservice.MicrosoftAD
GetAllDirectoryServiceMicrosoftADResources retrieves all directoryservice.MicrosoftAD items from an AWS CloudFormation template
func (*Template) GetAllDirectoryServiceSimpleADResources ¶
func (t *Template) GetAllDirectoryServiceSimpleADResources() map[string]*directoryservice.SimpleAD
GetAllDirectoryServiceSimpleADResources retrieves all directoryservice.SimpleAD items from an AWS CloudFormation template
func (*Template) GetAllDocDBDBClusterParameterGroupResources ¶
func (t *Template) GetAllDocDBDBClusterParameterGroupResources() map[string]*docdb.DBClusterParameterGroup
GetAllDocDBDBClusterParameterGroupResources retrieves all docdb.DBClusterParameterGroup items from an AWS CloudFormation template
func (*Template) GetAllDocDBDBClusterResources ¶
GetAllDocDBDBClusterResources retrieves all docdb.DBCluster items from an AWS CloudFormation template
func (*Template) GetAllDocDBDBInstanceResources ¶
func (t *Template) GetAllDocDBDBInstanceResources() map[string]*docdb.DBInstance
GetAllDocDBDBInstanceResources retrieves all docdb.DBInstance items from an AWS CloudFormation template
func (*Template) GetAllDocDBDBSubnetGroupResources ¶
func (t *Template) GetAllDocDBDBSubnetGroupResources() map[string]*docdb.DBSubnetGroup
GetAllDocDBDBSubnetGroupResources retrieves all docdb.DBSubnetGroup items from an AWS CloudFormation template
func (*Template) GetAllDynamoDBGlobalTableResources ¶
func (t *Template) GetAllDynamoDBGlobalTableResources() map[string]*dynamodb.GlobalTable
GetAllDynamoDBGlobalTableResources retrieves all dynamodb.GlobalTable items from an AWS CloudFormation template
func (*Template) GetAllDynamoDBTableResources ¶
GetAllDynamoDBTableResources retrieves all dynamodb.Table items from an AWS CloudFormation template
func (*Template) GetAllEC2CapacityReservationFleetResources ¶
func (t *Template) GetAllEC2CapacityReservationFleetResources() map[string]*ec2.CapacityReservationFleet
GetAllEC2CapacityReservationFleetResources retrieves all ec2.CapacityReservationFleet items from an AWS CloudFormation template
func (*Template) GetAllEC2CapacityReservationResources ¶
func (t *Template) GetAllEC2CapacityReservationResources() map[string]*ec2.CapacityReservation
GetAllEC2CapacityReservationResources retrieves all ec2.CapacityReservation items from an AWS CloudFormation template
func (*Template) GetAllEC2CarrierGatewayResources ¶
func (t *Template) GetAllEC2CarrierGatewayResources() map[string]*ec2.CarrierGateway
GetAllEC2CarrierGatewayResources retrieves all ec2.CarrierGateway items from an AWS CloudFormation template
func (*Template) GetAllEC2ClientVpnAuthorizationRuleResources ¶
func (t *Template) GetAllEC2ClientVpnAuthorizationRuleResources() map[string]*ec2.ClientVpnAuthorizationRule
GetAllEC2ClientVpnAuthorizationRuleResources retrieves all ec2.ClientVpnAuthorizationRule items from an AWS CloudFormation template
func (*Template) GetAllEC2ClientVpnEndpointResources ¶
func (t *Template) GetAllEC2ClientVpnEndpointResources() map[string]*ec2.ClientVpnEndpoint
GetAllEC2ClientVpnEndpointResources retrieves all ec2.ClientVpnEndpoint items from an AWS CloudFormation template
func (*Template) GetAllEC2ClientVpnRouteResources ¶
func (t *Template) GetAllEC2ClientVpnRouteResources() map[string]*ec2.ClientVpnRoute
GetAllEC2ClientVpnRouteResources retrieves all ec2.ClientVpnRoute items from an AWS CloudFormation template
func (*Template) GetAllEC2ClientVpnTargetNetworkAssociationResources ¶
func (t *Template) GetAllEC2ClientVpnTargetNetworkAssociationResources() map[string]*ec2.ClientVpnTargetNetworkAssociation
GetAllEC2ClientVpnTargetNetworkAssociationResources retrieves all ec2.ClientVpnTargetNetworkAssociation items from an AWS CloudFormation template
func (*Template) GetAllEC2CustomerGatewayResources ¶
func (t *Template) GetAllEC2CustomerGatewayResources() map[string]*ec2.CustomerGateway
GetAllEC2CustomerGatewayResources retrieves all ec2.CustomerGateway items from an AWS CloudFormation template
func (*Template) GetAllEC2DHCPOptionsResources ¶
func (t *Template) GetAllEC2DHCPOptionsResources() map[string]*ec2.DHCPOptions
GetAllEC2DHCPOptionsResources retrieves all ec2.DHCPOptions items from an AWS CloudFormation template
func (*Template) GetAllEC2EC2FleetResources ¶
GetAllEC2EC2FleetResources retrieves all ec2.EC2Fleet items from an AWS CloudFormation template
func (*Template) GetAllEC2EIPAssociationResources ¶
func (t *Template) GetAllEC2EIPAssociationResources() map[string]*ec2.EIPAssociation
GetAllEC2EIPAssociationResources retrieves all ec2.EIPAssociation items from an AWS CloudFormation template
func (*Template) GetAllEC2EIPResources ¶
GetAllEC2EIPResources retrieves all ec2.EIP items from an AWS CloudFormation template
func (*Template) GetAllEC2EgressOnlyInternetGatewayResources ¶
func (t *Template) GetAllEC2EgressOnlyInternetGatewayResources() map[string]*ec2.EgressOnlyInternetGateway
GetAllEC2EgressOnlyInternetGatewayResources retrieves all ec2.EgressOnlyInternetGateway items from an AWS CloudFormation template
func (*Template) GetAllEC2EnclaveCertificateIamRoleAssociationResources ¶
func (t *Template) GetAllEC2EnclaveCertificateIamRoleAssociationResources() map[string]*ec2.EnclaveCertificateIamRoleAssociation
GetAllEC2EnclaveCertificateIamRoleAssociationResources retrieves all ec2.EnclaveCertificateIamRoleAssociation items from an AWS CloudFormation template
func (*Template) GetAllEC2FlowLogResources ¶
GetAllEC2FlowLogResources retrieves all ec2.FlowLog items from an AWS CloudFormation template
func (*Template) GetAllEC2GatewayRouteTableAssociationResources ¶
func (t *Template) GetAllEC2GatewayRouteTableAssociationResources() map[string]*ec2.GatewayRouteTableAssociation
GetAllEC2GatewayRouteTableAssociationResources retrieves all ec2.GatewayRouteTableAssociation items from an AWS CloudFormation template
func (*Template) GetAllEC2HostResources ¶
GetAllEC2HostResources retrieves all ec2.Host items from an AWS CloudFormation template
func (*Template) GetAllEC2IPAMAllocationResources ¶
func (t *Template) GetAllEC2IPAMAllocationResources() map[string]*ec2.IPAMAllocation
GetAllEC2IPAMAllocationResources retrieves all ec2.IPAMAllocation items from an AWS CloudFormation template
func (*Template) GetAllEC2IPAMPoolResources ¶
GetAllEC2IPAMPoolResources retrieves all ec2.IPAMPool items from an AWS CloudFormation template
func (*Template) GetAllEC2IPAMResources ¶
GetAllEC2IPAMResources retrieves all ec2.IPAM items from an AWS CloudFormation template
func (*Template) GetAllEC2IPAMScopeResources ¶
GetAllEC2IPAMScopeResources retrieves all ec2.IPAMScope items from an AWS CloudFormation template
func (*Template) GetAllEC2InstanceResources ¶
GetAllEC2InstanceResources retrieves all ec2.Instance items from an AWS CloudFormation template
func (*Template) GetAllEC2InternetGatewayResources ¶
func (t *Template) GetAllEC2InternetGatewayResources() map[string]*ec2.InternetGateway
GetAllEC2InternetGatewayResources retrieves all ec2.InternetGateway items from an AWS CloudFormation template
func (*Template) GetAllEC2LaunchTemplateResources ¶
func (t *Template) GetAllEC2LaunchTemplateResources() map[string]*ec2.LaunchTemplate
GetAllEC2LaunchTemplateResources retrieves all ec2.LaunchTemplate items from an AWS CloudFormation template
func (*Template) GetAllEC2LocalGatewayRouteResources ¶
func (t *Template) GetAllEC2LocalGatewayRouteResources() map[string]*ec2.LocalGatewayRoute
GetAllEC2LocalGatewayRouteResources retrieves all ec2.LocalGatewayRoute items from an AWS CloudFormation template
func (*Template) GetAllEC2LocalGatewayRouteTableVPCAssociationResources ¶
func (t *Template) GetAllEC2LocalGatewayRouteTableVPCAssociationResources() map[string]*ec2.LocalGatewayRouteTableVPCAssociation
GetAllEC2LocalGatewayRouteTableVPCAssociationResources retrieves all ec2.LocalGatewayRouteTableVPCAssociation items from an AWS CloudFormation template
func (*Template) GetAllEC2NatGatewayResources ¶
func (t *Template) GetAllEC2NatGatewayResources() map[string]*ec2.NatGateway
GetAllEC2NatGatewayResources retrieves all ec2.NatGateway items from an AWS CloudFormation template
func (*Template) GetAllEC2NetworkAclEntryResources ¶
func (t *Template) GetAllEC2NetworkAclEntryResources() map[string]*ec2.NetworkAclEntry
GetAllEC2NetworkAclEntryResources retrieves all ec2.NetworkAclEntry items from an AWS CloudFormation template
func (*Template) GetAllEC2NetworkAclResources ¶
func (t *Template) GetAllEC2NetworkAclResources() map[string]*ec2.NetworkAcl
GetAllEC2NetworkAclResources retrieves all ec2.NetworkAcl items from an AWS CloudFormation template
func (*Template) GetAllEC2NetworkInsightsAnalysisResources ¶
func (t *Template) GetAllEC2NetworkInsightsAnalysisResources() map[string]*ec2.NetworkInsightsAnalysis
GetAllEC2NetworkInsightsAnalysisResources retrieves all ec2.NetworkInsightsAnalysis items from an AWS CloudFormation template
func (*Template) GetAllEC2NetworkInsightsPathResources ¶
func (t *Template) GetAllEC2NetworkInsightsPathResources() map[string]*ec2.NetworkInsightsPath
GetAllEC2NetworkInsightsPathResources retrieves all ec2.NetworkInsightsPath items from an AWS CloudFormation template
func (*Template) GetAllEC2NetworkInterfaceAttachmentResources ¶
func (t *Template) GetAllEC2NetworkInterfaceAttachmentResources() map[string]*ec2.NetworkInterfaceAttachment
GetAllEC2NetworkInterfaceAttachmentResources retrieves all ec2.NetworkInterfaceAttachment items from an AWS CloudFormation template
func (*Template) GetAllEC2NetworkInterfacePermissionResources ¶
func (t *Template) GetAllEC2NetworkInterfacePermissionResources() map[string]*ec2.NetworkInterfacePermission
GetAllEC2NetworkInterfacePermissionResources retrieves all ec2.NetworkInterfacePermission items from an AWS CloudFormation template
func (*Template) GetAllEC2NetworkInterfaceResources ¶
func (t *Template) GetAllEC2NetworkInterfaceResources() map[string]*ec2.NetworkInterface
GetAllEC2NetworkInterfaceResources retrieves all ec2.NetworkInterface items from an AWS CloudFormation template
func (*Template) GetAllEC2PlacementGroupResources ¶
func (t *Template) GetAllEC2PlacementGroupResources() map[string]*ec2.PlacementGroup
GetAllEC2PlacementGroupResources retrieves all ec2.PlacementGroup items from an AWS CloudFormation template
func (*Template) GetAllEC2PrefixListResources ¶
func (t *Template) GetAllEC2PrefixListResources() map[string]*ec2.PrefixList
GetAllEC2PrefixListResources retrieves all ec2.PrefixList items from an AWS CloudFormation template
func (*Template) GetAllEC2RouteResources ¶
GetAllEC2RouteResources retrieves all ec2.Route items from an AWS CloudFormation template
func (*Template) GetAllEC2RouteTableResources ¶
func (t *Template) GetAllEC2RouteTableResources() map[string]*ec2.RouteTable
GetAllEC2RouteTableResources retrieves all ec2.RouteTable items from an AWS CloudFormation template
func (*Template) GetAllEC2SecurityGroupEgressResources ¶
func (t *Template) GetAllEC2SecurityGroupEgressResources() map[string]*ec2.SecurityGroupEgress
GetAllEC2SecurityGroupEgressResources retrieves all ec2.SecurityGroupEgress items from an AWS CloudFormation template
func (*Template) GetAllEC2SecurityGroupIngressResources ¶
func (t *Template) GetAllEC2SecurityGroupIngressResources() map[string]*ec2.SecurityGroupIngress
GetAllEC2SecurityGroupIngressResources retrieves all ec2.SecurityGroupIngress items from an AWS CloudFormation template
func (*Template) GetAllEC2SecurityGroupResources ¶
func (t *Template) GetAllEC2SecurityGroupResources() map[string]*ec2.SecurityGroup
GetAllEC2SecurityGroupResources retrieves all ec2.SecurityGroup items from an AWS CloudFormation template
func (*Template) GetAllEC2SpotFleetResources ¶
GetAllEC2SpotFleetResources retrieves all ec2.SpotFleet items from an AWS CloudFormation template
func (*Template) GetAllEC2SubnetCidrBlockResources ¶
func (t *Template) GetAllEC2SubnetCidrBlockResources() map[string]*ec2.SubnetCidrBlock
GetAllEC2SubnetCidrBlockResources retrieves all ec2.SubnetCidrBlock items from an AWS CloudFormation template
func (*Template) GetAllEC2SubnetNetworkAclAssociationResources ¶
func (t *Template) GetAllEC2SubnetNetworkAclAssociationResources() map[string]*ec2.SubnetNetworkAclAssociation
GetAllEC2SubnetNetworkAclAssociationResources retrieves all ec2.SubnetNetworkAclAssociation items from an AWS CloudFormation template
func (*Template) GetAllEC2SubnetResources ¶
GetAllEC2SubnetResources retrieves all ec2.Subnet items from an AWS CloudFormation template
func (*Template) GetAllEC2SubnetRouteTableAssociationResources ¶
func (t *Template) GetAllEC2SubnetRouteTableAssociationResources() map[string]*ec2.SubnetRouteTableAssociation
GetAllEC2SubnetRouteTableAssociationResources retrieves all ec2.SubnetRouteTableAssociation items from an AWS CloudFormation template
func (*Template) GetAllEC2TrafficMirrorFilterResources ¶
func (t *Template) GetAllEC2TrafficMirrorFilterResources() map[string]*ec2.TrafficMirrorFilter
GetAllEC2TrafficMirrorFilterResources retrieves all ec2.TrafficMirrorFilter items from an AWS CloudFormation template
func (*Template) GetAllEC2TrafficMirrorFilterRuleResources ¶
func (t *Template) GetAllEC2TrafficMirrorFilterRuleResources() map[string]*ec2.TrafficMirrorFilterRule
GetAllEC2TrafficMirrorFilterRuleResources retrieves all ec2.TrafficMirrorFilterRule items from an AWS CloudFormation template
func (*Template) GetAllEC2TrafficMirrorSessionResources ¶
func (t *Template) GetAllEC2TrafficMirrorSessionResources() map[string]*ec2.TrafficMirrorSession
GetAllEC2TrafficMirrorSessionResources retrieves all ec2.TrafficMirrorSession items from an AWS CloudFormation template
func (*Template) GetAllEC2TrafficMirrorTargetResources ¶
func (t *Template) GetAllEC2TrafficMirrorTargetResources() map[string]*ec2.TrafficMirrorTarget
GetAllEC2TrafficMirrorTargetResources retrieves all ec2.TrafficMirrorTarget items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayAttachmentResources ¶
func (t *Template) GetAllEC2TransitGatewayAttachmentResources() map[string]*ec2.TransitGatewayAttachment
GetAllEC2TransitGatewayAttachmentResources retrieves all ec2.TransitGatewayAttachment items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayConnectResources ¶
func (t *Template) GetAllEC2TransitGatewayConnectResources() map[string]*ec2.TransitGatewayConnect
GetAllEC2TransitGatewayConnectResources retrieves all ec2.TransitGatewayConnect items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayMulticastDomainAssociationResources ¶
func (t *Template) GetAllEC2TransitGatewayMulticastDomainAssociationResources() map[string]*ec2.TransitGatewayMulticastDomainAssociation
GetAllEC2TransitGatewayMulticastDomainAssociationResources retrieves all ec2.TransitGatewayMulticastDomainAssociation items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayMulticastDomainResources ¶
func (t *Template) GetAllEC2TransitGatewayMulticastDomainResources() map[string]*ec2.TransitGatewayMulticastDomain
GetAllEC2TransitGatewayMulticastDomainResources retrieves all ec2.TransitGatewayMulticastDomain items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayMulticastGroupMemberResources ¶
func (t *Template) GetAllEC2TransitGatewayMulticastGroupMemberResources() map[string]*ec2.TransitGatewayMulticastGroupMember
GetAllEC2TransitGatewayMulticastGroupMemberResources retrieves all ec2.TransitGatewayMulticastGroupMember items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayMulticastGroupSourceResources ¶
func (t *Template) GetAllEC2TransitGatewayMulticastGroupSourceResources() map[string]*ec2.TransitGatewayMulticastGroupSource
GetAllEC2TransitGatewayMulticastGroupSourceResources retrieves all ec2.TransitGatewayMulticastGroupSource items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayPeeringAttachmentResources ¶
func (t *Template) GetAllEC2TransitGatewayPeeringAttachmentResources() map[string]*ec2.TransitGatewayPeeringAttachment
GetAllEC2TransitGatewayPeeringAttachmentResources retrieves all ec2.TransitGatewayPeeringAttachment items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayResources ¶
func (t *Template) GetAllEC2TransitGatewayResources() map[string]*ec2.TransitGateway
GetAllEC2TransitGatewayResources retrieves all ec2.TransitGateway items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayRouteResources ¶
func (t *Template) GetAllEC2TransitGatewayRouteResources() map[string]*ec2.TransitGatewayRoute
GetAllEC2TransitGatewayRouteResources retrieves all ec2.TransitGatewayRoute items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayRouteTableAssociationResources ¶
func (t *Template) GetAllEC2TransitGatewayRouteTableAssociationResources() map[string]*ec2.TransitGatewayRouteTableAssociation
GetAllEC2TransitGatewayRouteTableAssociationResources retrieves all ec2.TransitGatewayRouteTableAssociation items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayRouteTablePropagationResources ¶
func (t *Template) GetAllEC2TransitGatewayRouteTablePropagationResources() map[string]*ec2.TransitGatewayRouteTablePropagation
GetAllEC2TransitGatewayRouteTablePropagationResources retrieves all ec2.TransitGatewayRouteTablePropagation items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayRouteTableResources ¶
func (t *Template) GetAllEC2TransitGatewayRouteTableResources() map[string]*ec2.TransitGatewayRouteTable
GetAllEC2TransitGatewayRouteTableResources retrieves all ec2.TransitGatewayRouteTable items from an AWS CloudFormation template
func (*Template) GetAllEC2TransitGatewayVpcAttachmentResources ¶
func (t *Template) GetAllEC2TransitGatewayVpcAttachmentResources() map[string]*ec2.TransitGatewayVpcAttachment
GetAllEC2TransitGatewayVpcAttachmentResources retrieves all ec2.TransitGatewayVpcAttachment items from an AWS CloudFormation template
func (*Template) GetAllEC2VPCCidrBlockResources ¶
func (t *Template) GetAllEC2VPCCidrBlockResources() map[string]*ec2.VPCCidrBlock
GetAllEC2VPCCidrBlockResources retrieves all ec2.VPCCidrBlock items from an AWS CloudFormation template
func (*Template) GetAllEC2VPCDHCPOptionsAssociationResources ¶
func (t *Template) GetAllEC2VPCDHCPOptionsAssociationResources() map[string]*ec2.VPCDHCPOptionsAssociation
GetAllEC2VPCDHCPOptionsAssociationResources retrieves all ec2.VPCDHCPOptionsAssociation items from an AWS CloudFormation template
func (*Template) GetAllEC2VPCEndpointConnectionNotificationResources ¶
func (t *Template) GetAllEC2VPCEndpointConnectionNotificationResources() map[string]*ec2.VPCEndpointConnectionNotification
GetAllEC2VPCEndpointConnectionNotificationResources retrieves all ec2.VPCEndpointConnectionNotification items from an AWS CloudFormation template
func (*Template) GetAllEC2VPCEndpointResources ¶
func (t *Template) GetAllEC2VPCEndpointResources() map[string]*ec2.VPCEndpoint
GetAllEC2VPCEndpointResources retrieves all ec2.VPCEndpoint items from an AWS CloudFormation template
func (*Template) GetAllEC2VPCEndpointServicePermissionsResources ¶
func (t *Template) GetAllEC2VPCEndpointServicePermissionsResources() map[string]*ec2.VPCEndpointServicePermissions
GetAllEC2VPCEndpointServicePermissionsResources retrieves all ec2.VPCEndpointServicePermissions items from an AWS CloudFormation template
func (*Template) GetAllEC2VPCEndpointServiceResources ¶
func (t *Template) GetAllEC2VPCEndpointServiceResources() map[string]*ec2.VPCEndpointService
GetAllEC2VPCEndpointServiceResources retrieves all ec2.VPCEndpointService items from an AWS CloudFormation template
func (*Template) GetAllEC2VPCGatewayAttachmentResources ¶
func (t *Template) GetAllEC2VPCGatewayAttachmentResources() map[string]*ec2.VPCGatewayAttachment
GetAllEC2VPCGatewayAttachmentResources retrieves all ec2.VPCGatewayAttachment items from an AWS CloudFormation template
func (*Template) GetAllEC2VPCPeeringConnectionResources ¶
func (t *Template) GetAllEC2VPCPeeringConnectionResources() map[string]*ec2.VPCPeeringConnection
GetAllEC2VPCPeeringConnectionResources retrieves all ec2.VPCPeeringConnection items from an AWS CloudFormation template
func (*Template) GetAllEC2VPCResources ¶
GetAllEC2VPCResources retrieves all ec2.VPC items from an AWS CloudFormation template
func (*Template) GetAllEC2VPNConnectionResources ¶
func (t *Template) GetAllEC2VPNConnectionResources() map[string]*ec2.VPNConnection
GetAllEC2VPNConnectionResources retrieves all ec2.VPNConnection items from an AWS CloudFormation template
func (*Template) GetAllEC2VPNConnectionRouteResources ¶
func (t *Template) GetAllEC2VPNConnectionRouteResources() map[string]*ec2.VPNConnectionRoute
GetAllEC2VPNConnectionRouteResources retrieves all ec2.VPNConnectionRoute items from an AWS CloudFormation template
func (*Template) GetAllEC2VPNGatewayResources ¶
func (t *Template) GetAllEC2VPNGatewayResources() map[string]*ec2.VPNGateway
GetAllEC2VPNGatewayResources retrieves all ec2.VPNGateway items from an AWS CloudFormation template
func (*Template) GetAllEC2VPNGatewayRoutePropagationResources ¶
func (t *Template) GetAllEC2VPNGatewayRoutePropagationResources() map[string]*ec2.VPNGatewayRoutePropagation
GetAllEC2VPNGatewayRoutePropagationResources retrieves all ec2.VPNGatewayRoutePropagation items from an AWS CloudFormation template
func (*Template) GetAllEC2VolumeAttachmentResources ¶
func (t *Template) GetAllEC2VolumeAttachmentResources() map[string]*ec2.VolumeAttachment
GetAllEC2VolumeAttachmentResources retrieves all ec2.VolumeAttachment items from an AWS CloudFormation template
func (*Template) GetAllEC2VolumeResources ¶
GetAllEC2VolumeResources retrieves all ec2.Volume items from an AWS CloudFormation template
func (*Template) GetAllECRPublicRepositoryResources ¶
func (t *Template) GetAllECRPublicRepositoryResources() map[string]*ecr.PublicRepository
GetAllECRPublicRepositoryResources retrieves all ecr.PublicRepository items from an AWS CloudFormation template
func (*Template) GetAllECRRegistryPolicyResources ¶
func (t *Template) GetAllECRRegistryPolicyResources() map[string]*ecr.RegistryPolicy
GetAllECRRegistryPolicyResources retrieves all ecr.RegistryPolicy items from an AWS CloudFormation template
func (*Template) GetAllECRReplicationConfigurationResources ¶
func (t *Template) GetAllECRReplicationConfigurationResources() map[string]*ecr.ReplicationConfiguration
GetAllECRReplicationConfigurationResources retrieves all ecr.ReplicationConfiguration items from an AWS CloudFormation template
func (*Template) GetAllECRRepositoryResources ¶
func (t *Template) GetAllECRRepositoryResources() map[string]*ecr.Repository
GetAllECRRepositoryResources retrieves all ecr.Repository items from an AWS CloudFormation template
func (*Template) GetAllECSCapacityProviderResources ¶
func (t *Template) GetAllECSCapacityProviderResources() map[string]*ecs.CapacityProvider
GetAllECSCapacityProviderResources retrieves all ecs.CapacityProvider items from an AWS CloudFormation template
func (*Template) GetAllECSClusterCapacityProviderAssociationsResources ¶
func (t *Template) GetAllECSClusterCapacityProviderAssociationsResources() map[string]*ecs.ClusterCapacityProviderAssociations
GetAllECSClusterCapacityProviderAssociationsResources retrieves all ecs.ClusterCapacityProviderAssociations items from an AWS CloudFormation template
func (*Template) GetAllECSClusterResources ¶
GetAllECSClusterResources retrieves all ecs.Cluster items from an AWS CloudFormation template
func (*Template) GetAllECSPrimaryTaskSetResources ¶
func (t *Template) GetAllECSPrimaryTaskSetResources() map[string]*ecs.PrimaryTaskSet
GetAllECSPrimaryTaskSetResources retrieves all ecs.PrimaryTaskSet items from an AWS CloudFormation template
func (*Template) GetAllECSServiceResources ¶
GetAllECSServiceResources retrieves all ecs.Service items from an AWS CloudFormation template
func (*Template) GetAllECSTaskDefinitionResources ¶
func (t *Template) GetAllECSTaskDefinitionResources() map[string]*ecs.TaskDefinition
GetAllECSTaskDefinitionResources retrieves all ecs.TaskDefinition items from an AWS CloudFormation template
func (*Template) GetAllECSTaskSetResources ¶
GetAllECSTaskSetResources retrieves all ecs.TaskSet items from an AWS CloudFormation template
func (*Template) GetAllEFSAccessPointResources ¶
func (t *Template) GetAllEFSAccessPointResources() map[string]*efs.AccessPoint
GetAllEFSAccessPointResources retrieves all efs.AccessPoint items from an AWS CloudFormation template
func (*Template) GetAllEFSFileSystemResources ¶
func (t *Template) GetAllEFSFileSystemResources() map[string]*efs.FileSystem
GetAllEFSFileSystemResources retrieves all efs.FileSystem items from an AWS CloudFormation template
func (*Template) GetAllEFSMountTargetResources ¶
func (t *Template) GetAllEFSMountTargetResources() map[string]*efs.MountTarget
GetAllEFSMountTargetResources retrieves all efs.MountTarget items from an AWS CloudFormation template
func (*Template) GetAllEKSAddonResources ¶
GetAllEKSAddonResources retrieves all eks.Addon items from an AWS CloudFormation template
func (*Template) GetAllEKSClusterResources ¶
GetAllEKSClusterResources retrieves all eks.Cluster items from an AWS CloudFormation template
func (*Template) GetAllEKSFargateProfileResources ¶
func (t *Template) GetAllEKSFargateProfileResources() map[string]*eks.FargateProfile
GetAllEKSFargateProfileResources retrieves all eks.FargateProfile items from an AWS CloudFormation template
func (*Template) GetAllEKSNodegroupResources ¶
GetAllEKSNodegroupResources retrieves all eks.Nodegroup items from an AWS CloudFormation template
func (*Template) GetAllEMRClusterResources ¶
GetAllEMRClusterResources retrieves all emr.Cluster items from an AWS CloudFormation template
func (*Template) GetAllEMRContainersVirtualClusterResources ¶
func (t *Template) GetAllEMRContainersVirtualClusterResources() map[string]*emrcontainers.VirtualCluster
GetAllEMRContainersVirtualClusterResources retrieves all emrcontainers.VirtualCluster items from an AWS CloudFormation template
func (*Template) GetAllEMRInstanceFleetConfigResources ¶
func (t *Template) GetAllEMRInstanceFleetConfigResources() map[string]*emr.InstanceFleetConfig
GetAllEMRInstanceFleetConfigResources retrieves all emr.InstanceFleetConfig items from an AWS CloudFormation template
func (*Template) GetAllEMRInstanceGroupConfigResources ¶
func (t *Template) GetAllEMRInstanceGroupConfigResources() map[string]*emr.InstanceGroupConfig
GetAllEMRInstanceGroupConfigResources retrieves all emr.InstanceGroupConfig items from an AWS CloudFormation template
func (*Template) GetAllEMRSecurityConfigurationResources ¶
func (t *Template) GetAllEMRSecurityConfigurationResources() map[string]*emr.SecurityConfiguration
GetAllEMRSecurityConfigurationResources retrieves all emr.SecurityConfiguration items from an AWS CloudFormation template
func (*Template) GetAllEMRStepResources ¶
GetAllEMRStepResources retrieves all emr.Step items from an AWS CloudFormation template
func (*Template) GetAllEMRStudioResources ¶
GetAllEMRStudioResources retrieves all emr.Studio items from an AWS CloudFormation template
func (*Template) GetAllEMRStudioSessionMappingResources ¶
func (t *Template) GetAllEMRStudioSessionMappingResources() map[string]*emr.StudioSessionMapping
GetAllEMRStudioSessionMappingResources retrieves all emr.StudioSessionMapping items from an AWS CloudFormation template
func (*Template) GetAllElastiCacheCacheClusterResources ¶
func (t *Template) GetAllElastiCacheCacheClusterResources() map[string]*elasticache.CacheCluster
GetAllElastiCacheCacheClusterResources retrieves all elasticache.CacheCluster items from an AWS CloudFormation template
func (*Template) GetAllElastiCacheGlobalReplicationGroupResources ¶
func (t *Template) GetAllElastiCacheGlobalReplicationGroupResources() map[string]*elasticache.GlobalReplicationGroup
GetAllElastiCacheGlobalReplicationGroupResources retrieves all elasticache.GlobalReplicationGroup items from an AWS CloudFormation template
func (*Template) GetAllElastiCacheParameterGroupResources ¶
func (t *Template) GetAllElastiCacheParameterGroupResources() map[string]*elasticache.ParameterGroup
GetAllElastiCacheParameterGroupResources retrieves all elasticache.ParameterGroup items from an AWS CloudFormation template
func (*Template) GetAllElastiCacheReplicationGroupResources ¶
func (t *Template) GetAllElastiCacheReplicationGroupResources() map[string]*elasticache.ReplicationGroup
GetAllElastiCacheReplicationGroupResources retrieves all elasticache.ReplicationGroup items from an AWS CloudFormation template
func (*Template) GetAllElastiCacheSecurityGroupIngressResources ¶
func (t *Template) GetAllElastiCacheSecurityGroupIngressResources() map[string]*elasticache.SecurityGroupIngress
GetAllElastiCacheSecurityGroupIngressResources retrieves all elasticache.SecurityGroupIngress items from an AWS CloudFormation template
func (*Template) GetAllElastiCacheSecurityGroupResources ¶
func (t *Template) GetAllElastiCacheSecurityGroupResources() map[string]*elasticache.SecurityGroup
GetAllElastiCacheSecurityGroupResources retrieves all elasticache.SecurityGroup items from an AWS CloudFormation template
func (*Template) GetAllElastiCacheSubnetGroupResources ¶
func (t *Template) GetAllElastiCacheSubnetGroupResources() map[string]*elasticache.SubnetGroup
GetAllElastiCacheSubnetGroupResources retrieves all elasticache.SubnetGroup items from an AWS CloudFormation template
func (*Template) GetAllElastiCacheUserGroupResources ¶
func (t *Template) GetAllElastiCacheUserGroupResources() map[string]*elasticache.UserGroup
GetAllElastiCacheUserGroupResources retrieves all elasticache.UserGroup items from an AWS CloudFormation template
func (*Template) GetAllElastiCacheUserResources ¶
func (t *Template) GetAllElastiCacheUserResources() map[string]*elasticache.User
GetAllElastiCacheUserResources retrieves all elasticache.User items from an AWS CloudFormation template
func (*Template) GetAllElasticBeanstalkApplicationResources ¶
func (t *Template) GetAllElasticBeanstalkApplicationResources() map[string]*elasticbeanstalk.Application
GetAllElasticBeanstalkApplicationResources retrieves all elasticbeanstalk.Application items from an AWS CloudFormation template
func (*Template) GetAllElasticBeanstalkApplicationVersionResources ¶
func (t *Template) GetAllElasticBeanstalkApplicationVersionResources() map[string]*elasticbeanstalk.ApplicationVersion
GetAllElasticBeanstalkApplicationVersionResources retrieves all elasticbeanstalk.ApplicationVersion items from an AWS CloudFormation template
func (*Template) GetAllElasticBeanstalkConfigurationTemplateResources ¶
func (t *Template) GetAllElasticBeanstalkConfigurationTemplateResources() map[string]*elasticbeanstalk.ConfigurationTemplate
GetAllElasticBeanstalkConfigurationTemplateResources retrieves all elasticbeanstalk.ConfigurationTemplate items from an AWS CloudFormation template
func (*Template) GetAllElasticBeanstalkEnvironmentResources ¶
func (t *Template) GetAllElasticBeanstalkEnvironmentResources() map[string]*elasticbeanstalk.Environment
GetAllElasticBeanstalkEnvironmentResources retrieves all elasticbeanstalk.Environment items from an AWS CloudFormation template
func (*Template) GetAllElasticLoadBalancingLoadBalancerResources ¶
func (t *Template) GetAllElasticLoadBalancingLoadBalancerResources() map[string]*elasticloadbalancing.LoadBalancer
GetAllElasticLoadBalancingLoadBalancerResources retrieves all elasticloadbalancing.LoadBalancer items from an AWS CloudFormation template
func (*Template) GetAllElasticLoadBalancingV2ListenerCertificateResources ¶
func (t *Template) GetAllElasticLoadBalancingV2ListenerCertificateResources() map[string]*elasticloadbalancingv2.ListenerCertificate
GetAllElasticLoadBalancingV2ListenerCertificateResources retrieves all elasticloadbalancingv2.ListenerCertificate items from an AWS CloudFormation template
func (*Template) GetAllElasticLoadBalancingV2ListenerResources ¶
func (t *Template) GetAllElasticLoadBalancingV2ListenerResources() map[string]*elasticloadbalancingv2.Listener
GetAllElasticLoadBalancingV2ListenerResources retrieves all elasticloadbalancingv2.Listener items from an AWS CloudFormation template
func (*Template) GetAllElasticLoadBalancingV2ListenerRuleResources ¶
func (t *Template) GetAllElasticLoadBalancingV2ListenerRuleResources() map[string]*elasticloadbalancingv2.ListenerRule
GetAllElasticLoadBalancingV2ListenerRuleResources retrieves all elasticloadbalancingv2.ListenerRule items from an AWS CloudFormation template
func (*Template) GetAllElasticLoadBalancingV2LoadBalancerResources ¶
func (t *Template) GetAllElasticLoadBalancingV2LoadBalancerResources() map[string]*elasticloadbalancingv2.LoadBalancer
GetAllElasticLoadBalancingV2LoadBalancerResources retrieves all elasticloadbalancingv2.LoadBalancer items from an AWS CloudFormation template
func (*Template) GetAllElasticLoadBalancingV2TargetGroupResources ¶
func (t *Template) GetAllElasticLoadBalancingV2TargetGroupResources() map[string]*elasticloadbalancingv2.TargetGroup
GetAllElasticLoadBalancingV2TargetGroupResources retrieves all elasticloadbalancingv2.TargetGroup items from an AWS CloudFormation template
func (*Template) GetAllElasticsearchDomainResources ¶
func (t *Template) GetAllElasticsearchDomainResources() map[string]*elasticsearch.Domain
GetAllElasticsearchDomainResources retrieves all elasticsearch.Domain items from an AWS CloudFormation template
func (*Template) GetAllEventSchemasDiscovererResources ¶
func (t *Template) GetAllEventSchemasDiscovererResources() map[string]*eventschemas.Discoverer
GetAllEventSchemasDiscovererResources retrieves all eventschemas.Discoverer items from an AWS CloudFormation template
func (*Template) GetAllEventSchemasRegistryPolicyResources ¶
func (t *Template) GetAllEventSchemasRegistryPolicyResources() map[string]*eventschemas.RegistryPolicy
GetAllEventSchemasRegistryPolicyResources retrieves all eventschemas.RegistryPolicy items from an AWS CloudFormation template
func (*Template) GetAllEventSchemasRegistryResources ¶
func (t *Template) GetAllEventSchemasRegistryResources() map[string]*eventschemas.Registry
GetAllEventSchemasRegistryResources retrieves all eventschemas.Registry items from an AWS CloudFormation template
func (*Template) GetAllEventSchemasSchemaResources ¶
func (t *Template) GetAllEventSchemasSchemaResources() map[string]*eventschemas.Schema
GetAllEventSchemasSchemaResources retrieves all eventschemas.Schema items from an AWS CloudFormation template
func (*Template) GetAllEventsApiDestinationResources ¶
func (t *Template) GetAllEventsApiDestinationResources() map[string]*events.ApiDestination
GetAllEventsApiDestinationResources retrieves all events.ApiDestination items from an AWS CloudFormation template
func (*Template) GetAllEventsArchiveResources ¶
GetAllEventsArchiveResources retrieves all events.Archive items from an AWS CloudFormation template
func (*Template) GetAllEventsConnectionResources ¶
func (t *Template) GetAllEventsConnectionResources() map[string]*events.Connection
GetAllEventsConnectionResources retrieves all events.Connection items from an AWS CloudFormation template
func (*Template) GetAllEventsEventBusPolicyResources ¶
func (t *Template) GetAllEventsEventBusPolicyResources() map[string]*events.EventBusPolicy
GetAllEventsEventBusPolicyResources retrieves all events.EventBusPolicy items from an AWS CloudFormation template
func (*Template) GetAllEventsEventBusResources ¶
GetAllEventsEventBusResources retrieves all events.EventBus items from an AWS CloudFormation template
func (*Template) GetAllEventsRuleResources ¶
GetAllEventsRuleResources retrieves all events.Rule items from an AWS CloudFormation template
func (*Template) GetAllEvidentlyExperimentResources ¶
func (t *Template) GetAllEvidentlyExperimentResources() map[string]*evidently.Experiment
GetAllEvidentlyExperimentResources retrieves all evidently.Experiment items from an AWS CloudFormation template
func (*Template) GetAllEvidentlyFeatureResources ¶
GetAllEvidentlyFeatureResources retrieves all evidently.Feature items from an AWS CloudFormation template
func (*Template) GetAllEvidentlyLaunchResources ¶
GetAllEvidentlyLaunchResources retrieves all evidently.Launch items from an AWS CloudFormation template
func (*Template) GetAllEvidentlyProjectResources ¶
GetAllEvidentlyProjectResources retrieves all evidently.Project items from an AWS CloudFormation template
func (*Template) GetAllFISExperimentTemplateResources ¶
func (t *Template) GetAllFISExperimentTemplateResources() map[string]*fis.ExperimentTemplate
GetAllFISExperimentTemplateResources retrieves all fis.ExperimentTemplate items from an AWS CloudFormation template
func (*Template) GetAllFMSNotificationChannelResources ¶
func (t *Template) GetAllFMSNotificationChannelResources() map[string]*fms.NotificationChannel
GetAllFMSNotificationChannelResources retrieves all fms.NotificationChannel items from an AWS CloudFormation template
func (*Template) GetAllFMSPolicyResources ¶
GetAllFMSPolicyResources retrieves all fms.Policy items from an AWS CloudFormation template
func (*Template) GetAllFSxFileSystemResources ¶
func (t *Template) GetAllFSxFileSystemResources() map[string]*fsx.FileSystem
GetAllFSxFileSystemResources retrieves all fsx.FileSystem items from an AWS CloudFormation template
func (*Template) GetAllFinSpaceEnvironmentResources ¶
func (t *Template) GetAllFinSpaceEnvironmentResources() map[string]*finspace.Environment
GetAllFinSpaceEnvironmentResources retrieves all finspace.Environment items from an AWS CloudFormation template
func (*Template) GetAllFraudDetectorDetectorResources ¶
func (t *Template) GetAllFraudDetectorDetectorResources() map[string]*frauddetector.Detector
GetAllFraudDetectorDetectorResources retrieves all frauddetector.Detector items from an AWS CloudFormation template
func (*Template) GetAllFraudDetectorEntityTypeResources ¶
func (t *Template) GetAllFraudDetectorEntityTypeResources() map[string]*frauddetector.EntityType
GetAllFraudDetectorEntityTypeResources retrieves all frauddetector.EntityType items from an AWS CloudFormation template
func (*Template) GetAllFraudDetectorEventTypeResources ¶
func (t *Template) GetAllFraudDetectorEventTypeResources() map[string]*frauddetector.EventType
GetAllFraudDetectorEventTypeResources retrieves all frauddetector.EventType items from an AWS CloudFormation template
func (*Template) GetAllFraudDetectorLabelResources ¶
func (t *Template) GetAllFraudDetectorLabelResources() map[string]*frauddetector.Label
GetAllFraudDetectorLabelResources retrieves all frauddetector.Label items from an AWS CloudFormation template
func (*Template) GetAllFraudDetectorOutcomeResources ¶
func (t *Template) GetAllFraudDetectorOutcomeResources() map[string]*frauddetector.Outcome
GetAllFraudDetectorOutcomeResources retrieves all frauddetector.Outcome items from an AWS CloudFormation template
func (*Template) GetAllFraudDetectorVariableResources ¶
func (t *Template) GetAllFraudDetectorVariableResources() map[string]*frauddetector.Variable
GetAllFraudDetectorVariableResources retrieves all frauddetector.Variable items from an AWS CloudFormation template
func (*Template) GetAllGameLiftAliasResources ¶
GetAllGameLiftAliasResources retrieves all gamelift.Alias items from an AWS CloudFormation template
func (*Template) GetAllGameLiftBuildResources ¶
GetAllGameLiftBuildResources retrieves all gamelift.Build items from an AWS CloudFormation template
func (*Template) GetAllGameLiftFleetResources ¶
GetAllGameLiftFleetResources retrieves all gamelift.Fleet items from an AWS CloudFormation template
func (*Template) GetAllGameLiftGameServerGroupResources ¶
func (t *Template) GetAllGameLiftGameServerGroupResources() map[string]*gamelift.GameServerGroup
GetAllGameLiftGameServerGroupResources retrieves all gamelift.GameServerGroup items from an AWS CloudFormation template
func (*Template) GetAllGameLiftGameSessionQueueResources ¶
func (t *Template) GetAllGameLiftGameSessionQueueResources() map[string]*gamelift.GameSessionQueue
GetAllGameLiftGameSessionQueueResources retrieves all gamelift.GameSessionQueue items from an AWS CloudFormation template
func (*Template) GetAllGameLiftMatchmakingConfigurationResources ¶
func (t *Template) GetAllGameLiftMatchmakingConfigurationResources() map[string]*gamelift.MatchmakingConfiguration
GetAllGameLiftMatchmakingConfigurationResources retrieves all gamelift.MatchmakingConfiguration items from an AWS CloudFormation template
func (*Template) GetAllGameLiftMatchmakingRuleSetResources ¶
func (t *Template) GetAllGameLiftMatchmakingRuleSetResources() map[string]*gamelift.MatchmakingRuleSet
GetAllGameLiftMatchmakingRuleSetResources retrieves all gamelift.MatchmakingRuleSet items from an AWS CloudFormation template
func (*Template) GetAllGameLiftScriptResources ¶
GetAllGameLiftScriptResources retrieves all gamelift.Script items from an AWS CloudFormation template
func (*Template) GetAllGlobalAcceleratorAcceleratorResources ¶
func (t *Template) GetAllGlobalAcceleratorAcceleratorResources() map[string]*globalaccelerator.Accelerator
GetAllGlobalAcceleratorAcceleratorResources retrieves all globalaccelerator.Accelerator items from an AWS CloudFormation template
func (*Template) GetAllGlobalAcceleratorEndpointGroupResources ¶
func (t *Template) GetAllGlobalAcceleratorEndpointGroupResources() map[string]*globalaccelerator.EndpointGroup
GetAllGlobalAcceleratorEndpointGroupResources retrieves all globalaccelerator.EndpointGroup items from an AWS CloudFormation template
func (*Template) GetAllGlobalAcceleratorListenerResources ¶
func (t *Template) GetAllGlobalAcceleratorListenerResources() map[string]*globalaccelerator.Listener
GetAllGlobalAcceleratorListenerResources retrieves all globalaccelerator.Listener items from an AWS CloudFormation template
func (*Template) GetAllGlueClassifierResources ¶
func (t *Template) GetAllGlueClassifierResources() map[string]*glue.Classifier
GetAllGlueClassifierResources retrieves all glue.Classifier items from an AWS CloudFormation template
func (*Template) GetAllGlueConnectionResources ¶
func (t *Template) GetAllGlueConnectionResources() map[string]*glue.Connection
GetAllGlueConnectionResources retrieves all glue.Connection items from an AWS CloudFormation template
func (*Template) GetAllGlueCrawlerResources ¶
GetAllGlueCrawlerResources retrieves all glue.Crawler items from an AWS CloudFormation template
func (*Template) GetAllGlueDataCatalogEncryptionSettingsResources ¶
func (t *Template) GetAllGlueDataCatalogEncryptionSettingsResources() map[string]*glue.DataCatalogEncryptionSettings
GetAllGlueDataCatalogEncryptionSettingsResources retrieves all glue.DataCatalogEncryptionSettings items from an AWS CloudFormation template
func (*Template) GetAllGlueDatabaseResources ¶
GetAllGlueDatabaseResources retrieves all glue.Database items from an AWS CloudFormation template
func (*Template) GetAllGlueDevEndpointResources ¶
func (t *Template) GetAllGlueDevEndpointResources() map[string]*glue.DevEndpoint
GetAllGlueDevEndpointResources retrieves all glue.DevEndpoint items from an AWS CloudFormation template
func (*Template) GetAllGlueJobResources ¶
GetAllGlueJobResources retrieves all glue.Job items from an AWS CloudFormation template
func (*Template) GetAllGlueMLTransformResources ¶
func (t *Template) GetAllGlueMLTransformResources() map[string]*glue.MLTransform
GetAllGlueMLTransformResources retrieves all glue.MLTransform items from an AWS CloudFormation template
func (*Template) GetAllGluePartitionResources ¶
GetAllGluePartitionResources retrieves all glue.Partition items from an AWS CloudFormation template
func (*Template) GetAllGlueRegistryResources ¶
GetAllGlueRegistryResources retrieves all glue.Registry items from an AWS CloudFormation template
func (*Template) GetAllGlueSchemaResources ¶
GetAllGlueSchemaResources retrieves all glue.Schema items from an AWS CloudFormation template
func (*Template) GetAllGlueSchemaVersionMetadataResources ¶
func (t *Template) GetAllGlueSchemaVersionMetadataResources() map[string]*glue.SchemaVersionMetadata
GetAllGlueSchemaVersionMetadataResources retrieves all glue.SchemaVersionMetadata items from an AWS CloudFormation template
func (*Template) GetAllGlueSchemaVersionResources ¶
func (t *Template) GetAllGlueSchemaVersionResources() map[string]*glue.SchemaVersion
GetAllGlueSchemaVersionResources retrieves all glue.SchemaVersion items from an AWS CloudFormation template
func (*Template) GetAllGlueSecurityConfigurationResources ¶
func (t *Template) GetAllGlueSecurityConfigurationResources() map[string]*glue.SecurityConfiguration
GetAllGlueSecurityConfigurationResources retrieves all glue.SecurityConfiguration items from an AWS CloudFormation template
func (*Template) GetAllGlueTableResources ¶
GetAllGlueTableResources retrieves all glue.Table items from an AWS CloudFormation template
func (*Template) GetAllGlueTriggerResources ¶
GetAllGlueTriggerResources retrieves all glue.Trigger items from an AWS CloudFormation template
func (*Template) GetAllGlueWorkflowResources ¶
GetAllGlueWorkflowResources retrieves all glue.Workflow items from an AWS CloudFormation template
func (*Template) GetAllGreengrassConnectorDefinitionResources ¶
func (t *Template) GetAllGreengrassConnectorDefinitionResources() map[string]*greengrass.ConnectorDefinition
GetAllGreengrassConnectorDefinitionResources retrieves all greengrass.ConnectorDefinition items from an AWS CloudFormation template
func (*Template) GetAllGreengrassConnectorDefinitionVersionResources ¶
func (t *Template) GetAllGreengrassConnectorDefinitionVersionResources() map[string]*greengrass.ConnectorDefinitionVersion
GetAllGreengrassConnectorDefinitionVersionResources retrieves all greengrass.ConnectorDefinitionVersion items from an AWS CloudFormation template
func (*Template) GetAllGreengrassCoreDefinitionResources ¶
func (t *Template) GetAllGreengrassCoreDefinitionResources() map[string]*greengrass.CoreDefinition
GetAllGreengrassCoreDefinitionResources retrieves all greengrass.CoreDefinition items from an AWS CloudFormation template
func (*Template) GetAllGreengrassCoreDefinitionVersionResources ¶
func (t *Template) GetAllGreengrassCoreDefinitionVersionResources() map[string]*greengrass.CoreDefinitionVersion
GetAllGreengrassCoreDefinitionVersionResources retrieves all greengrass.CoreDefinitionVersion items from an AWS CloudFormation template
func (*Template) GetAllGreengrassDeviceDefinitionResources ¶
func (t *Template) GetAllGreengrassDeviceDefinitionResources() map[string]*greengrass.DeviceDefinition
GetAllGreengrassDeviceDefinitionResources retrieves all greengrass.DeviceDefinition items from an AWS CloudFormation template
func (*Template) GetAllGreengrassDeviceDefinitionVersionResources ¶
func (t *Template) GetAllGreengrassDeviceDefinitionVersionResources() map[string]*greengrass.DeviceDefinitionVersion
GetAllGreengrassDeviceDefinitionVersionResources retrieves all greengrass.DeviceDefinitionVersion items from an AWS CloudFormation template
func (*Template) GetAllGreengrassFunctionDefinitionResources ¶
func (t *Template) GetAllGreengrassFunctionDefinitionResources() map[string]*greengrass.FunctionDefinition
GetAllGreengrassFunctionDefinitionResources retrieves all greengrass.FunctionDefinition items from an AWS CloudFormation template
func (*Template) GetAllGreengrassFunctionDefinitionVersionResources ¶
func (t *Template) GetAllGreengrassFunctionDefinitionVersionResources() map[string]*greengrass.FunctionDefinitionVersion
GetAllGreengrassFunctionDefinitionVersionResources retrieves all greengrass.FunctionDefinitionVersion items from an AWS CloudFormation template
func (*Template) GetAllGreengrassGroupResources ¶
func (t *Template) GetAllGreengrassGroupResources() map[string]*greengrass.Group
GetAllGreengrassGroupResources retrieves all greengrass.Group items from an AWS CloudFormation template
func (*Template) GetAllGreengrassGroupVersionResources ¶
func (t *Template) GetAllGreengrassGroupVersionResources() map[string]*greengrass.GroupVersion
GetAllGreengrassGroupVersionResources retrieves all greengrass.GroupVersion items from an AWS CloudFormation template
func (*Template) GetAllGreengrassLoggerDefinitionResources ¶
func (t *Template) GetAllGreengrassLoggerDefinitionResources() map[string]*greengrass.LoggerDefinition
GetAllGreengrassLoggerDefinitionResources retrieves all greengrass.LoggerDefinition items from an AWS CloudFormation template
func (*Template) GetAllGreengrassLoggerDefinitionVersionResources ¶
func (t *Template) GetAllGreengrassLoggerDefinitionVersionResources() map[string]*greengrass.LoggerDefinitionVersion
GetAllGreengrassLoggerDefinitionVersionResources retrieves all greengrass.LoggerDefinitionVersion items from an AWS CloudFormation template
func (*Template) GetAllGreengrassResourceDefinitionResources ¶
func (t *Template) GetAllGreengrassResourceDefinitionResources() map[string]*greengrass.ResourceDefinition
GetAllGreengrassResourceDefinitionResources retrieves all greengrass.ResourceDefinition items from an AWS CloudFormation template
func (*Template) GetAllGreengrassResourceDefinitionVersionResources ¶
func (t *Template) GetAllGreengrassResourceDefinitionVersionResources() map[string]*greengrass.ResourceDefinitionVersion
GetAllGreengrassResourceDefinitionVersionResources retrieves all greengrass.ResourceDefinitionVersion items from an AWS CloudFormation template
func (*Template) GetAllGreengrassSubscriptionDefinitionResources ¶
func (t *Template) GetAllGreengrassSubscriptionDefinitionResources() map[string]*greengrass.SubscriptionDefinition
GetAllGreengrassSubscriptionDefinitionResources retrieves all greengrass.SubscriptionDefinition items from an AWS CloudFormation template
func (*Template) GetAllGreengrassSubscriptionDefinitionVersionResources ¶
func (t *Template) GetAllGreengrassSubscriptionDefinitionVersionResources() map[string]*greengrass.SubscriptionDefinitionVersion
GetAllGreengrassSubscriptionDefinitionVersionResources retrieves all greengrass.SubscriptionDefinitionVersion items from an AWS CloudFormation template
func (*Template) GetAllGreengrassV2ComponentVersionResources ¶
func (t *Template) GetAllGreengrassV2ComponentVersionResources() map[string]*greengrassv2.ComponentVersion
GetAllGreengrassV2ComponentVersionResources retrieves all greengrassv2.ComponentVersion items from an AWS CloudFormation template
func (*Template) GetAllGroundStationConfigResources ¶
func (t *Template) GetAllGroundStationConfigResources() map[string]*groundstation.Config
GetAllGroundStationConfigResources retrieves all groundstation.Config items from an AWS CloudFormation template
func (*Template) GetAllGroundStationDataflowEndpointGroupResources ¶
func (t *Template) GetAllGroundStationDataflowEndpointGroupResources() map[string]*groundstation.DataflowEndpointGroup
GetAllGroundStationDataflowEndpointGroupResources retrieves all groundstation.DataflowEndpointGroup items from an AWS CloudFormation template
func (*Template) GetAllGroundStationMissionProfileResources ¶
func (t *Template) GetAllGroundStationMissionProfileResources() map[string]*groundstation.MissionProfile
GetAllGroundStationMissionProfileResources retrieves all groundstation.MissionProfile items from an AWS CloudFormation template
func (*Template) GetAllGuardDutyDetectorResources ¶
GetAllGuardDutyDetectorResources retrieves all guardduty.Detector items from an AWS CloudFormation template
func (*Template) GetAllGuardDutyFilterResources ¶
GetAllGuardDutyFilterResources retrieves all guardduty.Filter items from an AWS CloudFormation template
func (*Template) GetAllGuardDutyIPSetResources ¶
GetAllGuardDutyIPSetResources retrieves all guardduty.IPSet items from an AWS CloudFormation template
func (*Template) GetAllGuardDutyMasterResources ¶
GetAllGuardDutyMasterResources retrieves all guardduty.Master items from an AWS CloudFormation template
func (*Template) GetAllGuardDutyMemberResources ¶
GetAllGuardDutyMemberResources retrieves all guardduty.Member items from an AWS CloudFormation template
func (*Template) GetAllGuardDutyThreatIntelSetResources ¶
func (t *Template) GetAllGuardDutyThreatIntelSetResources() map[string]*guardduty.ThreatIntelSet
GetAllGuardDutyThreatIntelSetResources retrieves all guardduty.ThreatIntelSet items from an AWS CloudFormation template
func (*Template) GetAllHealthLakeFHIRDatastoreResources ¶
func (t *Template) GetAllHealthLakeFHIRDatastoreResources() map[string]*healthlake.FHIRDatastore
GetAllHealthLakeFHIRDatastoreResources retrieves all healthlake.FHIRDatastore items from an AWS CloudFormation template
func (*Template) GetAllIAMAccessKeyResources ¶
GetAllIAMAccessKeyResources retrieves all iam.AccessKey items from an AWS CloudFormation template
func (*Template) GetAllIAMGroupResources ¶
GetAllIAMGroupResources retrieves all iam.Group items from an AWS CloudFormation template
func (*Template) GetAllIAMInstanceProfileResources ¶
func (t *Template) GetAllIAMInstanceProfileResources() map[string]*iam.InstanceProfile
GetAllIAMInstanceProfileResources retrieves all iam.InstanceProfile items from an AWS CloudFormation template
func (*Template) GetAllIAMManagedPolicyResources ¶
func (t *Template) GetAllIAMManagedPolicyResources() map[string]*iam.ManagedPolicy
GetAllIAMManagedPolicyResources retrieves all iam.ManagedPolicy items from an AWS CloudFormation template
func (*Template) GetAllIAMOIDCProviderResources ¶
func (t *Template) GetAllIAMOIDCProviderResources() map[string]*iam.OIDCProvider
GetAllIAMOIDCProviderResources retrieves all iam.OIDCProvider items from an AWS CloudFormation template
func (*Template) GetAllIAMPolicyResources ¶
GetAllIAMPolicyResources retrieves all iam.Policy items from an AWS CloudFormation template
func (*Template) GetAllIAMRoleResources ¶
GetAllIAMRoleResources retrieves all iam.Role items from an AWS CloudFormation template
func (*Template) GetAllIAMSAMLProviderResources ¶
func (t *Template) GetAllIAMSAMLProviderResources() map[string]*iam.SAMLProvider
GetAllIAMSAMLProviderResources retrieves all iam.SAMLProvider items from an AWS CloudFormation template
func (*Template) GetAllIAMServerCertificateResources ¶
func (t *Template) GetAllIAMServerCertificateResources() map[string]*iam.ServerCertificate
GetAllIAMServerCertificateResources retrieves all iam.ServerCertificate items from an AWS CloudFormation template
func (*Template) GetAllIAMServiceLinkedRoleResources ¶
func (t *Template) GetAllIAMServiceLinkedRoleResources() map[string]*iam.ServiceLinkedRole
GetAllIAMServiceLinkedRoleResources retrieves all iam.ServiceLinkedRole items from an AWS CloudFormation template
func (*Template) GetAllIAMUserResources ¶
GetAllIAMUserResources retrieves all iam.User items from an AWS CloudFormation template
func (*Template) GetAllIAMUserToGroupAdditionResources ¶
func (t *Template) GetAllIAMUserToGroupAdditionResources() map[string]*iam.UserToGroupAddition
GetAllIAMUserToGroupAdditionResources retrieves all iam.UserToGroupAddition items from an AWS CloudFormation template
func (*Template) GetAllIAMVirtualMFADeviceResources ¶
func (t *Template) GetAllIAMVirtualMFADeviceResources() map[string]*iam.VirtualMFADevice
GetAllIAMVirtualMFADeviceResources retrieves all iam.VirtualMFADevice items from an AWS CloudFormation template
func (*Template) GetAllIVSChannelResources ¶
GetAllIVSChannelResources retrieves all ivs.Channel items from an AWS CloudFormation template
func (*Template) GetAllIVSPlaybackKeyPairResources ¶
func (t *Template) GetAllIVSPlaybackKeyPairResources() map[string]*ivs.PlaybackKeyPair
GetAllIVSPlaybackKeyPairResources retrieves all ivs.PlaybackKeyPair items from an AWS CloudFormation template
func (*Template) GetAllIVSRecordingConfigurationResources ¶
func (t *Template) GetAllIVSRecordingConfigurationResources() map[string]*ivs.RecordingConfiguration
GetAllIVSRecordingConfigurationResources retrieves all ivs.RecordingConfiguration items from an AWS CloudFormation template
func (*Template) GetAllIVSStreamKeyResources ¶
GetAllIVSStreamKeyResources retrieves all ivs.StreamKey items from an AWS CloudFormation template
func (*Template) GetAllImageBuilderComponentResources ¶
func (t *Template) GetAllImageBuilderComponentResources() map[string]*imagebuilder.Component
GetAllImageBuilderComponentResources retrieves all imagebuilder.Component items from an AWS CloudFormation template
func (*Template) GetAllImageBuilderContainerRecipeResources ¶
func (t *Template) GetAllImageBuilderContainerRecipeResources() map[string]*imagebuilder.ContainerRecipe
GetAllImageBuilderContainerRecipeResources retrieves all imagebuilder.ContainerRecipe items from an AWS CloudFormation template
func (*Template) GetAllImageBuilderDistributionConfigurationResources ¶
func (t *Template) GetAllImageBuilderDistributionConfigurationResources() map[string]*imagebuilder.DistributionConfiguration
GetAllImageBuilderDistributionConfigurationResources retrieves all imagebuilder.DistributionConfiguration items from an AWS CloudFormation template
func (*Template) GetAllImageBuilderImagePipelineResources ¶
func (t *Template) GetAllImageBuilderImagePipelineResources() map[string]*imagebuilder.ImagePipeline
GetAllImageBuilderImagePipelineResources retrieves all imagebuilder.ImagePipeline items from an AWS CloudFormation template
func (*Template) GetAllImageBuilderImageRecipeResources ¶
func (t *Template) GetAllImageBuilderImageRecipeResources() map[string]*imagebuilder.ImageRecipe
GetAllImageBuilderImageRecipeResources retrieves all imagebuilder.ImageRecipe items from an AWS CloudFormation template
func (*Template) GetAllImageBuilderImageResources ¶
func (t *Template) GetAllImageBuilderImageResources() map[string]*imagebuilder.Image
GetAllImageBuilderImageResources retrieves all imagebuilder.Image items from an AWS CloudFormation template
func (*Template) GetAllImageBuilderInfrastructureConfigurationResources ¶
func (t *Template) GetAllImageBuilderInfrastructureConfigurationResources() map[string]*imagebuilder.InfrastructureConfiguration
GetAllImageBuilderInfrastructureConfigurationResources retrieves all imagebuilder.InfrastructureConfiguration items from an AWS CloudFormation template
func (*Template) GetAllInspectorAssessmentTargetResources ¶
func (t *Template) GetAllInspectorAssessmentTargetResources() map[string]*inspector.AssessmentTarget
GetAllInspectorAssessmentTargetResources retrieves all inspector.AssessmentTarget items from an AWS CloudFormation template
func (*Template) GetAllInspectorAssessmentTemplateResources ¶
func (t *Template) GetAllInspectorAssessmentTemplateResources() map[string]*inspector.AssessmentTemplate
GetAllInspectorAssessmentTemplateResources retrieves all inspector.AssessmentTemplate items from an AWS CloudFormation template
func (*Template) GetAllInspectorResourceGroupResources ¶
func (t *Template) GetAllInspectorResourceGroupResources() map[string]*inspector.ResourceGroup
GetAllInspectorResourceGroupResources retrieves all inspector.ResourceGroup items from an AWS CloudFormation template
func (*Template) GetAllIoT1ClickDeviceResources ¶
GetAllIoT1ClickDeviceResources retrieves all iot1click.Device items from an AWS CloudFormation template
func (*Template) GetAllIoT1ClickPlacementResources ¶
GetAllIoT1ClickPlacementResources retrieves all iot1click.Placement items from an AWS CloudFormation template
func (*Template) GetAllIoT1ClickProjectResources ¶
GetAllIoT1ClickProjectResources retrieves all iot1click.Project items from an AWS CloudFormation template
func (*Template) GetAllIoTAccountAuditConfigurationResources ¶
func (t *Template) GetAllIoTAccountAuditConfigurationResources() map[string]*iot.AccountAuditConfiguration
GetAllIoTAccountAuditConfigurationResources retrieves all iot.AccountAuditConfiguration items from an AWS CloudFormation template
func (*Template) GetAllIoTAnalyticsChannelResources ¶
func (t *Template) GetAllIoTAnalyticsChannelResources() map[string]*iotanalytics.Channel
GetAllIoTAnalyticsChannelResources retrieves all iotanalytics.Channel items from an AWS CloudFormation template
func (*Template) GetAllIoTAnalyticsDatasetResources ¶
func (t *Template) GetAllIoTAnalyticsDatasetResources() map[string]*iotanalytics.Dataset
GetAllIoTAnalyticsDatasetResources retrieves all iotanalytics.Dataset items from an AWS CloudFormation template
func (*Template) GetAllIoTAnalyticsDatastoreResources ¶
func (t *Template) GetAllIoTAnalyticsDatastoreResources() map[string]*iotanalytics.Datastore
GetAllIoTAnalyticsDatastoreResources retrieves all iotanalytics.Datastore items from an AWS CloudFormation template
func (*Template) GetAllIoTAnalyticsPipelineResources ¶
func (t *Template) GetAllIoTAnalyticsPipelineResources() map[string]*iotanalytics.Pipeline
GetAllIoTAnalyticsPipelineResources retrieves all iotanalytics.Pipeline items from an AWS CloudFormation template
func (*Template) GetAllIoTAuthorizerResources ¶
func (t *Template) GetAllIoTAuthorizerResources() map[string]*iot.Authorizer
GetAllIoTAuthorizerResources retrieves all iot.Authorizer items from an AWS CloudFormation template
func (*Template) GetAllIoTCertificateResources ¶
func (t *Template) GetAllIoTCertificateResources() map[string]*iot.Certificate
GetAllIoTCertificateResources retrieves all iot.Certificate items from an AWS CloudFormation template
func (*Template) GetAllIoTCoreDeviceAdvisorSuiteDefinitionResources ¶
func (t *Template) GetAllIoTCoreDeviceAdvisorSuiteDefinitionResources() map[string]*iotcoredeviceadvisor.SuiteDefinition
GetAllIoTCoreDeviceAdvisorSuiteDefinitionResources retrieves all iotcoredeviceadvisor.SuiteDefinition items from an AWS CloudFormation template
func (*Template) GetAllIoTCustomMetricResources ¶
func (t *Template) GetAllIoTCustomMetricResources() map[string]*iot.CustomMetric
GetAllIoTCustomMetricResources retrieves all iot.CustomMetric items from an AWS CloudFormation template
func (*Template) GetAllIoTDimensionResources ¶
GetAllIoTDimensionResources retrieves all iot.Dimension items from an AWS CloudFormation template
func (*Template) GetAllIoTDomainConfigurationResources ¶
func (t *Template) GetAllIoTDomainConfigurationResources() map[string]*iot.DomainConfiguration
GetAllIoTDomainConfigurationResources retrieves all iot.DomainConfiguration items from an AWS CloudFormation template
func (*Template) GetAllIoTEventsDetectorModelResources ¶
func (t *Template) GetAllIoTEventsDetectorModelResources() map[string]*iotevents.DetectorModel
GetAllIoTEventsDetectorModelResources retrieves all iotevents.DetectorModel items from an AWS CloudFormation template
func (*Template) GetAllIoTEventsInputResources ¶
GetAllIoTEventsInputResources retrieves all iotevents.Input items from an AWS CloudFormation template
func (*Template) GetAllIoTFleetHubApplicationResources ¶
func (t *Template) GetAllIoTFleetHubApplicationResources() map[string]*iotfleethub.Application
GetAllIoTFleetHubApplicationResources retrieves all iotfleethub.Application items from an AWS CloudFormation template
func (*Template) GetAllIoTFleetMetricResources ¶
func (t *Template) GetAllIoTFleetMetricResources() map[string]*iot.FleetMetric
GetAllIoTFleetMetricResources retrieves all iot.FleetMetric items from an AWS CloudFormation template
func (*Template) GetAllIoTJobTemplateResources ¶
func (t *Template) GetAllIoTJobTemplateResources() map[string]*iot.JobTemplate
GetAllIoTJobTemplateResources retrieves all iot.JobTemplate items from an AWS CloudFormation template
func (*Template) GetAllIoTLoggingResources ¶
GetAllIoTLoggingResources retrieves all iot.Logging items from an AWS CloudFormation template
func (*Template) GetAllIoTMitigationActionResources ¶
func (t *Template) GetAllIoTMitigationActionResources() map[string]*iot.MitigationAction
GetAllIoTMitigationActionResources retrieves all iot.MitigationAction items from an AWS CloudFormation template
func (*Template) GetAllIoTPolicyPrincipalAttachmentResources ¶
func (t *Template) GetAllIoTPolicyPrincipalAttachmentResources() map[string]*iot.PolicyPrincipalAttachment
GetAllIoTPolicyPrincipalAttachmentResources retrieves all iot.PolicyPrincipalAttachment items from an AWS CloudFormation template
func (*Template) GetAllIoTPolicyResources ¶
GetAllIoTPolicyResources retrieves all iot.Policy items from an AWS CloudFormation template
func (*Template) GetAllIoTProvisioningTemplateResources ¶
func (t *Template) GetAllIoTProvisioningTemplateResources() map[string]*iot.ProvisioningTemplate
GetAllIoTProvisioningTemplateResources retrieves all iot.ProvisioningTemplate items from an AWS CloudFormation template
func (*Template) GetAllIoTResourceSpecificLoggingResources ¶
func (t *Template) GetAllIoTResourceSpecificLoggingResources() map[string]*iot.ResourceSpecificLogging
GetAllIoTResourceSpecificLoggingResources retrieves all iot.ResourceSpecificLogging items from an AWS CloudFormation template
func (*Template) GetAllIoTScheduledAuditResources ¶
func (t *Template) GetAllIoTScheduledAuditResources() map[string]*iot.ScheduledAudit
GetAllIoTScheduledAuditResources retrieves all iot.ScheduledAudit items from an AWS CloudFormation template
func (*Template) GetAllIoTSecurityProfileResources ¶
func (t *Template) GetAllIoTSecurityProfileResources() map[string]*iot.SecurityProfile
GetAllIoTSecurityProfileResources retrieves all iot.SecurityProfile items from an AWS CloudFormation template
func (*Template) GetAllIoTSiteWiseAccessPolicyResources ¶
func (t *Template) GetAllIoTSiteWiseAccessPolicyResources() map[string]*iotsitewise.AccessPolicy
GetAllIoTSiteWiseAccessPolicyResources retrieves all iotsitewise.AccessPolicy items from an AWS CloudFormation template
func (*Template) GetAllIoTSiteWiseAssetModelResources ¶
func (t *Template) GetAllIoTSiteWiseAssetModelResources() map[string]*iotsitewise.AssetModel
GetAllIoTSiteWiseAssetModelResources retrieves all iotsitewise.AssetModel items from an AWS CloudFormation template
func (*Template) GetAllIoTSiteWiseAssetResources ¶
func (t *Template) GetAllIoTSiteWiseAssetResources() map[string]*iotsitewise.Asset
GetAllIoTSiteWiseAssetResources retrieves all iotsitewise.Asset items from an AWS CloudFormation template
func (*Template) GetAllIoTSiteWiseDashboardResources ¶
func (t *Template) GetAllIoTSiteWiseDashboardResources() map[string]*iotsitewise.Dashboard
GetAllIoTSiteWiseDashboardResources retrieves all iotsitewise.Dashboard items from an AWS CloudFormation template
func (*Template) GetAllIoTSiteWiseGatewayResources ¶
func (t *Template) GetAllIoTSiteWiseGatewayResources() map[string]*iotsitewise.Gateway
GetAllIoTSiteWiseGatewayResources retrieves all iotsitewise.Gateway items from an AWS CloudFormation template
func (*Template) GetAllIoTSiteWisePortalResources ¶
func (t *Template) GetAllIoTSiteWisePortalResources() map[string]*iotsitewise.Portal
GetAllIoTSiteWisePortalResources retrieves all iotsitewise.Portal items from an AWS CloudFormation template
func (*Template) GetAllIoTSiteWiseProjectResources ¶
func (t *Template) GetAllIoTSiteWiseProjectResources() map[string]*iotsitewise.Project
GetAllIoTSiteWiseProjectResources retrieves all iotsitewise.Project items from an AWS CloudFormation template
func (*Template) GetAllIoTThingPrincipalAttachmentResources ¶
func (t *Template) GetAllIoTThingPrincipalAttachmentResources() map[string]*iot.ThingPrincipalAttachment
GetAllIoTThingPrincipalAttachmentResources retrieves all iot.ThingPrincipalAttachment items from an AWS CloudFormation template
func (*Template) GetAllIoTThingResources ¶
GetAllIoTThingResources retrieves all iot.Thing items from an AWS CloudFormation template
func (*Template) GetAllIoTThingsGraphFlowTemplateResources ¶
func (t *Template) GetAllIoTThingsGraphFlowTemplateResources() map[string]*iotthingsgraph.FlowTemplate
GetAllIoTThingsGraphFlowTemplateResources retrieves all iotthingsgraph.FlowTemplate items from an AWS CloudFormation template
func (*Template) GetAllIoTTopicRuleDestinationResources ¶
func (t *Template) GetAllIoTTopicRuleDestinationResources() map[string]*iot.TopicRuleDestination
GetAllIoTTopicRuleDestinationResources retrieves all iot.TopicRuleDestination items from an AWS CloudFormation template
func (*Template) GetAllIoTTopicRuleResources ¶
GetAllIoTTopicRuleResources retrieves all iot.TopicRule items from an AWS CloudFormation template
func (*Template) GetAllIoTWirelessDestinationResources ¶
func (t *Template) GetAllIoTWirelessDestinationResources() map[string]*iotwireless.Destination
GetAllIoTWirelessDestinationResources retrieves all iotwireless.Destination items from an AWS CloudFormation template
func (*Template) GetAllIoTWirelessDeviceProfileResources ¶
func (t *Template) GetAllIoTWirelessDeviceProfileResources() map[string]*iotwireless.DeviceProfile
GetAllIoTWirelessDeviceProfileResources retrieves all iotwireless.DeviceProfile items from an AWS CloudFormation template
func (*Template) GetAllIoTWirelessFuotaTaskResources ¶
func (t *Template) GetAllIoTWirelessFuotaTaskResources() map[string]*iotwireless.FuotaTask
GetAllIoTWirelessFuotaTaskResources retrieves all iotwireless.FuotaTask items from an AWS CloudFormation template
func (*Template) GetAllIoTWirelessMulticastGroupResources ¶
func (t *Template) GetAllIoTWirelessMulticastGroupResources() map[string]*iotwireless.MulticastGroup
GetAllIoTWirelessMulticastGroupResources retrieves all iotwireless.MulticastGroup items from an AWS CloudFormation template
func (*Template) GetAllIoTWirelessPartnerAccountResources ¶
func (t *Template) GetAllIoTWirelessPartnerAccountResources() map[string]*iotwireless.PartnerAccount
GetAllIoTWirelessPartnerAccountResources retrieves all iotwireless.PartnerAccount items from an AWS CloudFormation template
func (*Template) GetAllIoTWirelessServiceProfileResources ¶
func (t *Template) GetAllIoTWirelessServiceProfileResources() map[string]*iotwireless.ServiceProfile
GetAllIoTWirelessServiceProfileResources retrieves all iotwireless.ServiceProfile items from an AWS CloudFormation template
func (*Template) GetAllIoTWirelessTaskDefinitionResources ¶
func (t *Template) GetAllIoTWirelessTaskDefinitionResources() map[string]*iotwireless.TaskDefinition
GetAllIoTWirelessTaskDefinitionResources retrieves all iotwireless.TaskDefinition items from an AWS CloudFormation template
func (*Template) GetAllIoTWirelessWirelessDeviceResources ¶
func (t *Template) GetAllIoTWirelessWirelessDeviceResources() map[string]*iotwireless.WirelessDevice
GetAllIoTWirelessWirelessDeviceResources retrieves all iotwireless.WirelessDevice items from an AWS CloudFormation template
func (*Template) GetAllIoTWirelessWirelessGatewayResources ¶
func (t *Template) GetAllIoTWirelessWirelessGatewayResources() map[string]*iotwireless.WirelessGateway
GetAllIoTWirelessWirelessGatewayResources retrieves all iotwireless.WirelessGateway items from an AWS CloudFormation template
func (*Template) GetAllKMSAliasResources ¶
GetAllKMSAliasResources retrieves all kms.Alias items from an AWS CloudFormation template
func (*Template) GetAllKMSKeyResources ¶
GetAllKMSKeyResources retrieves all kms.Key items from an AWS CloudFormation template
func (*Template) GetAllKMSReplicaKeyResources ¶
func (t *Template) GetAllKMSReplicaKeyResources() map[string]*kms.ReplicaKey
GetAllKMSReplicaKeyResources retrieves all kms.ReplicaKey items from an AWS CloudFormation template
func (*Template) GetAllKendraDataSourceResources ¶
func (t *Template) GetAllKendraDataSourceResources() map[string]*kendra.DataSource
GetAllKendraDataSourceResources retrieves all kendra.DataSource items from an AWS CloudFormation template
func (*Template) GetAllKendraFaqResources ¶
GetAllKendraFaqResources retrieves all kendra.Faq items from an AWS CloudFormation template
func (*Template) GetAllKendraIndexResources ¶
GetAllKendraIndexResources retrieves all kendra.Index items from an AWS CloudFormation template
func (*Template) GetAllKinesisAnalyticsApplicationOutputResources ¶
func (t *Template) GetAllKinesisAnalyticsApplicationOutputResources() map[string]*kinesisanalytics.ApplicationOutput
GetAllKinesisAnalyticsApplicationOutputResources retrieves all kinesisanalytics.ApplicationOutput items from an AWS CloudFormation template
func (*Template) GetAllKinesisAnalyticsApplicationReferenceDataSourceResources ¶
func (t *Template) GetAllKinesisAnalyticsApplicationReferenceDataSourceResources() map[string]*kinesisanalytics.ApplicationReferenceDataSource
GetAllKinesisAnalyticsApplicationReferenceDataSourceResources retrieves all kinesisanalytics.ApplicationReferenceDataSource items from an AWS CloudFormation template
func (*Template) GetAllKinesisAnalyticsApplicationResources ¶
func (t *Template) GetAllKinesisAnalyticsApplicationResources() map[string]*kinesisanalytics.Application
GetAllKinesisAnalyticsApplicationResources retrieves all kinesisanalytics.Application items from an AWS CloudFormation template
func (*Template) GetAllKinesisAnalyticsV2ApplicationCloudWatchLoggingOptionResources ¶
func (t *Template) GetAllKinesisAnalyticsV2ApplicationCloudWatchLoggingOptionResources() map[string]*kinesisanalyticsv2.ApplicationCloudWatchLoggingOption
GetAllKinesisAnalyticsV2ApplicationCloudWatchLoggingOptionResources retrieves all kinesisanalyticsv2.ApplicationCloudWatchLoggingOption items from an AWS CloudFormation template
func (*Template) GetAllKinesisAnalyticsV2ApplicationOutputResources ¶
func (t *Template) GetAllKinesisAnalyticsV2ApplicationOutputResources() map[string]*kinesisanalyticsv2.ApplicationOutput
GetAllKinesisAnalyticsV2ApplicationOutputResources retrieves all kinesisanalyticsv2.ApplicationOutput items from an AWS CloudFormation template
func (*Template) GetAllKinesisAnalyticsV2ApplicationReferenceDataSourceResources ¶
func (t *Template) GetAllKinesisAnalyticsV2ApplicationReferenceDataSourceResources() map[string]*kinesisanalyticsv2.ApplicationReferenceDataSource
GetAllKinesisAnalyticsV2ApplicationReferenceDataSourceResources retrieves all kinesisanalyticsv2.ApplicationReferenceDataSource items from an AWS CloudFormation template
func (*Template) GetAllKinesisAnalyticsV2ApplicationResources ¶
func (t *Template) GetAllKinesisAnalyticsV2ApplicationResources() map[string]*kinesisanalyticsv2.Application
GetAllKinesisAnalyticsV2ApplicationResources retrieves all kinesisanalyticsv2.Application items from an AWS CloudFormation template
func (*Template) GetAllKinesisFirehoseDeliveryStreamResources ¶
func (t *Template) GetAllKinesisFirehoseDeliveryStreamResources() map[string]*kinesisfirehose.DeliveryStream
GetAllKinesisFirehoseDeliveryStreamResources retrieves all kinesisfirehose.DeliveryStream items from an AWS CloudFormation template
func (*Template) GetAllKinesisStreamConsumerResources ¶
func (t *Template) GetAllKinesisStreamConsumerResources() map[string]*kinesis.StreamConsumer
GetAllKinesisStreamConsumerResources retrieves all kinesis.StreamConsumer items from an AWS CloudFormation template
func (*Template) GetAllKinesisStreamResources ¶
GetAllKinesisStreamResources retrieves all kinesis.Stream items from an AWS CloudFormation template
func (*Template) GetAllLakeFormationDataLakeSettingsResources ¶
func (t *Template) GetAllLakeFormationDataLakeSettingsResources() map[string]*lakeformation.DataLakeSettings
GetAllLakeFormationDataLakeSettingsResources retrieves all lakeformation.DataLakeSettings items from an AWS CloudFormation template
func (*Template) GetAllLakeFormationPermissionsResources ¶
func (t *Template) GetAllLakeFormationPermissionsResources() map[string]*lakeformation.Permissions
GetAllLakeFormationPermissionsResources retrieves all lakeformation.Permissions items from an AWS CloudFormation template
func (*Template) GetAllLakeFormationResourceResources ¶
func (t *Template) GetAllLakeFormationResourceResources() map[string]*lakeformation.Resource
GetAllLakeFormationResourceResources retrieves all lakeformation.Resource items from an AWS CloudFormation template
func (*Template) GetAllLambdaAliasResources ¶
GetAllLambdaAliasResources retrieves all lambda.Alias items from an AWS CloudFormation template
func (*Template) GetAllLambdaCodeSigningConfigResources ¶
func (t *Template) GetAllLambdaCodeSigningConfigResources() map[string]*lambda.CodeSigningConfig
GetAllLambdaCodeSigningConfigResources retrieves all lambda.CodeSigningConfig items from an AWS CloudFormation template
func (*Template) GetAllLambdaEventInvokeConfigResources ¶
func (t *Template) GetAllLambdaEventInvokeConfigResources() map[string]*lambda.EventInvokeConfig
GetAllLambdaEventInvokeConfigResources retrieves all lambda.EventInvokeConfig items from an AWS CloudFormation template
func (*Template) GetAllLambdaEventSourceMappingResources ¶
func (t *Template) GetAllLambdaEventSourceMappingResources() map[string]*lambda.EventSourceMapping
GetAllLambdaEventSourceMappingResources retrieves all lambda.EventSourceMapping items from an AWS CloudFormation template
func (*Template) GetAllLambdaFunctionResources ¶
GetAllLambdaFunctionResources retrieves all lambda.Function items from an AWS CloudFormation template
func (*Template) GetAllLambdaLayerVersionPermissionResources ¶
func (t *Template) GetAllLambdaLayerVersionPermissionResources() map[string]*lambda.LayerVersionPermission
GetAllLambdaLayerVersionPermissionResources retrieves all lambda.LayerVersionPermission items from an AWS CloudFormation template
func (*Template) GetAllLambdaLayerVersionResources ¶
func (t *Template) GetAllLambdaLayerVersionResources() map[string]*lambda.LayerVersion
GetAllLambdaLayerVersionResources retrieves all lambda.LayerVersion items from an AWS CloudFormation template
func (*Template) GetAllLambdaPermissionResources ¶
func (t *Template) GetAllLambdaPermissionResources() map[string]*lambda.Permission
GetAllLambdaPermissionResources retrieves all lambda.Permission items from an AWS CloudFormation template
func (*Template) GetAllLambdaVersionResources ¶
GetAllLambdaVersionResources retrieves all lambda.Version items from an AWS CloudFormation template
func (*Template) GetAllLicenseManagerGrantResources ¶
func (t *Template) GetAllLicenseManagerGrantResources() map[string]*licensemanager.Grant
GetAllLicenseManagerGrantResources retrieves all licensemanager.Grant items from an AWS CloudFormation template
func (*Template) GetAllLicenseManagerLicenseResources ¶
func (t *Template) GetAllLicenseManagerLicenseResources() map[string]*licensemanager.License
GetAllLicenseManagerLicenseResources retrieves all licensemanager.License items from an AWS CloudFormation template
func (*Template) GetAllLightsailDatabaseResources ¶
GetAllLightsailDatabaseResources retrieves all lightsail.Database items from an AWS CloudFormation template
func (*Template) GetAllLightsailDiskResources ¶
GetAllLightsailDiskResources retrieves all lightsail.Disk items from an AWS CloudFormation template
func (*Template) GetAllLightsailInstanceResources ¶
GetAllLightsailInstanceResources retrieves all lightsail.Instance items from an AWS CloudFormation template
func (*Template) GetAllLightsailStaticIpResources ¶
GetAllLightsailStaticIpResources retrieves all lightsail.StaticIp items from an AWS CloudFormation template
func (*Template) GetAllLocationGeofenceCollectionResources ¶
func (t *Template) GetAllLocationGeofenceCollectionResources() map[string]*location.GeofenceCollection
GetAllLocationGeofenceCollectionResources retrieves all location.GeofenceCollection items from an AWS CloudFormation template
func (*Template) GetAllLocationMapResources ¶
GetAllLocationMapResources retrieves all location.Map items from an AWS CloudFormation template
func (*Template) GetAllLocationPlaceIndexResources ¶
func (t *Template) GetAllLocationPlaceIndexResources() map[string]*location.PlaceIndex
GetAllLocationPlaceIndexResources retrieves all location.PlaceIndex items from an AWS CloudFormation template
func (*Template) GetAllLocationRouteCalculatorResources ¶
func (t *Template) GetAllLocationRouteCalculatorResources() map[string]*location.RouteCalculator
GetAllLocationRouteCalculatorResources retrieves all location.RouteCalculator items from an AWS CloudFormation template
func (*Template) GetAllLocationTrackerConsumerResources ¶
func (t *Template) GetAllLocationTrackerConsumerResources() map[string]*location.TrackerConsumer
GetAllLocationTrackerConsumerResources retrieves all location.TrackerConsumer items from an AWS CloudFormation template
func (*Template) GetAllLocationTrackerResources ¶
GetAllLocationTrackerResources retrieves all location.Tracker items from an AWS CloudFormation template
func (*Template) GetAllLogsDestinationResources ¶
func (t *Template) GetAllLogsDestinationResources() map[string]*logs.Destination
GetAllLogsDestinationResources retrieves all logs.Destination items from an AWS CloudFormation template
func (*Template) GetAllLogsLogGroupResources ¶
GetAllLogsLogGroupResources retrieves all logs.LogGroup items from an AWS CloudFormation template
func (*Template) GetAllLogsLogStreamResources ¶
GetAllLogsLogStreamResources retrieves all logs.LogStream items from an AWS CloudFormation template
func (*Template) GetAllLogsMetricFilterResources ¶
func (t *Template) GetAllLogsMetricFilterResources() map[string]*logs.MetricFilter
GetAllLogsMetricFilterResources retrieves all logs.MetricFilter items from an AWS CloudFormation template
func (*Template) GetAllLogsQueryDefinitionResources ¶
func (t *Template) GetAllLogsQueryDefinitionResources() map[string]*logs.QueryDefinition
GetAllLogsQueryDefinitionResources retrieves all logs.QueryDefinition items from an AWS CloudFormation template
func (*Template) GetAllLogsResourcePolicyResources ¶
func (t *Template) GetAllLogsResourcePolicyResources() map[string]*logs.ResourcePolicy
GetAllLogsResourcePolicyResources retrieves all logs.ResourcePolicy items from an AWS CloudFormation template
func (*Template) GetAllLogsSubscriptionFilterResources ¶
func (t *Template) GetAllLogsSubscriptionFilterResources() map[string]*logs.SubscriptionFilter
GetAllLogsSubscriptionFilterResources retrieves all logs.SubscriptionFilter items from an AWS CloudFormation template
func (*Template) GetAllLookoutEquipmentInferenceSchedulerResources ¶
func (t *Template) GetAllLookoutEquipmentInferenceSchedulerResources() map[string]*lookoutequipment.InferenceScheduler
GetAllLookoutEquipmentInferenceSchedulerResources retrieves all lookoutequipment.InferenceScheduler items from an AWS CloudFormation template
func (*Template) GetAllLookoutMetricsAlertResources ¶
func (t *Template) GetAllLookoutMetricsAlertResources() map[string]*lookoutmetrics.Alert
GetAllLookoutMetricsAlertResources retrieves all lookoutmetrics.Alert items from an AWS CloudFormation template
func (*Template) GetAllLookoutMetricsAnomalyDetectorResources ¶
func (t *Template) GetAllLookoutMetricsAnomalyDetectorResources() map[string]*lookoutmetrics.AnomalyDetector
GetAllLookoutMetricsAnomalyDetectorResources retrieves all lookoutmetrics.AnomalyDetector items from an AWS CloudFormation template
func (*Template) GetAllLookoutVisionProjectResources ¶
func (t *Template) GetAllLookoutVisionProjectResources() map[string]*lookoutvision.Project
GetAllLookoutVisionProjectResources retrieves all lookoutvision.Project items from an AWS CloudFormation template
func (*Template) GetAllMSKClusterResources ¶
GetAllMSKClusterResources retrieves all msk.Cluster items from an AWS CloudFormation template
func (*Template) GetAllMWAAEnvironmentResources ¶
func (t *Template) GetAllMWAAEnvironmentResources() map[string]*mwaa.Environment
GetAllMWAAEnvironmentResources retrieves all mwaa.Environment items from an AWS CloudFormation template
func (*Template) GetAllMacieCustomDataIdentifierResources ¶
func (t *Template) GetAllMacieCustomDataIdentifierResources() map[string]*macie.CustomDataIdentifier
GetAllMacieCustomDataIdentifierResources retrieves all macie.CustomDataIdentifier items from an AWS CloudFormation template
func (*Template) GetAllMacieFindingsFilterResources ¶
func (t *Template) GetAllMacieFindingsFilterResources() map[string]*macie.FindingsFilter
GetAllMacieFindingsFilterResources retrieves all macie.FindingsFilter items from an AWS CloudFormation template
func (*Template) GetAllMacieSessionResources ¶
GetAllMacieSessionResources retrieves all macie.Session items from an AWS CloudFormation template
func (*Template) GetAllManagedBlockchainMemberResources ¶
func (t *Template) GetAllManagedBlockchainMemberResources() map[string]*managedblockchain.Member
GetAllManagedBlockchainMemberResources retrieves all managedblockchain.Member items from an AWS CloudFormation template
func (*Template) GetAllManagedBlockchainNodeResources ¶
func (t *Template) GetAllManagedBlockchainNodeResources() map[string]*managedblockchain.Node
GetAllManagedBlockchainNodeResources retrieves all managedblockchain.Node items from an AWS CloudFormation template
func (*Template) GetAllMediaConnectFlowEntitlementResources ¶
func (t *Template) GetAllMediaConnectFlowEntitlementResources() map[string]*mediaconnect.FlowEntitlement
GetAllMediaConnectFlowEntitlementResources retrieves all mediaconnect.FlowEntitlement items from an AWS CloudFormation template
func (*Template) GetAllMediaConnectFlowOutputResources ¶
func (t *Template) GetAllMediaConnectFlowOutputResources() map[string]*mediaconnect.FlowOutput
GetAllMediaConnectFlowOutputResources retrieves all mediaconnect.FlowOutput items from an AWS CloudFormation template
func (*Template) GetAllMediaConnectFlowResources ¶
func (t *Template) GetAllMediaConnectFlowResources() map[string]*mediaconnect.Flow
GetAllMediaConnectFlowResources retrieves all mediaconnect.Flow items from an AWS CloudFormation template
func (*Template) GetAllMediaConnectFlowSourceResources ¶
func (t *Template) GetAllMediaConnectFlowSourceResources() map[string]*mediaconnect.FlowSource
GetAllMediaConnectFlowSourceResources retrieves all mediaconnect.FlowSource items from an AWS CloudFormation template
func (*Template) GetAllMediaConnectFlowVpcInterfaceResources ¶
func (t *Template) GetAllMediaConnectFlowVpcInterfaceResources() map[string]*mediaconnect.FlowVpcInterface
GetAllMediaConnectFlowVpcInterfaceResources retrieves all mediaconnect.FlowVpcInterface items from an AWS CloudFormation template
func (*Template) GetAllMediaConvertJobTemplateResources ¶
func (t *Template) GetAllMediaConvertJobTemplateResources() map[string]*mediaconvert.JobTemplate
GetAllMediaConvertJobTemplateResources retrieves all mediaconvert.JobTemplate items from an AWS CloudFormation template
func (*Template) GetAllMediaConvertPresetResources ¶
func (t *Template) GetAllMediaConvertPresetResources() map[string]*mediaconvert.Preset
GetAllMediaConvertPresetResources retrieves all mediaconvert.Preset items from an AWS CloudFormation template
func (*Template) GetAllMediaConvertQueueResources ¶
func (t *Template) GetAllMediaConvertQueueResources() map[string]*mediaconvert.Queue
GetAllMediaConvertQueueResources retrieves all mediaconvert.Queue items from an AWS CloudFormation template
func (*Template) GetAllMediaLiveChannelResources ¶
GetAllMediaLiveChannelResources retrieves all medialive.Channel items from an AWS CloudFormation template
func (*Template) GetAllMediaLiveInputResources ¶
GetAllMediaLiveInputResources retrieves all medialive.Input items from an AWS CloudFormation template
func (*Template) GetAllMediaLiveInputSecurityGroupResources ¶
func (t *Template) GetAllMediaLiveInputSecurityGroupResources() map[string]*medialive.InputSecurityGroup
GetAllMediaLiveInputSecurityGroupResources retrieves all medialive.InputSecurityGroup items from an AWS CloudFormation template
func (*Template) GetAllMediaPackageAssetResources ¶
func (t *Template) GetAllMediaPackageAssetResources() map[string]*mediapackage.Asset
GetAllMediaPackageAssetResources retrieves all mediapackage.Asset items from an AWS CloudFormation template
func (*Template) GetAllMediaPackageChannelResources ¶
func (t *Template) GetAllMediaPackageChannelResources() map[string]*mediapackage.Channel
GetAllMediaPackageChannelResources retrieves all mediapackage.Channel items from an AWS CloudFormation template
func (*Template) GetAllMediaPackageOriginEndpointResources ¶
func (t *Template) GetAllMediaPackageOriginEndpointResources() map[string]*mediapackage.OriginEndpoint
GetAllMediaPackageOriginEndpointResources retrieves all mediapackage.OriginEndpoint items from an AWS CloudFormation template
func (*Template) GetAllMediaPackagePackagingConfigurationResources ¶
func (t *Template) GetAllMediaPackagePackagingConfigurationResources() map[string]*mediapackage.PackagingConfiguration
GetAllMediaPackagePackagingConfigurationResources retrieves all mediapackage.PackagingConfiguration items from an AWS CloudFormation template
func (*Template) GetAllMediaPackagePackagingGroupResources ¶
func (t *Template) GetAllMediaPackagePackagingGroupResources() map[string]*mediapackage.PackagingGroup
GetAllMediaPackagePackagingGroupResources retrieves all mediapackage.PackagingGroup items from an AWS CloudFormation template
func (*Template) GetAllMediaStoreContainerResources ¶
func (t *Template) GetAllMediaStoreContainerResources() map[string]*mediastore.Container
GetAllMediaStoreContainerResources retrieves all mediastore.Container items from an AWS CloudFormation template
func (*Template) GetAllMemoryDBACLResources ¶
GetAllMemoryDBACLResources retrieves all memorydb.ACL items from an AWS CloudFormation template
func (*Template) GetAllMemoryDBClusterResources ¶
GetAllMemoryDBClusterResources retrieves all memorydb.Cluster items from an AWS CloudFormation template
func (*Template) GetAllMemoryDBParameterGroupResources ¶
func (t *Template) GetAllMemoryDBParameterGroupResources() map[string]*memorydb.ParameterGroup
GetAllMemoryDBParameterGroupResources retrieves all memorydb.ParameterGroup items from an AWS CloudFormation template
func (*Template) GetAllMemoryDBSubnetGroupResources ¶
func (t *Template) GetAllMemoryDBSubnetGroupResources() map[string]*memorydb.SubnetGroup
GetAllMemoryDBSubnetGroupResources retrieves all memorydb.SubnetGroup items from an AWS CloudFormation template
func (*Template) GetAllMemoryDBUserResources ¶
GetAllMemoryDBUserResources retrieves all memorydb.User items from an AWS CloudFormation template
func (*Template) GetAllNeptuneDBClusterParameterGroupResources ¶
func (t *Template) GetAllNeptuneDBClusterParameterGroupResources() map[string]*neptune.DBClusterParameterGroup
GetAllNeptuneDBClusterParameterGroupResources retrieves all neptune.DBClusterParameterGroup items from an AWS CloudFormation template
func (*Template) GetAllNeptuneDBClusterResources ¶
GetAllNeptuneDBClusterResources retrieves all neptune.DBCluster items from an AWS CloudFormation template
func (*Template) GetAllNeptuneDBInstanceResources ¶
func (t *Template) GetAllNeptuneDBInstanceResources() map[string]*neptune.DBInstance
GetAllNeptuneDBInstanceResources retrieves all neptune.DBInstance items from an AWS CloudFormation template
func (*Template) GetAllNeptuneDBParameterGroupResources ¶
func (t *Template) GetAllNeptuneDBParameterGroupResources() map[string]*neptune.DBParameterGroup
GetAllNeptuneDBParameterGroupResources retrieves all neptune.DBParameterGroup items from an AWS CloudFormation template
func (*Template) GetAllNeptuneDBSubnetGroupResources ¶
func (t *Template) GetAllNeptuneDBSubnetGroupResources() map[string]*neptune.DBSubnetGroup
GetAllNeptuneDBSubnetGroupResources retrieves all neptune.DBSubnetGroup items from an AWS CloudFormation template
func (*Template) GetAllNetworkFirewallFirewallPolicyResources ¶
func (t *Template) GetAllNetworkFirewallFirewallPolicyResources() map[string]*networkfirewall.FirewallPolicy
GetAllNetworkFirewallFirewallPolicyResources retrieves all networkfirewall.FirewallPolicy items from an AWS CloudFormation template
func (*Template) GetAllNetworkFirewallFirewallResources ¶
func (t *Template) GetAllNetworkFirewallFirewallResources() map[string]*networkfirewall.Firewall
GetAllNetworkFirewallFirewallResources retrieves all networkfirewall.Firewall items from an AWS CloudFormation template
func (*Template) GetAllNetworkFirewallLoggingConfigurationResources ¶
func (t *Template) GetAllNetworkFirewallLoggingConfigurationResources() map[string]*networkfirewall.LoggingConfiguration
GetAllNetworkFirewallLoggingConfigurationResources retrieves all networkfirewall.LoggingConfiguration items from an AWS CloudFormation template
func (*Template) GetAllNetworkFirewallRuleGroupResources ¶
func (t *Template) GetAllNetworkFirewallRuleGroupResources() map[string]*networkfirewall.RuleGroup
GetAllNetworkFirewallRuleGroupResources retrieves all networkfirewall.RuleGroup items from an AWS CloudFormation template
func (*Template) GetAllNetworkManagerCustomerGatewayAssociationResources ¶
func (t *Template) GetAllNetworkManagerCustomerGatewayAssociationResources() map[string]*networkmanager.CustomerGatewayAssociation
GetAllNetworkManagerCustomerGatewayAssociationResources retrieves all networkmanager.CustomerGatewayAssociation items from an AWS CloudFormation template
func (*Template) GetAllNetworkManagerDeviceResources ¶
func (t *Template) GetAllNetworkManagerDeviceResources() map[string]*networkmanager.Device
GetAllNetworkManagerDeviceResources retrieves all networkmanager.Device items from an AWS CloudFormation template
func (*Template) GetAllNetworkManagerGlobalNetworkResources ¶
func (t *Template) GetAllNetworkManagerGlobalNetworkResources() map[string]*networkmanager.GlobalNetwork
GetAllNetworkManagerGlobalNetworkResources retrieves all networkmanager.GlobalNetwork items from an AWS CloudFormation template
func (*Template) GetAllNetworkManagerLinkAssociationResources ¶
func (t *Template) GetAllNetworkManagerLinkAssociationResources() map[string]*networkmanager.LinkAssociation
GetAllNetworkManagerLinkAssociationResources retrieves all networkmanager.LinkAssociation items from an AWS CloudFormation template
func (*Template) GetAllNetworkManagerLinkResources ¶
func (t *Template) GetAllNetworkManagerLinkResources() map[string]*networkmanager.Link
GetAllNetworkManagerLinkResources retrieves all networkmanager.Link items from an AWS CloudFormation template
func (*Template) GetAllNetworkManagerSiteResources ¶
func (t *Template) GetAllNetworkManagerSiteResources() map[string]*networkmanager.Site
GetAllNetworkManagerSiteResources retrieves all networkmanager.Site items from an AWS CloudFormation template
func (*Template) GetAllNetworkManagerTransitGatewayRegistrationResources ¶
func (t *Template) GetAllNetworkManagerTransitGatewayRegistrationResources() map[string]*networkmanager.TransitGatewayRegistration
GetAllNetworkManagerTransitGatewayRegistrationResources retrieves all networkmanager.TransitGatewayRegistration items from an AWS CloudFormation template
func (*Template) GetAllNimbleStudioLaunchProfileResources ¶
func (t *Template) GetAllNimbleStudioLaunchProfileResources() map[string]*nimblestudio.LaunchProfile
GetAllNimbleStudioLaunchProfileResources retrieves all nimblestudio.LaunchProfile items from an AWS CloudFormation template
func (*Template) GetAllNimbleStudioStreamingImageResources ¶
func (t *Template) GetAllNimbleStudioStreamingImageResources() map[string]*nimblestudio.StreamingImage
GetAllNimbleStudioStreamingImageResources retrieves all nimblestudio.StreamingImage items from an AWS CloudFormation template
func (*Template) GetAllNimbleStudioStudioComponentResources ¶
func (t *Template) GetAllNimbleStudioStudioComponentResources() map[string]*nimblestudio.StudioComponent
GetAllNimbleStudioStudioComponentResources retrieves all nimblestudio.StudioComponent items from an AWS CloudFormation template
func (*Template) GetAllNimbleStudioStudioResources ¶
func (t *Template) GetAllNimbleStudioStudioResources() map[string]*nimblestudio.Studio
GetAllNimbleStudioStudioResources retrieves all nimblestudio.Studio items from an AWS CloudFormation template
func (*Template) GetAllOpenSearchServiceDomainResources ¶
func (t *Template) GetAllOpenSearchServiceDomainResources() map[string]*opensearchservice.Domain
GetAllOpenSearchServiceDomainResources retrieves all opensearchservice.Domain items from an AWS CloudFormation template
func (*Template) GetAllOpsWorksAppResources ¶
GetAllOpsWorksAppResources retrieves all opsworks.App items from an AWS CloudFormation template
func (*Template) GetAllOpsWorksCMServerResources ¶
func (t *Template) GetAllOpsWorksCMServerResources() map[string]*opsworkscm.Server
GetAllOpsWorksCMServerResources retrieves all opsworkscm.Server items from an AWS CloudFormation template
func (*Template) GetAllOpsWorksElasticLoadBalancerAttachmentResources ¶
func (t *Template) GetAllOpsWorksElasticLoadBalancerAttachmentResources() map[string]*opsworks.ElasticLoadBalancerAttachment
GetAllOpsWorksElasticLoadBalancerAttachmentResources retrieves all opsworks.ElasticLoadBalancerAttachment items from an AWS CloudFormation template
func (*Template) GetAllOpsWorksInstanceResources ¶
GetAllOpsWorksInstanceResources retrieves all opsworks.Instance items from an AWS CloudFormation template
func (*Template) GetAllOpsWorksLayerResources ¶
GetAllOpsWorksLayerResources retrieves all opsworks.Layer items from an AWS CloudFormation template
func (*Template) GetAllOpsWorksStackResources ¶
GetAllOpsWorksStackResources retrieves all opsworks.Stack items from an AWS CloudFormation template
func (*Template) GetAllOpsWorksUserProfileResources ¶
func (t *Template) GetAllOpsWorksUserProfileResources() map[string]*opsworks.UserProfile
GetAllOpsWorksUserProfileResources retrieves all opsworks.UserProfile items from an AWS CloudFormation template
func (*Template) GetAllOpsWorksVolumeResources ¶
GetAllOpsWorksVolumeResources retrieves all opsworks.Volume items from an AWS CloudFormation template
func (*Template) GetAllPanoramaApplicationInstanceResources ¶
func (t *Template) GetAllPanoramaApplicationInstanceResources() map[string]*panorama.ApplicationInstance
GetAllPanoramaApplicationInstanceResources retrieves all panorama.ApplicationInstance items from an AWS CloudFormation template
func (*Template) GetAllPanoramaPackageResources ¶
GetAllPanoramaPackageResources retrieves all panorama.Package items from an AWS CloudFormation template
func (*Template) GetAllPanoramaPackageVersionResources ¶
func (t *Template) GetAllPanoramaPackageVersionResources() map[string]*panorama.PackageVersion
GetAllPanoramaPackageVersionResources retrieves all panorama.PackageVersion items from an AWS CloudFormation template
func (*Template) GetAllPinpointADMChannelResources ¶
func (t *Template) GetAllPinpointADMChannelResources() map[string]*pinpoint.ADMChannel
GetAllPinpointADMChannelResources retrieves all pinpoint.ADMChannel items from an AWS CloudFormation template
func (*Template) GetAllPinpointAPNSChannelResources ¶
func (t *Template) GetAllPinpointAPNSChannelResources() map[string]*pinpoint.APNSChannel
GetAllPinpointAPNSChannelResources retrieves all pinpoint.APNSChannel items from an AWS CloudFormation template
func (*Template) GetAllPinpointAPNSSandboxChannelResources ¶
func (t *Template) GetAllPinpointAPNSSandboxChannelResources() map[string]*pinpoint.APNSSandboxChannel
GetAllPinpointAPNSSandboxChannelResources retrieves all pinpoint.APNSSandboxChannel items from an AWS CloudFormation template
func (*Template) GetAllPinpointAPNSVoipChannelResources ¶
func (t *Template) GetAllPinpointAPNSVoipChannelResources() map[string]*pinpoint.APNSVoipChannel
GetAllPinpointAPNSVoipChannelResources retrieves all pinpoint.APNSVoipChannel items from an AWS CloudFormation template
func (*Template) GetAllPinpointAPNSVoipSandboxChannelResources ¶
func (t *Template) GetAllPinpointAPNSVoipSandboxChannelResources() map[string]*pinpoint.APNSVoipSandboxChannel
GetAllPinpointAPNSVoipSandboxChannelResources retrieves all pinpoint.APNSVoipSandboxChannel items from an AWS CloudFormation template
func (*Template) GetAllPinpointAppResources ¶
GetAllPinpointAppResources retrieves all pinpoint.App items from an AWS CloudFormation template
func (*Template) GetAllPinpointApplicationSettingsResources ¶
func (t *Template) GetAllPinpointApplicationSettingsResources() map[string]*pinpoint.ApplicationSettings
GetAllPinpointApplicationSettingsResources retrieves all pinpoint.ApplicationSettings items from an AWS CloudFormation template
func (*Template) GetAllPinpointBaiduChannelResources ¶
func (t *Template) GetAllPinpointBaiduChannelResources() map[string]*pinpoint.BaiduChannel
GetAllPinpointBaiduChannelResources retrieves all pinpoint.BaiduChannel items from an AWS CloudFormation template
func (*Template) GetAllPinpointCampaignResources ¶
GetAllPinpointCampaignResources retrieves all pinpoint.Campaign items from an AWS CloudFormation template
func (*Template) GetAllPinpointEmailChannelResources ¶
func (t *Template) GetAllPinpointEmailChannelResources() map[string]*pinpoint.EmailChannel
GetAllPinpointEmailChannelResources retrieves all pinpoint.EmailChannel items from an AWS CloudFormation template
func (*Template) GetAllPinpointEmailConfigurationSetEventDestinationResources ¶
func (t *Template) GetAllPinpointEmailConfigurationSetEventDestinationResources() map[string]*pinpointemail.ConfigurationSetEventDestination
GetAllPinpointEmailConfigurationSetEventDestinationResources retrieves all pinpointemail.ConfigurationSetEventDestination items from an AWS CloudFormation template
func (*Template) GetAllPinpointEmailConfigurationSetResources ¶
func (t *Template) GetAllPinpointEmailConfigurationSetResources() map[string]*pinpointemail.ConfigurationSet
GetAllPinpointEmailConfigurationSetResources retrieves all pinpointemail.ConfigurationSet items from an AWS CloudFormation template
func (*Template) GetAllPinpointEmailDedicatedIpPoolResources ¶
func (t *Template) GetAllPinpointEmailDedicatedIpPoolResources() map[string]*pinpointemail.DedicatedIpPool
GetAllPinpointEmailDedicatedIpPoolResources retrieves all pinpointemail.DedicatedIpPool items from an AWS CloudFormation template
func (*Template) GetAllPinpointEmailIdentityResources ¶
func (t *Template) GetAllPinpointEmailIdentityResources() map[string]*pinpointemail.Identity
GetAllPinpointEmailIdentityResources retrieves all pinpointemail.Identity items from an AWS CloudFormation template
func (*Template) GetAllPinpointEmailTemplateResources ¶
func (t *Template) GetAllPinpointEmailTemplateResources() map[string]*pinpoint.EmailTemplate
GetAllPinpointEmailTemplateResources retrieves all pinpoint.EmailTemplate items from an AWS CloudFormation template
func (*Template) GetAllPinpointEventStreamResources ¶
func (t *Template) GetAllPinpointEventStreamResources() map[string]*pinpoint.EventStream
GetAllPinpointEventStreamResources retrieves all pinpoint.EventStream items from an AWS CloudFormation template
func (*Template) GetAllPinpointGCMChannelResources ¶
func (t *Template) GetAllPinpointGCMChannelResources() map[string]*pinpoint.GCMChannel
GetAllPinpointGCMChannelResources retrieves all pinpoint.GCMChannel items from an AWS CloudFormation template
func (*Template) GetAllPinpointInAppTemplateResources ¶
func (t *Template) GetAllPinpointInAppTemplateResources() map[string]*pinpoint.InAppTemplate
GetAllPinpointInAppTemplateResources retrieves all pinpoint.InAppTemplate items from an AWS CloudFormation template
func (*Template) GetAllPinpointPushTemplateResources ¶
func (t *Template) GetAllPinpointPushTemplateResources() map[string]*pinpoint.PushTemplate
GetAllPinpointPushTemplateResources retrieves all pinpoint.PushTemplate items from an AWS CloudFormation template
func (*Template) GetAllPinpointSMSChannelResources ¶
func (t *Template) GetAllPinpointSMSChannelResources() map[string]*pinpoint.SMSChannel
GetAllPinpointSMSChannelResources retrieves all pinpoint.SMSChannel items from an AWS CloudFormation template
func (*Template) GetAllPinpointSegmentResources ¶
GetAllPinpointSegmentResources retrieves all pinpoint.Segment items from an AWS CloudFormation template
func (*Template) GetAllPinpointSmsTemplateResources ¶
func (t *Template) GetAllPinpointSmsTemplateResources() map[string]*pinpoint.SmsTemplate
GetAllPinpointSmsTemplateResources retrieves all pinpoint.SmsTemplate items from an AWS CloudFormation template
func (*Template) GetAllPinpointVoiceChannelResources ¶
func (t *Template) GetAllPinpointVoiceChannelResources() map[string]*pinpoint.VoiceChannel
GetAllPinpointVoiceChannelResources retrieves all pinpoint.VoiceChannel items from an AWS CloudFormation template
func (*Template) GetAllQLDBLedgerResources ¶
GetAllQLDBLedgerResources retrieves all qldb.Ledger items from an AWS CloudFormation template
func (*Template) GetAllQLDBStreamResources ¶
GetAllQLDBStreamResources retrieves all qldb.Stream items from an AWS CloudFormation template
func (*Template) GetAllQuickSightAnalysisResources ¶
func (t *Template) GetAllQuickSightAnalysisResources() map[string]*quicksight.Analysis
GetAllQuickSightAnalysisResources retrieves all quicksight.Analysis items from an AWS CloudFormation template
func (*Template) GetAllQuickSightDashboardResources ¶
func (t *Template) GetAllQuickSightDashboardResources() map[string]*quicksight.Dashboard
GetAllQuickSightDashboardResources retrieves all quicksight.Dashboard items from an AWS CloudFormation template
func (*Template) GetAllQuickSightDataSetResources ¶
func (t *Template) GetAllQuickSightDataSetResources() map[string]*quicksight.DataSet
GetAllQuickSightDataSetResources retrieves all quicksight.DataSet items from an AWS CloudFormation template
func (*Template) GetAllQuickSightDataSourceResources ¶
func (t *Template) GetAllQuickSightDataSourceResources() map[string]*quicksight.DataSource
GetAllQuickSightDataSourceResources retrieves all quicksight.DataSource items from an AWS CloudFormation template
func (*Template) GetAllQuickSightTemplateResources ¶
func (t *Template) GetAllQuickSightTemplateResources() map[string]*quicksight.Template
GetAllQuickSightTemplateResources retrieves all quicksight.Template items from an AWS CloudFormation template
func (*Template) GetAllQuickSightThemeResources ¶
func (t *Template) GetAllQuickSightThemeResources() map[string]*quicksight.Theme
GetAllQuickSightThemeResources retrieves all quicksight.Theme items from an AWS CloudFormation template
func (*Template) GetAllRAMResourceShareResources ¶
func (t *Template) GetAllRAMResourceShareResources() map[string]*ram.ResourceShare
GetAllRAMResourceShareResources retrieves all ram.ResourceShare items from an AWS CloudFormation template
func (*Template) GetAllRDSDBClusterParameterGroupResources ¶
func (t *Template) GetAllRDSDBClusterParameterGroupResources() map[string]*rds.DBClusterParameterGroup
GetAllRDSDBClusterParameterGroupResources retrieves all rds.DBClusterParameterGroup items from an AWS CloudFormation template
func (*Template) GetAllRDSDBClusterResources ¶
GetAllRDSDBClusterResources retrieves all rds.DBCluster items from an AWS CloudFormation template
func (*Template) GetAllRDSDBInstanceResources ¶
func (t *Template) GetAllRDSDBInstanceResources() map[string]*rds.DBInstance
GetAllRDSDBInstanceResources retrieves all rds.DBInstance items from an AWS CloudFormation template
func (*Template) GetAllRDSDBParameterGroupResources ¶
func (t *Template) GetAllRDSDBParameterGroupResources() map[string]*rds.DBParameterGroup
GetAllRDSDBParameterGroupResources retrieves all rds.DBParameterGroup items from an AWS CloudFormation template
func (*Template) GetAllRDSDBProxyEndpointResources ¶
func (t *Template) GetAllRDSDBProxyEndpointResources() map[string]*rds.DBProxyEndpoint
GetAllRDSDBProxyEndpointResources retrieves all rds.DBProxyEndpoint items from an AWS CloudFormation template
func (*Template) GetAllRDSDBProxyResources ¶
GetAllRDSDBProxyResources retrieves all rds.DBProxy items from an AWS CloudFormation template
func (*Template) GetAllRDSDBProxyTargetGroupResources ¶
func (t *Template) GetAllRDSDBProxyTargetGroupResources() map[string]*rds.DBProxyTargetGroup
GetAllRDSDBProxyTargetGroupResources retrieves all rds.DBProxyTargetGroup items from an AWS CloudFormation template
func (*Template) GetAllRDSDBSecurityGroupIngressResources ¶
func (t *Template) GetAllRDSDBSecurityGroupIngressResources() map[string]*rds.DBSecurityGroupIngress
GetAllRDSDBSecurityGroupIngressResources retrieves all rds.DBSecurityGroupIngress items from an AWS CloudFormation template
func (*Template) GetAllRDSDBSecurityGroupResources ¶
func (t *Template) GetAllRDSDBSecurityGroupResources() map[string]*rds.DBSecurityGroup
GetAllRDSDBSecurityGroupResources retrieves all rds.DBSecurityGroup items from an AWS CloudFormation template
func (*Template) GetAllRDSDBSubnetGroupResources ¶
func (t *Template) GetAllRDSDBSubnetGroupResources() map[string]*rds.DBSubnetGroup
GetAllRDSDBSubnetGroupResources retrieves all rds.DBSubnetGroup items from an AWS CloudFormation template
func (*Template) GetAllRDSEventSubscriptionResources ¶
func (t *Template) GetAllRDSEventSubscriptionResources() map[string]*rds.EventSubscription
GetAllRDSEventSubscriptionResources retrieves all rds.EventSubscription items from an AWS CloudFormation template
func (*Template) GetAllRDSGlobalClusterResources ¶
func (t *Template) GetAllRDSGlobalClusterResources() map[string]*rds.GlobalCluster
GetAllRDSGlobalClusterResources retrieves all rds.GlobalCluster items from an AWS CloudFormation template
func (*Template) GetAllRDSOptionGroupResources ¶
func (t *Template) GetAllRDSOptionGroupResources() map[string]*rds.OptionGroup
GetAllRDSOptionGroupResources retrieves all rds.OptionGroup items from an AWS CloudFormation template
func (*Template) GetAllRUMAppMonitorResources ¶
func (t *Template) GetAllRUMAppMonitorResources() map[string]*rum.AppMonitor
GetAllRUMAppMonitorResources retrieves all rum.AppMonitor items from an AWS CloudFormation template
func (*Template) GetAllRedshiftClusterParameterGroupResources ¶
func (t *Template) GetAllRedshiftClusterParameterGroupResources() map[string]*redshift.ClusterParameterGroup
GetAllRedshiftClusterParameterGroupResources retrieves all redshift.ClusterParameterGroup items from an AWS CloudFormation template
func (*Template) GetAllRedshiftClusterResources ¶
GetAllRedshiftClusterResources retrieves all redshift.Cluster items from an AWS CloudFormation template
func (*Template) GetAllRedshiftClusterSecurityGroupIngressResources ¶
func (t *Template) GetAllRedshiftClusterSecurityGroupIngressResources() map[string]*redshift.ClusterSecurityGroupIngress
GetAllRedshiftClusterSecurityGroupIngressResources retrieves all redshift.ClusterSecurityGroupIngress items from an AWS CloudFormation template
func (*Template) GetAllRedshiftClusterSecurityGroupResources ¶
func (t *Template) GetAllRedshiftClusterSecurityGroupResources() map[string]*redshift.ClusterSecurityGroup
GetAllRedshiftClusterSecurityGroupResources retrieves all redshift.ClusterSecurityGroup items from an AWS CloudFormation template
func (*Template) GetAllRedshiftClusterSubnetGroupResources ¶
func (t *Template) GetAllRedshiftClusterSubnetGroupResources() map[string]*redshift.ClusterSubnetGroup
GetAllRedshiftClusterSubnetGroupResources retrieves all redshift.ClusterSubnetGroup items from an AWS CloudFormation template
func (*Template) GetAllRedshiftEndpointAccessResources ¶
func (t *Template) GetAllRedshiftEndpointAccessResources() map[string]*redshift.EndpointAccess
GetAllRedshiftEndpointAccessResources retrieves all redshift.EndpointAccess items from an AWS CloudFormation template
func (*Template) GetAllRedshiftEndpointAuthorizationResources ¶
func (t *Template) GetAllRedshiftEndpointAuthorizationResources() map[string]*redshift.EndpointAuthorization
GetAllRedshiftEndpointAuthorizationResources retrieves all redshift.EndpointAuthorization items from an AWS CloudFormation template
func (*Template) GetAllRedshiftEventSubscriptionResources ¶
func (t *Template) GetAllRedshiftEventSubscriptionResources() map[string]*redshift.EventSubscription
GetAllRedshiftEventSubscriptionResources retrieves all redshift.EventSubscription items from an AWS CloudFormation template
func (*Template) GetAllRedshiftScheduledActionResources ¶
func (t *Template) GetAllRedshiftScheduledActionResources() map[string]*redshift.ScheduledAction
GetAllRedshiftScheduledActionResources retrieves all redshift.ScheduledAction items from an AWS CloudFormation template
func (*Template) GetAllRefactorSpacesApplicationResources ¶
func (t *Template) GetAllRefactorSpacesApplicationResources() map[string]*refactorspaces.Application
GetAllRefactorSpacesApplicationResources retrieves all refactorspaces.Application items from an AWS CloudFormation template
func (*Template) GetAllRefactorSpacesEnvironmentResources ¶
func (t *Template) GetAllRefactorSpacesEnvironmentResources() map[string]*refactorspaces.Environment
GetAllRefactorSpacesEnvironmentResources retrieves all refactorspaces.Environment items from an AWS CloudFormation template
func (*Template) GetAllRefactorSpacesRouteResources ¶
func (t *Template) GetAllRefactorSpacesRouteResources() map[string]*refactorspaces.Route
GetAllRefactorSpacesRouteResources retrieves all refactorspaces.Route items from an AWS CloudFormation template
func (*Template) GetAllRefactorSpacesServiceResources ¶
func (t *Template) GetAllRefactorSpacesServiceResources() map[string]*refactorspaces.Service
GetAllRefactorSpacesServiceResources retrieves all refactorspaces.Service items from an AWS CloudFormation template
func (*Template) GetAllRekognitionProjectResources ¶
func (t *Template) GetAllRekognitionProjectResources() map[string]*rekognition.Project
GetAllRekognitionProjectResources retrieves all rekognition.Project items from an AWS CloudFormation template
func (*Template) GetAllResilienceHubAppResources ¶
func (t *Template) GetAllResilienceHubAppResources() map[string]*resiliencehub.App
GetAllResilienceHubAppResources retrieves all resiliencehub.App items from an AWS CloudFormation template
func (*Template) GetAllResilienceHubResiliencyPolicyResources ¶
func (t *Template) GetAllResilienceHubResiliencyPolicyResources() map[string]*resiliencehub.ResiliencyPolicy
GetAllResilienceHubResiliencyPolicyResources retrieves all resiliencehub.ResiliencyPolicy items from an AWS CloudFormation template
func (*Template) GetAllResourceGroupsGroupResources ¶
func (t *Template) GetAllResourceGroupsGroupResources() map[string]*resourcegroups.Group
GetAllResourceGroupsGroupResources retrieves all resourcegroups.Group items from an AWS CloudFormation template
func (*Template) GetAllRoboMakerFleetResources ¶
GetAllRoboMakerFleetResources retrieves all robomaker.Fleet items from an AWS CloudFormation template
func (*Template) GetAllRoboMakerRobotApplicationResources ¶
func (t *Template) GetAllRoboMakerRobotApplicationResources() map[string]*robomaker.RobotApplication
GetAllRoboMakerRobotApplicationResources retrieves all robomaker.RobotApplication items from an AWS CloudFormation template
func (*Template) GetAllRoboMakerRobotApplicationVersionResources ¶
func (t *Template) GetAllRoboMakerRobotApplicationVersionResources() map[string]*robomaker.RobotApplicationVersion
GetAllRoboMakerRobotApplicationVersionResources retrieves all robomaker.RobotApplicationVersion items from an AWS CloudFormation template
func (*Template) GetAllRoboMakerRobotResources ¶
GetAllRoboMakerRobotResources retrieves all robomaker.Robot items from an AWS CloudFormation template
func (*Template) GetAllRoboMakerSimulationApplicationResources ¶
func (t *Template) GetAllRoboMakerSimulationApplicationResources() map[string]*robomaker.SimulationApplication
GetAllRoboMakerSimulationApplicationResources retrieves all robomaker.SimulationApplication items from an AWS CloudFormation template
func (*Template) GetAllRoboMakerSimulationApplicationVersionResources ¶
func (t *Template) GetAllRoboMakerSimulationApplicationVersionResources() map[string]*robomaker.SimulationApplicationVersion
GetAllRoboMakerSimulationApplicationVersionResources retrieves all robomaker.SimulationApplicationVersion items from an AWS CloudFormation template
func (*Template) GetAllRoute53DNSSECResources ¶
GetAllRoute53DNSSECResources retrieves all route53.DNSSEC items from an AWS CloudFormation template
func (*Template) GetAllRoute53HealthCheckResources ¶
func (t *Template) GetAllRoute53HealthCheckResources() map[string]*route53.HealthCheck
GetAllRoute53HealthCheckResources retrieves all route53.HealthCheck items from an AWS CloudFormation template
func (*Template) GetAllRoute53HostedZoneResources ¶
func (t *Template) GetAllRoute53HostedZoneResources() map[string]*route53.HostedZone
GetAllRoute53HostedZoneResources retrieves all route53.HostedZone items from an AWS CloudFormation template
func (*Template) GetAllRoute53KeySigningKeyResources ¶
func (t *Template) GetAllRoute53KeySigningKeyResources() map[string]*route53.KeySigningKey
GetAllRoute53KeySigningKeyResources retrieves all route53.KeySigningKey items from an AWS CloudFormation template
func (*Template) GetAllRoute53RecordSetGroupResources ¶
func (t *Template) GetAllRoute53RecordSetGroupResources() map[string]*route53.RecordSetGroup
GetAllRoute53RecordSetGroupResources retrieves all route53.RecordSetGroup items from an AWS CloudFormation template
func (*Template) GetAllRoute53RecordSetResources ¶
GetAllRoute53RecordSetResources retrieves all route53.RecordSet items from an AWS CloudFormation template
func (*Template) GetAllRoute53RecoveryControlClusterResources ¶
func (t *Template) GetAllRoute53RecoveryControlClusterResources() map[string]*route53recoverycontrol.Cluster
GetAllRoute53RecoveryControlClusterResources retrieves all route53recoverycontrol.Cluster items from an AWS CloudFormation template
func (*Template) GetAllRoute53RecoveryControlControlPanelResources ¶
func (t *Template) GetAllRoute53RecoveryControlControlPanelResources() map[string]*route53recoverycontrol.ControlPanel
GetAllRoute53RecoveryControlControlPanelResources retrieves all route53recoverycontrol.ControlPanel items from an AWS CloudFormation template
func (*Template) GetAllRoute53RecoveryControlRoutingControlResources ¶
func (t *Template) GetAllRoute53RecoveryControlRoutingControlResources() map[string]*route53recoverycontrol.RoutingControl
GetAllRoute53RecoveryControlRoutingControlResources retrieves all route53recoverycontrol.RoutingControl items from an AWS CloudFormation template
func (*Template) GetAllRoute53RecoveryControlSafetyRuleResources ¶
func (t *Template) GetAllRoute53RecoveryControlSafetyRuleResources() map[string]*route53recoverycontrol.SafetyRule
GetAllRoute53RecoveryControlSafetyRuleResources retrieves all route53recoverycontrol.SafetyRule items from an AWS CloudFormation template
func (*Template) GetAllRoute53RecoveryReadinessCellResources ¶
func (t *Template) GetAllRoute53RecoveryReadinessCellResources() map[string]*route53recoveryreadiness.Cell
GetAllRoute53RecoveryReadinessCellResources retrieves all route53recoveryreadiness.Cell items from an AWS CloudFormation template
func (*Template) GetAllRoute53RecoveryReadinessReadinessCheckResources ¶
func (t *Template) GetAllRoute53RecoveryReadinessReadinessCheckResources() map[string]*route53recoveryreadiness.ReadinessCheck
GetAllRoute53RecoveryReadinessReadinessCheckResources retrieves all route53recoveryreadiness.ReadinessCheck items from an AWS CloudFormation template
func (*Template) GetAllRoute53RecoveryReadinessRecoveryGroupResources ¶
func (t *Template) GetAllRoute53RecoveryReadinessRecoveryGroupResources() map[string]*route53recoveryreadiness.RecoveryGroup
GetAllRoute53RecoveryReadinessRecoveryGroupResources retrieves all route53recoveryreadiness.RecoveryGroup items from an AWS CloudFormation template
func (*Template) GetAllRoute53RecoveryReadinessResourceSetResources ¶
func (t *Template) GetAllRoute53RecoveryReadinessResourceSetResources() map[string]*route53recoveryreadiness.ResourceSet
GetAllRoute53RecoveryReadinessResourceSetResources retrieves all route53recoveryreadiness.ResourceSet items from an AWS CloudFormation template
func (*Template) GetAllRoute53ResolverFirewallDomainListResources ¶
func (t *Template) GetAllRoute53ResolverFirewallDomainListResources() map[string]*route53resolver.FirewallDomainList
GetAllRoute53ResolverFirewallDomainListResources retrieves all route53resolver.FirewallDomainList items from an AWS CloudFormation template
func (*Template) GetAllRoute53ResolverFirewallRuleGroupAssociationResources ¶
func (t *Template) GetAllRoute53ResolverFirewallRuleGroupAssociationResources() map[string]*route53resolver.FirewallRuleGroupAssociation
GetAllRoute53ResolverFirewallRuleGroupAssociationResources retrieves all route53resolver.FirewallRuleGroupAssociation items from an AWS CloudFormation template
func (*Template) GetAllRoute53ResolverFirewallRuleGroupResources ¶
func (t *Template) GetAllRoute53ResolverFirewallRuleGroupResources() map[string]*route53resolver.FirewallRuleGroup
GetAllRoute53ResolverFirewallRuleGroupResources retrieves all route53resolver.FirewallRuleGroup items from an AWS CloudFormation template
func (*Template) GetAllRoute53ResolverResolverConfigResources ¶
func (t *Template) GetAllRoute53ResolverResolverConfigResources() map[string]*route53resolver.ResolverConfig
GetAllRoute53ResolverResolverConfigResources retrieves all route53resolver.ResolverConfig items from an AWS CloudFormation template
func (*Template) GetAllRoute53ResolverResolverDNSSECConfigResources ¶
func (t *Template) GetAllRoute53ResolverResolverDNSSECConfigResources() map[string]*route53resolver.ResolverDNSSECConfig
GetAllRoute53ResolverResolverDNSSECConfigResources retrieves all route53resolver.ResolverDNSSECConfig items from an AWS CloudFormation template
func (*Template) GetAllRoute53ResolverResolverEndpointResources ¶
func (t *Template) GetAllRoute53ResolverResolverEndpointResources() map[string]*route53resolver.ResolverEndpoint
GetAllRoute53ResolverResolverEndpointResources retrieves all route53resolver.ResolverEndpoint items from an AWS CloudFormation template
func (*Template) GetAllRoute53ResolverResolverQueryLoggingConfigAssociationResources ¶
func (t *Template) GetAllRoute53ResolverResolverQueryLoggingConfigAssociationResources() map[string]*route53resolver.ResolverQueryLoggingConfigAssociation
GetAllRoute53ResolverResolverQueryLoggingConfigAssociationResources retrieves all route53resolver.ResolverQueryLoggingConfigAssociation items from an AWS CloudFormation template
func (*Template) GetAllRoute53ResolverResolverQueryLoggingConfigResources ¶
func (t *Template) GetAllRoute53ResolverResolverQueryLoggingConfigResources() map[string]*route53resolver.ResolverQueryLoggingConfig
GetAllRoute53ResolverResolverQueryLoggingConfigResources retrieves all route53resolver.ResolverQueryLoggingConfig items from an AWS CloudFormation template
func (*Template) GetAllRoute53ResolverResolverRuleAssociationResources ¶
func (t *Template) GetAllRoute53ResolverResolverRuleAssociationResources() map[string]*route53resolver.ResolverRuleAssociation
GetAllRoute53ResolverResolverRuleAssociationResources retrieves all route53resolver.ResolverRuleAssociation items from an AWS CloudFormation template
func (*Template) GetAllRoute53ResolverResolverRuleResources ¶
func (t *Template) GetAllRoute53ResolverResolverRuleResources() map[string]*route53resolver.ResolverRule
GetAllRoute53ResolverResolverRuleResources retrieves all route53resolver.ResolverRule items from an AWS CloudFormation template
func (*Template) GetAllS3AccessPointResources ¶
func (t *Template) GetAllS3AccessPointResources() map[string]*s3.AccessPoint
GetAllS3AccessPointResources retrieves all s3.AccessPoint items from an AWS CloudFormation template
func (*Template) GetAllS3BucketPolicyResources ¶
func (t *Template) GetAllS3BucketPolicyResources() map[string]*s3.BucketPolicy
GetAllS3BucketPolicyResources retrieves all s3.BucketPolicy items from an AWS CloudFormation template
func (*Template) GetAllS3BucketResources ¶
GetAllS3BucketResources retrieves all s3.Bucket items from an AWS CloudFormation template
func (*Template) GetAllS3MultiRegionAccessPointPolicyResources ¶
func (t *Template) GetAllS3MultiRegionAccessPointPolicyResources() map[string]*s3.MultiRegionAccessPointPolicy
GetAllS3MultiRegionAccessPointPolicyResources retrieves all s3.MultiRegionAccessPointPolicy items from an AWS CloudFormation template
func (*Template) GetAllS3MultiRegionAccessPointResources ¶
func (t *Template) GetAllS3MultiRegionAccessPointResources() map[string]*s3.MultiRegionAccessPoint
GetAllS3MultiRegionAccessPointResources retrieves all s3.MultiRegionAccessPoint items from an AWS CloudFormation template
func (*Template) GetAllS3ObjectLambdaAccessPointPolicyResources ¶
func (t *Template) GetAllS3ObjectLambdaAccessPointPolicyResources() map[string]*s3objectlambda.AccessPointPolicy
GetAllS3ObjectLambdaAccessPointPolicyResources retrieves all s3objectlambda.AccessPointPolicy items from an AWS CloudFormation template
func (*Template) GetAllS3ObjectLambdaAccessPointResources ¶
func (t *Template) GetAllS3ObjectLambdaAccessPointResources() map[string]*s3objectlambda.AccessPoint
GetAllS3ObjectLambdaAccessPointResources retrieves all s3objectlambda.AccessPoint items from an AWS CloudFormation template
func (*Template) GetAllS3OutpostsAccessPointResources ¶
func (t *Template) GetAllS3OutpostsAccessPointResources() map[string]*s3outposts.AccessPoint
GetAllS3OutpostsAccessPointResources retrieves all s3outposts.AccessPoint items from an AWS CloudFormation template
func (*Template) GetAllS3OutpostsBucketPolicyResources ¶
func (t *Template) GetAllS3OutpostsBucketPolicyResources() map[string]*s3outposts.BucketPolicy
GetAllS3OutpostsBucketPolicyResources retrieves all s3outposts.BucketPolicy items from an AWS CloudFormation template
func (*Template) GetAllS3OutpostsBucketResources ¶
func (t *Template) GetAllS3OutpostsBucketResources() map[string]*s3outposts.Bucket
GetAllS3OutpostsBucketResources retrieves all s3outposts.Bucket items from an AWS CloudFormation template
func (*Template) GetAllS3OutpostsEndpointResources ¶
func (t *Template) GetAllS3OutpostsEndpointResources() map[string]*s3outposts.Endpoint
GetAllS3OutpostsEndpointResources retrieves all s3outposts.Endpoint items from an AWS CloudFormation template
func (*Template) GetAllS3StorageLensResources ¶
func (t *Template) GetAllS3StorageLensResources() map[string]*s3.StorageLens
GetAllS3StorageLensResources retrieves all s3.StorageLens items from an AWS CloudFormation template
func (*Template) GetAllSDBDomainResources ¶
GetAllSDBDomainResources retrieves all sdb.Domain items from an AWS CloudFormation template
func (*Template) GetAllSESConfigurationSetEventDestinationResources ¶
func (t *Template) GetAllSESConfigurationSetEventDestinationResources() map[string]*ses.ConfigurationSetEventDestination
GetAllSESConfigurationSetEventDestinationResources retrieves all ses.ConfigurationSetEventDestination items from an AWS CloudFormation template
func (*Template) GetAllSESConfigurationSetResources ¶
func (t *Template) GetAllSESConfigurationSetResources() map[string]*ses.ConfigurationSet
GetAllSESConfigurationSetResources retrieves all ses.ConfigurationSet items from an AWS CloudFormation template
func (*Template) GetAllSESContactListResources ¶
func (t *Template) GetAllSESContactListResources() map[string]*ses.ContactList
GetAllSESContactListResources retrieves all ses.ContactList items from an AWS CloudFormation template
func (*Template) GetAllSESReceiptFilterResources ¶
func (t *Template) GetAllSESReceiptFilterResources() map[string]*ses.ReceiptFilter
GetAllSESReceiptFilterResources retrieves all ses.ReceiptFilter items from an AWS CloudFormation template
func (*Template) GetAllSESReceiptRuleResources ¶
func (t *Template) GetAllSESReceiptRuleResources() map[string]*ses.ReceiptRule
GetAllSESReceiptRuleResources retrieves all ses.ReceiptRule items from an AWS CloudFormation template
func (*Template) GetAllSESReceiptRuleSetResources ¶
func (t *Template) GetAllSESReceiptRuleSetResources() map[string]*ses.ReceiptRuleSet
GetAllSESReceiptRuleSetResources retrieves all ses.ReceiptRuleSet items from an AWS CloudFormation template
func (*Template) GetAllSESTemplateResources ¶
GetAllSESTemplateResources retrieves all ses.Template items from an AWS CloudFormation template
func (*Template) GetAllSNSSubscriptionResources ¶
func (t *Template) GetAllSNSSubscriptionResources() map[string]*sns.Subscription
GetAllSNSSubscriptionResources retrieves all sns.Subscription items from an AWS CloudFormation template
func (*Template) GetAllSNSTopicPolicyResources ¶
func (t *Template) GetAllSNSTopicPolicyResources() map[string]*sns.TopicPolicy
GetAllSNSTopicPolicyResources retrieves all sns.TopicPolicy items from an AWS CloudFormation template
func (*Template) GetAllSNSTopicResources ¶
GetAllSNSTopicResources retrieves all sns.Topic items from an AWS CloudFormation template
func (*Template) GetAllSQSQueuePolicyResources ¶
func (t *Template) GetAllSQSQueuePolicyResources() map[string]*sqs.QueuePolicy
GetAllSQSQueuePolicyResources retrieves all sqs.QueuePolicy items from an AWS CloudFormation template
func (*Template) GetAllSQSQueueResources ¶
GetAllSQSQueueResources retrieves all sqs.Queue items from an AWS CloudFormation template
func (*Template) GetAllSSMAssociationResources ¶
func (t *Template) GetAllSSMAssociationResources() map[string]*ssm.Association
GetAllSSMAssociationResources retrieves all ssm.Association items from an AWS CloudFormation template
func (*Template) GetAllSSMContactsContactChannelResources ¶
func (t *Template) GetAllSSMContactsContactChannelResources() map[string]*ssmcontacts.ContactChannel
GetAllSSMContactsContactChannelResources retrieves all ssmcontacts.ContactChannel items from an AWS CloudFormation template
func (*Template) GetAllSSMContactsContactResources ¶
func (t *Template) GetAllSSMContactsContactResources() map[string]*ssmcontacts.Contact
GetAllSSMContactsContactResources retrieves all ssmcontacts.Contact items from an AWS CloudFormation template
func (*Template) GetAllSSMDocumentResources ¶
GetAllSSMDocumentResources retrieves all ssm.Document items from an AWS CloudFormation template
func (*Template) GetAllSSMIncidentsReplicationSetResources ¶
func (t *Template) GetAllSSMIncidentsReplicationSetResources() map[string]*ssmincidents.ReplicationSet
GetAllSSMIncidentsReplicationSetResources retrieves all ssmincidents.ReplicationSet items from an AWS CloudFormation template
func (*Template) GetAllSSMIncidentsResponsePlanResources ¶
func (t *Template) GetAllSSMIncidentsResponsePlanResources() map[string]*ssmincidents.ResponsePlan
GetAllSSMIncidentsResponsePlanResources retrieves all ssmincidents.ResponsePlan items from an AWS CloudFormation template
func (*Template) GetAllSSMMaintenanceWindowResources ¶
func (t *Template) GetAllSSMMaintenanceWindowResources() map[string]*ssm.MaintenanceWindow
GetAllSSMMaintenanceWindowResources retrieves all ssm.MaintenanceWindow items from an AWS CloudFormation template
func (*Template) GetAllSSMMaintenanceWindowTargetResources ¶
func (t *Template) GetAllSSMMaintenanceWindowTargetResources() map[string]*ssm.MaintenanceWindowTarget
GetAllSSMMaintenanceWindowTargetResources retrieves all ssm.MaintenanceWindowTarget items from an AWS CloudFormation template
func (*Template) GetAllSSMMaintenanceWindowTaskResources ¶
func (t *Template) GetAllSSMMaintenanceWindowTaskResources() map[string]*ssm.MaintenanceWindowTask
GetAllSSMMaintenanceWindowTaskResources retrieves all ssm.MaintenanceWindowTask items from an AWS CloudFormation template
func (*Template) GetAllSSMParameterResources ¶
GetAllSSMParameterResources retrieves all ssm.Parameter items from an AWS CloudFormation template
func (*Template) GetAllSSMPatchBaselineResources ¶
func (t *Template) GetAllSSMPatchBaselineResources() map[string]*ssm.PatchBaseline
GetAllSSMPatchBaselineResources retrieves all ssm.PatchBaseline items from an AWS CloudFormation template
func (*Template) GetAllSSMResourceDataSyncResources ¶
func (t *Template) GetAllSSMResourceDataSyncResources() map[string]*ssm.ResourceDataSync
GetAllSSMResourceDataSyncResources retrieves all ssm.ResourceDataSync items from an AWS CloudFormation template
func (*Template) GetAllSSOAssignmentResources ¶
func (t *Template) GetAllSSOAssignmentResources() map[string]*sso.Assignment
GetAllSSOAssignmentResources retrieves all sso.Assignment items from an AWS CloudFormation template
func (*Template) GetAllSSOInstanceAccessControlAttributeConfigurationResources ¶
func (t *Template) GetAllSSOInstanceAccessControlAttributeConfigurationResources() map[string]*sso.InstanceAccessControlAttributeConfiguration
GetAllSSOInstanceAccessControlAttributeConfigurationResources retrieves all sso.InstanceAccessControlAttributeConfiguration items from an AWS CloudFormation template
func (*Template) GetAllSSOPermissionSetResources ¶
func (t *Template) GetAllSSOPermissionSetResources() map[string]*sso.PermissionSet
GetAllSSOPermissionSetResources retrieves all sso.PermissionSet items from an AWS CloudFormation template
func (*Template) GetAllSageMakerAppImageConfigResources ¶
func (t *Template) GetAllSageMakerAppImageConfigResources() map[string]*sagemaker.AppImageConfig
GetAllSageMakerAppImageConfigResources retrieves all sagemaker.AppImageConfig items from an AWS CloudFormation template
func (*Template) GetAllSageMakerAppResources ¶
GetAllSageMakerAppResources retrieves all sagemaker.App items from an AWS CloudFormation template
func (*Template) GetAllSageMakerCodeRepositoryResources ¶
func (t *Template) GetAllSageMakerCodeRepositoryResources() map[string]*sagemaker.CodeRepository
GetAllSageMakerCodeRepositoryResources retrieves all sagemaker.CodeRepository items from an AWS CloudFormation template
func (*Template) GetAllSageMakerDataQualityJobDefinitionResources ¶
func (t *Template) GetAllSageMakerDataQualityJobDefinitionResources() map[string]*sagemaker.DataQualityJobDefinition
GetAllSageMakerDataQualityJobDefinitionResources retrieves all sagemaker.DataQualityJobDefinition items from an AWS CloudFormation template
func (*Template) GetAllSageMakerDeviceFleetResources ¶
func (t *Template) GetAllSageMakerDeviceFleetResources() map[string]*sagemaker.DeviceFleet
GetAllSageMakerDeviceFleetResources retrieves all sagemaker.DeviceFleet items from an AWS CloudFormation template
func (*Template) GetAllSageMakerDeviceResources ¶
GetAllSageMakerDeviceResources retrieves all sagemaker.Device items from an AWS CloudFormation template
func (*Template) GetAllSageMakerDomainResources ¶
GetAllSageMakerDomainResources retrieves all sagemaker.Domain items from an AWS CloudFormation template
func (*Template) GetAllSageMakerEndpointConfigResources ¶
func (t *Template) GetAllSageMakerEndpointConfigResources() map[string]*sagemaker.EndpointConfig
GetAllSageMakerEndpointConfigResources retrieves all sagemaker.EndpointConfig items from an AWS CloudFormation template
func (*Template) GetAllSageMakerEndpointResources ¶
GetAllSageMakerEndpointResources retrieves all sagemaker.Endpoint items from an AWS CloudFormation template
func (*Template) GetAllSageMakerFeatureGroupResources ¶
func (t *Template) GetAllSageMakerFeatureGroupResources() map[string]*sagemaker.FeatureGroup
GetAllSageMakerFeatureGroupResources retrieves all sagemaker.FeatureGroup items from an AWS CloudFormation template
func (*Template) GetAllSageMakerImageResources ¶
GetAllSageMakerImageResources retrieves all sagemaker.Image items from an AWS CloudFormation template
func (*Template) GetAllSageMakerImageVersionResources ¶
func (t *Template) GetAllSageMakerImageVersionResources() map[string]*sagemaker.ImageVersion
GetAllSageMakerImageVersionResources retrieves all sagemaker.ImageVersion items from an AWS CloudFormation template
func (*Template) GetAllSageMakerModelBiasJobDefinitionResources ¶
func (t *Template) GetAllSageMakerModelBiasJobDefinitionResources() map[string]*sagemaker.ModelBiasJobDefinition
GetAllSageMakerModelBiasJobDefinitionResources retrieves all sagemaker.ModelBiasJobDefinition items from an AWS CloudFormation template
func (*Template) GetAllSageMakerModelExplainabilityJobDefinitionResources ¶
func (t *Template) GetAllSageMakerModelExplainabilityJobDefinitionResources() map[string]*sagemaker.ModelExplainabilityJobDefinition
GetAllSageMakerModelExplainabilityJobDefinitionResources retrieves all sagemaker.ModelExplainabilityJobDefinition items from an AWS CloudFormation template
func (*Template) GetAllSageMakerModelPackageGroupResources ¶
func (t *Template) GetAllSageMakerModelPackageGroupResources() map[string]*sagemaker.ModelPackageGroup
GetAllSageMakerModelPackageGroupResources retrieves all sagemaker.ModelPackageGroup items from an AWS CloudFormation template
func (*Template) GetAllSageMakerModelQualityJobDefinitionResources ¶
func (t *Template) GetAllSageMakerModelQualityJobDefinitionResources() map[string]*sagemaker.ModelQualityJobDefinition
GetAllSageMakerModelQualityJobDefinitionResources retrieves all sagemaker.ModelQualityJobDefinition items from an AWS CloudFormation template
func (*Template) GetAllSageMakerModelResources ¶
GetAllSageMakerModelResources retrieves all sagemaker.Model items from an AWS CloudFormation template
func (*Template) GetAllSageMakerMonitoringScheduleResources ¶
func (t *Template) GetAllSageMakerMonitoringScheduleResources() map[string]*sagemaker.MonitoringSchedule
GetAllSageMakerMonitoringScheduleResources retrieves all sagemaker.MonitoringSchedule items from an AWS CloudFormation template
func (*Template) GetAllSageMakerNotebookInstanceLifecycleConfigResources ¶
func (t *Template) GetAllSageMakerNotebookInstanceLifecycleConfigResources() map[string]*sagemaker.NotebookInstanceLifecycleConfig
GetAllSageMakerNotebookInstanceLifecycleConfigResources retrieves all sagemaker.NotebookInstanceLifecycleConfig items from an AWS CloudFormation template
func (*Template) GetAllSageMakerNotebookInstanceResources ¶
func (t *Template) GetAllSageMakerNotebookInstanceResources() map[string]*sagemaker.NotebookInstance
GetAllSageMakerNotebookInstanceResources retrieves all sagemaker.NotebookInstance items from an AWS CloudFormation template
func (*Template) GetAllSageMakerPipelineResources ¶
GetAllSageMakerPipelineResources retrieves all sagemaker.Pipeline items from an AWS CloudFormation template
func (*Template) GetAllSageMakerProjectResources ¶
GetAllSageMakerProjectResources retrieves all sagemaker.Project items from an AWS CloudFormation template
func (*Template) GetAllSageMakerUserProfileResources ¶
func (t *Template) GetAllSageMakerUserProfileResources() map[string]*sagemaker.UserProfile
GetAllSageMakerUserProfileResources retrieves all sagemaker.UserProfile items from an AWS CloudFormation template
func (*Template) GetAllSageMakerWorkteamResources ¶
GetAllSageMakerWorkteamResources retrieves all sagemaker.Workteam items from an AWS CloudFormation template
func (*Template) GetAllSecretsManagerResourcePolicyResources ¶
func (t *Template) GetAllSecretsManagerResourcePolicyResources() map[string]*secretsmanager.ResourcePolicy
GetAllSecretsManagerResourcePolicyResources retrieves all secretsmanager.ResourcePolicy items from an AWS CloudFormation template
func (*Template) GetAllSecretsManagerRotationScheduleResources ¶
func (t *Template) GetAllSecretsManagerRotationScheduleResources() map[string]*secretsmanager.RotationSchedule
GetAllSecretsManagerRotationScheduleResources retrieves all secretsmanager.RotationSchedule items from an AWS CloudFormation template
func (*Template) GetAllSecretsManagerSecretResources ¶
func (t *Template) GetAllSecretsManagerSecretResources() map[string]*secretsmanager.Secret
GetAllSecretsManagerSecretResources retrieves all secretsmanager.Secret items from an AWS CloudFormation template
func (*Template) GetAllSecretsManagerSecretTargetAttachmentResources ¶
func (t *Template) GetAllSecretsManagerSecretTargetAttachmentResources() map[string]*secretsmanager.SecretTargetAttachment
GetAllSecretsManagerSecretTargetAttachmentResources retrieves all secretsmanager.SecretTargetAttachment items from an AWS CloudFormation template
func (*Template) GetAllSecurityHubHubResources ¶
func (t *Template) GetAllSecurityHubHubResources() map[string]*securityhub.Hub
GetAllSecurityHubHubResources retrieves all securityhub.Hub items from an AWS CloudFormation template
func (*Template) GetAllServerlessApiResources ¶
func (t *Template) GetAllServerlessApiResources() map[string]*serverless.Api
GetAllServerlessApiResources retrieves all serverless.Api items from an AWS CloudFormation template
func (*Template) GetAllServerlessApplicationResources ¶
func (t *Template) GetAllServerlessApplicationResources() map[string]*serverless.Application
GetAllServerlessApplicationResources retrieves all serverless.Application items from an AWS CloudFormation template
func (*Template) GetAllServerlessFunctionResources ¶
func (t *Template) GetAllServerlessFunctionResources() map[string]*serverless.Function
GetAllServerlessFunctionResources retrieves all serverless.Function items from an AWS CloudFormation template
func (*Template) GetAllServerlessLayerVersionResources ¶
func (t *Template) GetAllServerlessLayerVersionResources() map[string]*serverless.LayerVersion
GetAllServerlessLayerVersionResources retrieves all serverless.LayerVersion items from an AWS CloudFormation template
func (*Template) GetAllServerlessSimpleTableResources ¶
func (t *Template) GetAllServerlessSimpleTableResources() map[string]*serverless.SimpleTable
GetAllServerlessSimpleTableResources retrieves all serverless.SimpleTable items from an AWS CloudFormation template
func (*Template) GetAllServerlessStateMachineResources ¶
func (t *Template) GetAllServerlessStateMachineResources() map[string]*serverless.StateMachine
GetAllServerlessStateMachineResources retrieves all serverless.StateMachine items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogAcceptedPortfolioShareResources ¶
func (t *Template) GetAllServiceCatalogAcceptedPortfolioShareResources() map[string]*servicecatalog.AcceptedPortfolioShare
GetAllServiceCatalogAcceptedPortfolioShareResources retrieves all servicecatalog.AcceptedPortfolioShare items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogAppRegistryApplicationResources ¶
func (t *Template) GetAllServiceCatalogAppRegistryApplicationResources() map[string]*servicecatalogappregistry.Application
GetAllServiceCatalogAppRegistryApplicationResources retrieves all servicecatalogappregistry.Application items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogAppRegistryAttributeGroupAssociationResources ¶
func (t *Template) GetAllServiceCatalogAppRegistryAttributeGroupAssociationResources() map[string]*servicecatalogappregistry.AttributeGroupAssociation
GetAllServiceCatalogAppRegistryAttributeGroupAssociationResources retrieves all servicecatalogappregistry.AttributeGroupAssociation items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogAppRegistryAttributeGroupResources ¶
func (t *Template) GetAllServiceCatalogAppRegistryAttributeGroupResources() map[string]*servicecatalogappregistry.AttributeGroup
GetAllServiceCatalogAppRegistryAttributeGroupResources retrieves all servicecatalogappregistry.AttributeGroup items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogAppRegistryResourceAssociationResources ¶
func (t *Template) GetAllServiceCatalogAppRegistryResourceAssociationResources() map[string]*servicecatalogappregistry.ResourceAssociation
GetAllServiceCatalogAppRegistryResourceAssociationResources retrieves all servicecatalogappregistry.ResourceAssociation items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogCloudFormationProductResources ¶
func (t *Template) GetAllServiceCatalogCloudFormationProductResources() map[string]*servicecatalog.CloudFormationProduct
GetAllServiceCatalogCloudFormationProductResources retrieves all servicecatalog.CloudFormationProduct items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogCloudFormationProvisionedProductResources ¶
func (t *Template) GetAllServiceCatalogCloudFormationProvisionedProductResources() map[string]*servicecatalog.CloudFormationProvisionedProduct
GetAllServiceCatalogCloudFormationProvisionedProductResources retrieves all servicecatalog.CloudFormationProvisionedProduct items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogLaunchNotificationConstraintResources ¶
func (t *Template) GetAllServiceCatalogLaunchNotificationConstraintResources() map[string]*servicecatalog.LaunchNotificationConstraint
GetAllServiceCatalogLaunchNotificationConstraintResources retrieves all servicecatalog.LaunchNotificationConstraint items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogLaunchRoleConstraintResources ¶
func (t *Template) GetAllServiceCatalogLaunchRoleConstraintResources() map[string]*servicecatalog.LaunchRoleConstraint
GetAllServiceCatalogLaunchRoleConstraintResources retrieves all servicecatalog.LaunchRoleConstraint items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogLaunchTemplateConstraintResources ¶
func (t *Template) GetAllServiceCatalogLaunchTemplateConstraintResources() map[string]*servicecatalog.LaunchTemplateConstraint
GetAllServiceCatalogLaunchTemplateConstraintResources retrieves all servicecatalog.LaunchTemplateConstraint items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogPortfolioPrincipalAssociationResources ¶
func (t *Template) GetAllServiceCatalogPortfolioPrincipalAssociationResources() map[string]*servicecatalog.PortfolioPrincipalAssociation
GetAllServiceCatalogPortfolioPrincipalAssociationResources retrieves all servicecatalog.PortfolioPrincipalAssociation items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogPortfolioProductAssociationResources ¶
func (t *Template) GetAllServiceCatalogPortfolioProductAssociationResources() map[string]*servicecatalog.PortfolioProductAssociation
GetAllServiceCatalogPortfolioProductAssociationResources retrieves all servicecatalog.PortfolioProductAssociation items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogPortfolioResources ¶
func (t *Template) GetAllServiceCatalogPortfolioResources() map[string]*servicecatalog.Portfolio
GetAllServiceCatalogPortfolioResources retrieves all servicecatalog.Portfolio items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogPortfolioShareResources ¶
func (t *Template) GetAllServiceCatalogPortfolioShareResources() map[string]*servicecatalog.PortfolioShare
GetAllServiceCatalogPortfolioShareResources retrieves all servicecatalog.PortfolioShare items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogResourceUpdateConstraintResources ¶
func (t *Template) GetAllServiceCatalogResourceUpdateConstraintResources() map[string]*servicecatalog.ResourceUpdateConstraint
GetAllServiceCatalogResourceUpdateConstraintResources retrieves all servicecatalog.ResourceUpdateConstraint items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogServiceActionAssociationResources ¶
func (t *Template) GetAllServiceCatalogServiceActionAssociationResources() map[string]*servicecatalog.ServiceActionAssociation
GetAllServiceCatalogServiceActionAssociationResources retrieves all servicecatalog.ServiceActionAssociation items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogServiceActionResources ¶
func (t *Template) GetAllServiceCatalogServiceActionResources() map[string]*servicecatalog.ServiceAction
GetAllServiceCatalogServiceActionResources retrieves all servicecatalog.ServiceAction items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogStackSetConstraintResources ¶
func (t *Template) GetAllServiceCatalogStackSetConstraintResources() map[string]*servicecatalog.StackSetConstraint
GetAllServiceCatalogStackSetConstraintResources retrieves all servicecatalog.StackSetConstraint items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogTagOptionAssociationResources ¶
func (t *Template) GetAllServiceCatalogTagOptionAssociationResources() map[string]*servicecatalog.TagOptionAssociation
GetAllServiceCatalogTagOptionAssociationResources retrieves all servicecatalog.TagOptionAssociation items from an AWS CloudFormation template
func (*Template) GetAllServiceCatalogTagOptionResources ¶
func (t *Template) GetAllServiceCatalogTagOptionResources() map[string]*servicecatalog.TagOption
GetAllServiceCatalogTagOptionResources retrieves all servicecatalog.TagOption items from an AWS CloudFormation template
func (*Template) GetAllServiceDiscoveryHttpNamespaceResources ¶
func (t *Template) GetAllServiceDiscoveryHttpNamespaceResources() map[string]*servicediscovery.HttpNamespace
GetAllServiceDiscoveryHttpNamespaceResources retrieves all servicediscovery.HttpNamespace items from an AWS CloudFormation template
func (*Template) GetAllServiceDiscoveryInstanceResources ¶
func (t *Template) GetAllServiceDiscoveryInstanceResources() map[string]*servicediscovery.Instance
GetAllServiceDiscoveryInstanceResources retrieves all servicediscovery.Instance items from an AWS CloudFormation template
func (*Template) GetAllServiceDiscoveryPrivateDnsNamespaceResources ¶
func (t *Template) GetAllServiceDiscoveryPrivateDnsNamespaceResources() map[string]*servicediscovery.PrivateDnsNamespace
GetAllServiceDiscoveryPrivateDnsNamespaceResources retrieves all servicediscovery.PrivateDnsNamespace items from an AWS CloudFormation template
func (*Template) GetAllServiceDiscoveryPublicDnsNamespaceResources ¶
func (t *Template) GetAllServiceDiscoveryPublicDnsNamespaceResources() map[string]*servicediscovery.PublicDnsNamespace
GetAllServiceDiscoveryPublicDnsNamespaceResources retrieves all servicediscovery.PublicDnsNamespace items from an AWS CloudFormation template
func (*Template) GetAllServiceDiscoveryServiceResources ¶
func (t *Template) GetAllServiceDiscoveryServiceResources() map[string]*servicediscovery.Service
GetAllServiceDiscoveryServiceResources retrieves all servicediscovery.Service items from an AWS CloudFormation template
func (*Template) GetAllSignerProfilePermissionResources ¶
func (t *Template) GetAllSignerProfilePermissionResources() map[string]*signer.ProfilePermission
GetAllSignerProfilePermissionResources retrieves all signer.ProfilePermission items from an AWS CloudFormation template
func (*Template) GetAllSignerSigningProfileResources ¶
func (t *Template) GetAllSignerSigningProfileResources() map[string]*signer.SigningProfile
GetAllSignerSigningProfileResources retrieves all signer.SigningProfile items from an AWS CloudFormation template
func (*Template) GetAllStepFunctionsActivityResources ¶
func (t *Template) GetAllStepFunctionsActivityResources() map[string]*stepfunctions.Activity
GetAllStepFunctionsActivityResources retrieves all stepfunctions.Activity items from an AWS CloudFormation template
func (*Template) GetAllStepFunctionsStateMachineResources ¶
func (t *Template) GetAllStepFunctionsStateMachineResources() map[string]*stepfunctions.StateMachine
GetAllStepFunctionsStateMachineResources retrieves all stepfunctions.StateMachine items from an AWS CloudFormation template
func (*Template) GetAllSyntheticsCanaryResources ¶
func (t *Template) GetAllSyntheticsCanaryResources() map[string]*synthetics.Canary
GetAllSyntheticsCanaryResources retrieves all synthetics.Canary items from an AWS CloudFormation template
func (*Template) GetAllTimestreamDatabaseResources ¶
func (t *Template) GetAllTimestreamDatabaseResources() map[string]*timestream.Database
GetAllTimestreamDatabaseResources retrieves all timestream.Database items from an AWS CloudFormation template
func (*Template) GetAllTimestreamScheduledQueryResources ¶
func (t *Template) GetAllTimestreamScheduledQueryResources() map[string]*timestream.ScheduledQuery
GetAllTimestreamScheduledQueryResources retrieves all timestream.ScheduledQuery items from an AWS CloudFormation template
func (*Template) GetAllTimestreamTableResources ¶
func (t *Template) GetAllTimestreamTableResources() map[string]*timestream.Table
GetAllTimestreamTableResources retrieves all timestream.Table items from an AWS CloudFormation template
func (*Template) GetAllTransferServerResources ¶
GetAllTransferServerResources retrieves all transfer.Server items from an AWS CloudFormation template
func (*Template) GetAllTransferUserResources ¶
GetAllTransferUserResources retrieves all transfer.User items from an AWS CloudFormation template
func (*Template) GetAllTransferWorkflowResources ¶
GetAllTransferWorkflowResources retrieves all transfer.Workflow items from an AWS CloudFormation template
func (*Template) GetAllWAFByteMatchSetResources ¶
func (t *Template) GetAllWAFByteMatchSetResources() map[string]*waf.ByteMatchSet
GetAllWAFByteMatchSetResources retrieves all waf.ByteMatchSet items from an AWS CloudFormation template
func (*Template) GetAllWAFIPSetResources ¶
GetAllWAFIPSetResources retrieves all waf.IPSet items from an AWS CloudFormation template
func (*Template) GetAllWAFRegionalByteMatchSetResources ¶
func (t *Template) GetAllWAFRegionalByteMatchSetResources() map[string]*wafregional.ByteMatchSet
GetAllWAFRegionalByteMatchSetResources retrieves all wafregional.ByteMatchSet items from an AWS CloudFormation template
func (*Template) GetAllWAFRegionalGeoMatchSetResources ¶
func (t *Template) GetAllWAFRegionalGeoMatchSetResources() map[string]*wafregional.GeoMatchSet
GetAllWAFRegionalGeoMatchSetResources retrieves all wafregional.GeoMatchSet items from an AWS CloudFormation template
func (*Template) GetAllWAFRegionalIPSetResources ¶
func (t *Template) GetAllWAFRegionalIPSetResources() map[string]*wafregional.IPSet
GetAllWAFRegionalIPSetResources retrieves all wafregional.IPSet items from an AWS CloudFormation template
func (*Template) GetAllWAFRegionalRateBasedRuleResources ¶
func (t *Template) GetAllWAFRegionalRateBasedRuleResources() map[string]*wafregional.RateBasedRule
GetAllWAFRegionalRateBasedRuleResources retrieves all wafregional.RateBasedRule items from an AWS CloudFormation template
func (*Template) GetAllWAFRegionalRegexPatternSetResources ¶
func (t *Template) GetAllWAFRegionalRegexPatternSetResources() map[string]*wafregional.RegexPatternSet
GetAllWAFRegionalRegexPatternSetResources retrieves all wafregional.RegexPatternSet items from an AWS CloudFormation template
func (*Template) GetAllWAFRegionalRuleResources ¶
func (t *Template) GetAllWAFRegionalRuleResources() map[string]*wafregional.Rule
GetAllWAFRegionalRuleResources retrieves all wafregional.Rule items from an AWS CloudFormation template
func (*Template) GetAllWAFRegionalSizeConstraintSetResources ¶
func (t *Template) GetAllWAFRegionalSizeConstraintSetResources() map[string]*wafregional.SizeConstraintSet
GetAllWAFRegionalSizeConstraintSetResources retrieves all wafregional.SizeConstraintSet items from an AWS CloudFormation template
func (*Template) GetAllWAFRegionalSqlInjectionMatchSetResources ¶
func (t *Template) GetAllWAFRegionalSqlInjectionMatchSetResources() map[string]*wafregional.SqlInjectionMatchSet
GetAllWAFRegionalSqlInjectionMatchSetResources retrieves all wafregional.SqlInjectionMatchSet items from an AWS CloudFormation template
func (*Template) GetAllWAFRegionalWebACLAssociationResources ¶
func (t *Template) GetAllWAFRegionalWebACLAssociationResources() map[string]*wafregional.WebACLAssociation
GetAllWAFRegionalWebACLAssociationResources retrieves all wafregional.WebACLAssociation items from an AWS CloudFormation template
func (*Template) GetAllWAFRegionalWebACLResources ¶
func (t *Template) GetAllWAFRegionalWebACLResources() map[string]*wafregional.WebACL
GetAllWAFRegionalWebACLResources retrieves all wafregional.WebACL items from an AWS CloudFormation template
func (*Template) GetAllWAFRegionalXssMatchSetResources ¶
func (t *Template) GetAllWAFRegionalXssMatchSetResources() map[string]*wafregional.XssMatchSet
GetAllWAFRegionalXssMatchSetResources retrieves all wafregional.XssMatchSet items from an AWS CloudFormation template
func (*Template) GetAllWAFRuleResources ¶
GetAllWAFRuleResources retrieves all waf.Rule items from an AWS CloudFormation template
func (*Template) GetAllWAFSizeConstraintSetResources ¶
func (t *Template) GetAllWAFSizeConstraintSetResources() map[string]*waf.SizeConstraintSet
GetAllWAFSizeConstraintSetResources retrieves all waf.SizeConstraintSet items from an AWS CloudFormation template
func (*Template) GetAllWAFSqlInjectionMatchSetResources ¶
func (t *Template) GetAllWAFSqlInjectionMatchSetResources() map[string]*waf.SqlInjectionMatchSet
GetAllWAFSqlInjectionMatchSetResources retrieves all waf.SqlInjectionMatchSet items from an AWS CloudFormation template
func (*Template) GetAllWAFWebACLResources ¶
GetAllWAFWebACLResources retrieves all waf.WebACL items from an AWS CloudFormation template
func (*Template) GetAllWAFXssMatchSetResources ¶
func (t *Template) GetAllWAFXssMatchSetResources() map[string]*waf.XssMatchSet
GetAllWAFXssMatchSetResources retrieves all waf.XssMatchSet items from an AWS CloudFormation template
func (*Template) GetAllWAFv2IPSetResources ¶
GetAllWAFv2IPSetResources retrieves all wafv2.IPSet items from an AWS CloudFormation template
func (*Template) GetAllWAFv2LoggingConfigurationResources ¶
func (t *Template) GetAllWAFv2LoggingConfigurationResources() map[string]*wafv2.LoggingConfiguration
GetAllWAFv2LoggingConfigurationResources retrieves all wafv2.LoggingConfiguration items from an AWS CloudFormation template
func (*Template) GetAllWAFv2RegexPatternSetResources ¶
func (t *Template) GetAllWAFv2RegexPatternSetResources() map[string]*wafv2.RegexPatternSet
GetAllWAFv2RegexPatternSetResources retrieves all wafv2.RegexPatternSet items from an AWS CloudFormation template
func (*Template) GetAllWAFv2RuleGroupResources ¶
GetAllWAFv2RuleGroupResources retrieves all wafv2.RuleGroup items from an AWS CloudFormation template
func (*Template) GetAllWAFv2WebACLAssociationResources ¶
func (t *Template) GetAllWAFv2WebACLAssociationResources() map[string]*wafv2.WebACLAssociation
GetAllWAFv2WebACLAssociationResources retrieves all wafv2.WebACLAssociation items from an AWS CloudFormation template
func (*Template) GetAllWAFv2WebACLResources ¶
GetAllWAFv2WebACLResources retrieves all wafv2.WebACL items from an AWS CloudFormation template
func (*Template) GetAllWisdomAssistantAssociationResources ¶
func (t *Template) GetAllWisdomAssistantAssociationResources() map[string]*wisdom.AssistantAssociation
GetAllWisdomAssistantAssociationResources retrieves all wisdom.AssistantAssociation items from an AWS CloudFormation template
func (*Template) GetAllWisdomAssistantResources ¶
GetAllWisdomAssistantResources retrieves all wisdom.Assistant items from an AWS CloudFormation template
func (*Template) GetAllWisdomKnowledgeBaseResources ¶
func (t *Template) GetAllWisdomKnowledgeBaseResources() map[string]*wisdom.KnowledgeBase
GetAllWisdomKnowledgeBaseResources retrieves all wisdom.KnowledgeBase items from an AWS CloudFormation template
func (*Template) GetAllWorkSpacesConnectionAliasResources ¶
func (t *Template) GetAllWorkSpacesConnectionAliasResources() map[string]*workspaces.ConnectionAlias
GetAllWorkSpacesConnectionAliasResources retrieves all workspaces.ConnectionAlias items from an AWS CloudFormation template
func (*Template) GetAllWorkSpacesWorkspaceResources ¶
func (t *Template) GetAllWorkSpacesWorkspaceResources() map[string]*workspaces.Workspace
GetAllWorkSpacesWorkspaceResources retrieves all workspaces.Workspace items from an AWS CloudFormation template
func (*Template) GetAllXRayGroupResources ¶
GetAllXRayGroupResources retrieves all xray.Group items from an AWS CloudFormation template
func (*Template) GetAllXRaySamplingRuleResources ¶
func (t *Template) GetAllXRaySamplingRuleResources() map[string]*xray.SamplingRule
GetAllXRaySamplingRuleResources retrieves all xray.SamplingRule items from an AWS CloudFormation template
func (*Template) GetAmazonMQBrokerWithName ¶
GetAmazonMQBrokerWithName retrieves all amazonmq.Broker items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAmazonMQConfigurationAssociationWithName ¶
func (t *Template) GetAmazonMQConfigurationAssociationWithName(name string) (*amazonmq.ConfigurationAssociation, error)
GetAmazonMQConfigurationAssociationWithName retrieves all amazonmq.ConfigurationAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAmazonMQConfigurationWithName ¶
func (t *Template) GetAmazonMQConfigurationWithName(name string) (*amazonmq.Configuration, error)
GetAmazonMQConfigurationWithName retrieves all amazonmq.Configuration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAmplifyAppWithName ¶
GetAmplifyAppWithName retrieves all amplify.App items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAmplifyBranchWithName ¶
GetAmplifyBranchWithName retrieves all amplify.Branch items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAmplifyDomainWithName ¶
GetAmplifyDomainWithName retrieves all amplify.Domain items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAmplifyUIBuilderComponentWithName ¶
func (t *Template) GetAmplifyUIBuilderComponentWithName(name string) (*amplifyuibuilder.Component, error)
GetAmplifyUIBuilderComponentWithName retrieves all amplifyuibuilder.Component items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAmplifyUIBuilderThemeWithName ¶
func (t *Template) GetAmplifyUIBuilderThemeWithName(name string) (*amplifyuibuilder.Theme, error)
GetAmplifyUIBuilderThemeWithName retrieves all amplifyuibuilder.Theme items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayAccountWithName ¶
func (t *Template) GetApiGatewayAccountWithName(name string) (*apigateway.Account, error)
GetApiGatewayAccountWithName retrieves all apigateway.Account items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayApiKeyWithName ¶
func (t *Template) GetApiGatewayApiKeyWithName(name string) (*apigateway.ApiKey, error)
GetApiGatewayApiKeyWithName retrieves all apigateway.ApiKey items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayAuthorizerWithName ¶
func (t *Template) GetApiGatewayAuthorizerWithName(name string) (*apigateway.Authorizer, error)
GetApiGatewayAuthorizerWithName retrieves all apigateway.Authorizer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayBasePathMappingWithName ¶
func (t *Template) GetApiGatewayBasePathMappingWithName(name string) (*apigateway.BasePathMapping, error)
GetApiGatewayBasePathMappingWithName retrieves all apigateway.BasePathMapping items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayClientCertificateWithName ¶
func (t *Template) GetApiGatewayClientCertificateWithName(name string) (*apigateway.ClientCertificate, error)
GetApiGatewayClientCertificateWithName retrieves all apigateway.ClientCertificate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayDeploymentWithName ¶
func (t *Template) GetApiGatewayDeploymentWithName(name string) (*apigateway.Deployment, error)
GetApiGatewayDeploymentWithName retrieves all apigateway.Deployment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayDocumentationPartWithName ¶
func (t *Template) GetApiGatewayDocumentationPartWithName(name string) (*apigateway.DocumentationPart, error)
GetApiGatewayDocumentationPartWithName retrieves all apigateway.DocumentationPart items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayDocumentationVersionWithName ¶
func (t *Template) GetApiGatewayDocumentationVersionWithName(name string) (*apigateway.DocumentationVersion, error)
GetApiGatewayDocumentationVersionWithName retrieves all apigateway.DocumentationVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayDomainNameWithName ¶
func (t *Template) GetApiGatewayDomainNameWithName(name string) (*apigateway.DomainName, error)
GetApiGatewayDomainNameWithName retrieves all apigateway.DomainName items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayGatewayResponseWithName ¶
func (t *Template) GetApiGatewayGatewayResponseWithName(name string) (*apigateway.GatewayResponse, error)
GetApiGatewayGatewayResponseWithName retrieves all apigateway.GatewayResponse items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayMethodWithName ¶
func (t *Template) GetApiGatewayMethodWithName(name string) (*apigateway.Method, error)
GetApiGatewayMethodWithName retrieves all apigateway.Method items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayModelWithName ¶
func (t *Template) GetApiGatewayModelWithName(name string) (*apigateway.Model, error)
GetApiGatewayModelWithName retrieves all apigateway.Model items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayRequestValidatorWithName ¶
func (t *Template) GetApiGatewayRequestValidatorWithName(name string) (*apigateway.RequestValidator, error)
GetApiGatewayRequestValidatorWithName retrieves all apigateway.RequestValidator items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayResourceWithName ¶
func (t *Template) GetApiGatewayResourceWithName(name string) (*apigateway.Resource, error)
GetApiGatewayResourceWithName retrieves all apigateway.Resource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayRestApiWithName ¶
func (t *Template) GetApiGatewayRestApiWithName(name string) (*apigateway.RestApi, error)
GetApiGatewayRestApiWithName retrieves all apigateway.RestApi items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayStageWithName ¶
func (t *Template) GetApiGatewayStageWithName(name string) (*apigateway.Stage, error)
GetApiGatewayStageWithName retrieves all apigateway.Stage items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayUsagePlanKeyWithName ¶
func (t *Template) GetApiGatewayUsagePlanKeyWithName(name string) (*apigateway.UsagePlanKey, error)
GetApiGatewayUsagePlanKeyWithName retrieves all apigateway.UsagePlanKey items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayUsagePlanWithName ¶
func (t *Template) GetApiGatewayUsagePlanWithName(name string) (*apigateway.UsagePlan, error)
GetApiGatewayUsagePlanWithName retrieves all apigateway.UsagePlan items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2ApiGatewayManagedOverridesWithName ¶
func (t *Template) GetApiGatewayV2ApiGatewayManagedOverridesWithName(name string) (*apigatewayv2.ApiGatewayManagedOverrides, error)
GetApiGatewayV2ApiGatewayManagedOverridesWithName retrieves all apigatewayv2.ApiGatewayManagedOverrides items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2ApiMappingWithName ¶
func (t *Template) GetApiGatewayV2ApiMappingWithName(name string) (*apigatewayv2.ApiMapping, error)
GetApiGatewayV2ApiMappingWithName retrieves all apigatewayv2.ApiMapping items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2ApiWithName ¶
func (t *Template) GetApiGatewayV2ApiWithName(name string) (*apigatewayv2.Api, error)
GetApiGatewayV2ApiWithName retrieves all apigatewayv2.Api items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2AuthorizerWithName ¶
func (t *Template) GetApiGatewayV2AuthorizerWithName(name string) (*apigatewayv2.Authorizer, error)
GetApiGatewayV2AuthorizerWithName retrieves all apigatewayv2.Authorizer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2DeploymentWithName ¶
func (t *Template) GetApiGatewayV2DeploymentWithName(name string) (*apigatewayv2.Deployment, error)
GetApiGatewayV2DeploymentWithName retrieves all apigatewayv2.Deployment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2DomainNameWithName ¶
func (t *Template) GetApiGatewayV2DomainNameWithName(name string) (*apigatewayv2.DomainName, error)
GetApiGatewayV2DomainNameWithName retrieves all apigatewayv2.DomainName items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2IntegrationResponseWithName ¶
func (t *Template) GetApiGatewayV2IntegrationResponseWithName(name string) (*apigatewayv2.IntegrationResponse, error)
GetApiGatewayV2IntegrationResponseWithName retrieves all apigatewayv2.IntegrationResponse items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2IntegrationWithName ¶
func (t *Template) GetApiGatewayV2IntegrationWithName(name string) (*apigatewayv2.Integration, error)
GetApiGatewayV2IntegrationWithName retrieves all apigatewayv2.Integration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2ModelWithName ¶
func (t *Template) GetApiGatewayV2ModelWithName(name string) (*apigatewayv2.Model, error)
GetApiGatewayV2ModelWithName retrieves all apigatewayv2.Model items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2RouteResponseWithName ¶
func (t *Template) GetApiGatewayV2RouteResponseWithName(name string) (*apigatewayv2.RouteResponse, error)
GetApiGatewayV2RouteResponseWithName retrieves all apigatewayv2.RouteResponse items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2RouteWithName ¶
func (t *Template) GetApiGatewayV2RouteWithName(name string) (*apigatewayv2.Route, error)
GetApiGatewayV2RouteWithName retrieves all apigatewayv2.Route items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2StageWithName ¶
func (t *Template) GetApiGatewayV2StageWithName(name string) (*apigatewayv2.Stage, error)
GetApiGatewayV2StageWithName retrieves all apigatewayv2.Stage items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayV2VpcLinkWithName ¶
func (t *Template) GetApiGatewayV2VpcLinkWithName(name string) (*apigatewayv2.VpcLink, error)
GetApiGatewayV2VpcLinkWithName retrieves all apigatewayv2.VpcLink items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApiGatewayVpcLinkWithName ¶
func (t *Template) GetApiGatewayVpcLinkWithName(name string) (*apigateway.VpcLink, error)
GetApiGatewayVpcLinkWithName retrieves all apigateway.VpcLink items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppConfigApplicationWithName ¶
func (t *Template) GetAppConfigApplicationWithName(name string) (*appconfig.Application, error)
GetAppConfigApplicationWithName retrieves all appconfig.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppConfigConfigurationProfileWithName ¶
func (t *Template) GetAppConfigConfigurationProfileWithName(name string) (*appconfig.ConfigurationProfile, error)
GetAppConfigConfigurationProfileWithName retrieves all appconfig.ConfigurationProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppConfigDeploymentStrategyWithName ¶
func (t *Template) GetAppConfigDeploymentStrategyWithName(name string) (*appconfig.DeploymentStrategy, error)
GetAppConfigDeploymentStrategyWithName retrieves all appconfig.DeploymentStrategy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppConfigDeploymentWithName ¶
func (t *Template) GetAppConfigDeploymentWithName(name string) (*appconfig.Deployment, error)
GetAppConfigDeploymentWithName retrieves all appconfig.Deployment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppConfigEnvironmentWithName ¶
func (t *Template) GetAppConfigEnvironmentWithName(name string) (*appconfig.Environment, error)
GetAppConfigEnvironmentWithName retrieves all appconfig.Environment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppConfigHostedConfigurationVersionWithName ¶
func (t *Template) GetAppConfigHostedConfigurationVersionWithName(name string) (*appconfig.HostedConfigurationVersion, error)
GetAppConfigHostedConfigurationVersionWithName retrieves all appconfig.HostedConfigurationVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppFlowConnectorProfileWithName ¶
func (t *Template) GetAppFlowConnectorProfileWithName(name string) (*appflow.ConnectorProfile, error)
GetAppFlowConnectorProfileWithName retrieves all appflow.ConnectorProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppFlowFlowWithName ¶
GetAppFlowFlowWithName retrieves all appflow.Flow items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppIntegrationsEventIntegrationWithName ¶
func (t *Template) GetAppIntegrationsEventIntegrationWithName(name string) (*appintegrations.EventIntegration, error)
GetAppIntegrationsEventIntegrationWithName retrieves all appintegrations.EventIntegration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppMeshGatewayRouteWithName ¶
func (t *Template) GetAppMeshGatewayRouteWithName(name string) (*appmesh.GatewayRoute, error)
GetAppMeshGatewayRouteWithName retrieves all appmesh.GatewayRoute items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppMeshMeshWithName ¶
GetAppMeshMeshWithName retrieves all appmesh.Mesh items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppMeshRouteWithName ¶
GetAppMeshRouteWithName retrieves all appmesh.Route items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppMeshVirtualGatewayWithName ¶
func (t *Template) GetAppMeshVirtualGatewayWithName(name string) (*appmesh.VirtualGateway, error)
GetAppMeshVirtualGatewayWithName retrieves all appmesh.VirtualGateway items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppMeshVirtualNodeWithName ¶
func (t *Template) GetAppMeshVirtualNodeWithName(name string) (*appmesh.VirtualNode, error)
GetAppMeshVirtualNodeWithName retrieves all appmesh.VirtualNode items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppMeshVirtualRouterWithName ¶
func (t *Template) GetAppMeshVirtualRouterWithName(name string) (*appmesh.VirtualRouter, error)
GetAppMeshVirtualRouterWithName retrieves all appmesh.VirtualRouter items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppMeshVirtualServiceWithName ¶
func (t *Template) GetAppMeshVirtualServiceWithName(name string) (*appmesh.VirtualService, error)
GetAppMeshVirtualServiceWithName retrieves all appmesh.VirtualService items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppRunnerServiceWithName ¶
GetAppRunnerServiceWithName retrieves all apprunner.Service items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppStreamAppBlockWithName ¶
GetAppStreamAppBlockWithName retrieves all appstream.AppBlock items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppStreamApplicationFleetAssociationWithName ¶
func (t *Template) GetAppStreamApplicationFleetAssociationWithName(name string) (*appstream.ApplicationFleetAssociation, error)
GetAppStreamApplicationFleetAssociationWithName retrieves all appstream.ApplicationFleetAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppStreamApplicationWithName ¶
func (t *Template) GetAppStreamApplicationWithName(name string) (*appstream.Application, error)
GetAppStreamApplicationWithName retrieves all appstream.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppStreamDirectoryConfigWithName ¶
func (t *Template) GetAppStreamDirectoryConfigWithName(name string) (*appstream.DirectoryConfig, error)
GetAppStreamDirectoryConfigWithName retrieves all appstream.DirectoryConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppStreamFleetWithName ¶
GetAppStreamFleetWithName retrieves all appstream.Fleet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppStreamImageBuilderWithName ¶
func (t *Template) GetAppStreamImageBuilderWithName(name string) (*appstream.ImageBuilder, error)
GetAppStreamImageBuilderWithName retrieves all appstream.ImageBuilder items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppStreamStackFleetAssociationWithName ¶
func (t *Template) GetAppStreamStackFleetAssociationWithName(name string) (*appstream.StackFleetAssociation, error)
GetAppStreamStackFleetAssociationWithName retrieves all appstream.StackFleetAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppStreamStackUserAssociationWithName ¶
func (t *Template) GetAppStreamStackUserAssociationWithName(name string) (*appstream.StackUserAssociation, error)
GetAppStreamStackUserAssociationWithName retrieves all appstream.StackUserAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppStreamStackWithName ¶
GetAppStreamStackWithName retrieves all appstream.Stack items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppStreamUserWithName ¶
GetAppStreamUserWithName retrieves all appstream.User items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppSyncApiCacheWithName ¶
GetAppSyncApiCacheWithName retrieves all appsync.ApiCache items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppSyncApiKeyWithName ¶
GetAppSyncApiKeyWithName retrieves all appsync.ApiKey items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppSyncDataSourceWithName ¶
func (t *Template) GetAppSyncDataSourceWithName(name string) (*appsync.DataSource, error)
GetAppSyncDataSourceWithName retrieves all appsync.DataSource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppSyncFunctionConfigurationWithName ¶
func (t *Template) GetAppSyncFunctionConfigurationWithName(name string) (*appsync.FunctionConfiguration, error)
GetAppSyncFunctionConfigurationWithName retrieves all appsync.FunctionConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppSyncGraphQLApiWithName ¶
func (t *Template) GetAppSyncGraphQLApiWithName(name string) (*appsync.GraphQLApi, error)
GetAppSyncGraphQLApiWithName retrieves all appsync.GraphQLApi items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppSyncGraphQLSchemaWithName ¶
func (t *Template) GetAppSyncGraphQLSchemaWithName(name string) (*appsync.GraphQLSchema, error)
GetAppSyncGraphQLSchemaWithName retrieves all appsync.GraphQLSchema items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAppSyncResolverWithName ¶
GetAppSyncResolverWithName retrieves all appsync.Resolver items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApplicationAutoScalingScalableTargetWithName ¶
func (t *Template) GetApplicationAutoScalingScalableTargetWithName(name string) (*applicationautoscaling.ScalableTarget, error)
GetApplicationAutoScalingScalableTargetWithName retrieves all applicationautoscaling.ScalableTarget items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApplicationAutoScalingScalingPolicyWithName ¶
func (t *Template) GetApplicationAutoScalingScalingPolicyWithName(name string) (*applicationautoscaling.ScalingPolicy, error)
GetApplicationAutoScalingScalingPolicyWithName retrieves all applicationautoscaling.ScalingPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetApplicationInsightsApplicationWithName ¶
func (t *Template) GetApplicationInsightsApplicationWithName(name string) (*applicationinsights.Application, error)
GetApplicationInsightsApplicationWithName retrieves all applicationinsights.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAthenaDataCatalogWithName ¶
func (t *Template) GetAthenaDataCatalogWithName(name string) (*athena.DataCatalog, error)
GetAthenaDataCatalogWithName retrieves all athena.DataCatalog items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAthenaNamedQueryWithName ¶
func (t *Template) GetAthenaNamedQueryWithName(name string) (*athena.NamedQuery, error)
GetAthenaNamedQueryWithName retrieves all athena.NamedQuery items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAthenaPreparedStatementWithName ¶
func (t *Template) GetAthenaPreparedStatementWithName(name string) (*athena.PreparedStatement, error)
GetAthenaPreparedStatementWithName retrieves all athena.PreparedStatement items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAthenaWorkGroupWithName ¶
GetAthenaWorkGroupWithName retrieves all athena.WorkGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAuditManagerAssessmentWithName ¶
func (t *Template) GetAuditManagerAssessmentWithName(name string) (*auditmanager.Assessment, error)
GetAuditManagerAssessmentWithName retrieves all auditmanager.Assessment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAutoScalingAutoScalingGroupWithName ¶
func (t *Template) GetAutoScalingAutoScalingGroupWithName(name string) (*autoscaling.AutoScalingGroup, error)
GetAutoScalingAutoScalingGroupWithName retrieves all autoscaling.AutoScalingGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAutoScalingLaunchConfigurationWithName ¶
func (t *Template) GetAutoScalingLaunchConfigurationWithName(name string) (*autoscaling.LaunchConfiguration, error)
GetAutoScalingLaunchConfigurationWithName retrieves all autoscaling.LaunchConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAutoScalingLifecycleHookWithName ¶
func (t *Template) GetAutoScalingLifecycleHookWithName(name string) (*autoscaling.LifecycleHook, error)
GetAutoScalingLifecycleHookWithName retrieves all autoscaling.LifecycleHook items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAutoScalingPlansScalingPlanWithName ¶
func (t *Template) GetAutoScalingPlansScalingPlanWithName(name string) (*autoscalingplans.ScalingPlan, error)
GetAutoScalingPlansScalingPlanWithName retrieves all autoscalingplans.ScalingPlan items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAutoScalingScalingPolicyWithName ¶
func (t *Template) GetAutoScalingScalingPolicyWithName(name string) (*autoscaling.ScalingPolicy, error)
GetAutoScalingScalingPolicyWithName retrieves all autoscaling.ScalingPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAutoScalingScheduledActionWithName ¶
func (t *Template) GetAutoScalingScheduledActionWithName(name string) (*autoscaling.ScheduledAction, error)
GetAutoScalingScheduledActionWithName retrieves all autoscaling.ScheduledAction items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetAutoScalingWarmPoolWithName ¶
func (t *Template) GetAutoScalingWarmPoolWithName(name string) (*autoscaling.WarmPool, error)
GetAutoScalingWarmPoolWithName retrieves all autoscaling.WarmPool items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBackupBackupPlanWithName ¶
func (t *Template) GetBackupBackupPlanWithName(name string) (*backup.BackupPlan, error)
GetBackupBackupPlanWithName retrieves all backup.BackupPlan items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBackupBackupSelectionWithName ¶
func (t *Template) GetBackupBackupSelectionWithName(name string) (*backup.BackupSelection, error)
GetBackupBackupSelectionWithName retrieves all backup.BackupSelection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBackupBackupVaultWithName ¶
func (t *Template) GetBackupBackupVaultWithName(name string) (*backup.BackupVault, error)
GetBackupBackupVaultWithName retrieves all backup.BackupVault items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBackupFrameworkWithName ¶
GetBackupFrameworkWithName retrieves all backup.Framework items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBackupReportPlanWithName ¶
func (t *Template) GetBackupReportPlanWithName(name string) (*backup.ReportPlan, error)
GetBackupReportPlanWithName retrieves all backup.ReportPlan items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBatchComputeEnvironmentWithName ¶
func (t *Template) GetBatchComputeEnvironmentWithName(name string) (*batch.ComputeEnvironment, error)
GetBatchComputeEnvironmentWithName retrieves all batch.ComputeEnvironment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBatchJobDefinitionWithName ¶
func (t *Template) GetBatchJobDefinitionWithName(name string) (*batch.JobDefinition, error)
GetBatchJobDefinitionWithName retrieves all batch.JobDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBatchJobQueueWithName ¶
GetBatchJobQueueWithName retrieves all batch.JobQueue items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBatchSchedulingPolicyWithName ¶
func (t *Template) GetBatchSchedulingPolicyWithName(name string) (*batch.SchedulingPolicy, error)
GetBatchSchedulingPolicyWithName retrieves all batch.SchedulingPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBudgetsBudgetWithName ¶
GetBudgetsBudgetWithName retrieves all budgets.Budget items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetBudgetsBudgetsActionWithName ¶
func (t *Template) GetBudgetsBudgetsActionWithName(name string) (*budgets.BudgetsAction, error)
GetBudgetsBudgetsActionWithName retrieves all budgets.BudgetsAction items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCEAnomalyMonitorWithName ¶
func (t *Template) GetCEAnomalyMonitorWithName(name string) (*ce.AnomalyMonitor, error)
GetCEAnomalyMonitorWithName retrieves all ce.AnomalyMonitor items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCEAnomalySubscriptionWithName ¶
func (t *Template) GetCEAnomalySubscriptionWithName(name string) (*ce.AnomalySubscription, error)
GetCEAnomalySubscriptionWithName retrieves all ce.AnomalySubscription items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCECostCategoryWithName ¶
func (t *Template) GetCECostCategoryWithName(name string) (*ce.CostCategory, error)
GetCECostCategoryWithName retrieves all ce.CostCategory items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCURReportDefinitionWithName ¶
func (t *Template) GetCURReportDefinitionWithName(name string) (*cur.ReportDefinition, error)
GetCURReportDefinitionWithName retrieves all cur.ReportDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCassandraKeyspaceWithName ¶
GetCassandraKeyspaceWithName retrieves all cassandra.Keyspace items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCassandraTableWithName ¶
GetCassandraTableWithName retrieves all cassandra.Table items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCertificateManagerAccountWithName ¶
func (t *Template) GetCertificateManagerAccountWithName(name string) (*certificatemanager.Account, error)
GetCertificateManagerAccountWithName retrieves all certificatemanager.Account items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCertificateManagerCertificateWithName ¶
func (t *Template) GetCertificateManagerCertificateWithName(name string) (*certificatemanager.Certificate, error)
GetCertificateManagerCertificateWithName retrieves all certificatemanager.Certificate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetChatbotSlackChannelConfigurationWithName ¶
func (t *Template) GetChatbotSlackChannelConfigurationWithName(name string) (*chatbot.SlackChannelConfiguration, error)
GetChatbotSlackChannelConfigurationWithName retrieves all chatbot.SlackChannelConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloud9EnvironmentEC2WithName ¶
func (t *Template) GetCloud9EnvironmentEC2WithName(name string) (*cloud9.EnvironmentEC2, error)
GetCloud9EnvironmentEC2WithName retrieves all cloud9.EnvironmentEC2 items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationCustomResourceWithName ¶
func (t *Template) GetCloudFormationCustomResourceWithName(name string) (*cloudformation.CustomResource, error)
GetCloudFormationCustomResourceWithName retrieves all cloudformation.CustomResource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationMacroWithName ¶
func (t *Template) GetCloudFormationMacroWithName(name string) (*cloudformation.Macro, error)
GetCloudFormationMacroWithName retrieves all cloudformation.Macro items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationModuleDefaultVersionWithName ¶
func (t *Template) GetCloudFormationModuleDefaultVersionWithName(name string) (*cloudformation.ModuleDefaultVersion, error)
GetCloudFormationModuleDefaultVersionWithName retrieves all cloudformation.ModuleDefaultVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationModuleVersionWithName ¶
func (t *Template) GetCloudFormationModuleVersionWithName(name string) (*cloudformation.ModuleVersion, error)
GetCloudFormationModuleVersionWithName retrieves all cloudformation.ModuleVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationPublicTypeVersionWithName ¶
func (t *Template) GetCloudFormationPublicTypeVersionWithName(name string) (*cloudformation.PublicTypeVersion, error)
GetCloudFormationPublicTypeVersionWithName retrieves all cloudformation.PublicTypeVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationPublisherWithName ¶
func (t *Template) GetCloudFormationPublisherWithName(name string) (*cloudformation.Publisher, error)
GetCloudFormationPublisherWithName retrieves all cloudformation.Publisher items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationResourceDefaultVersionWithName ¶
func (t *Template) GetCloudFormationResourceDefaultVersionWithName(name string) (*cloudformation.ResourceDefaultVersion, error)
GetCloudFormationResourceDefaultVersionWithName retrieves all cloudformation.ResourceDefaultVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationResourceVersionWithName ¶
func (t *Template) GetCloudFormationResourceVersionWithName(name string) (*cloudformation.ResourceVersion, error)
GetCloudFormationResourceVersionWithName retrieves all cloudformation.ResourceVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationStackSetWithName ¶
func (t *Template) GetCloudFormationStackSetWithName(name string) (*cloudformation.StackSet, error)
GetCloudFormationStackSetWithName retrieves all cloudformation.StackSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationStackWithName ¶
func (t *Template) GetCloudFormationStackWithName(name string) (*cloudformation.Stack, error)
GetCloudFormationStackWithName retrieves all cloudformation.Stack items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationTypeActivationWithName ¶
func (t *Template) GetCloudFormationTypeActivationWithName(name string) (*cloudformation.TypeActivation, error)
GetCloudFormationTypeActivationWithName retrieves all cloudformation.TypeActivation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationWaitConditionHandleWithName ¶
func (t *Template) GetCloudFormationWaitConditionHandleWithName(name string) (*cloudformation.WaitConditionHandle, error)
GetCloudFormationWaitConditionHandleWithName retrieves all cloudformation.WaitConditionHandle items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFormationWaitConditionWithName ¶
func (t *Template) GetCloudFormationWaitConditionWithName(name string) (*cloudformation.WaitCondition, error)
GetCloudFormationWaitConditionWithName retrieves all cloudformation.WaitCondition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFrontCachePolicyWithName ¶
func (t *Template) GetCloudFrontCachePolicyWithName(name string) (*cloudfront.CachePolicy, error)
GetCloudFrontCachePolicyWithName retrieves all cloudfront.CachePolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFrontCloudFrontOriginAccessIdentityWithName ¶
func (t *Template) GetCloudFrontCloudFrontOriginAccessIdentityWithName(name string) (*cloudfront.CloudFrontOriginAccessIdentity, error)
GetCloudFrontCloudFrontOriginAccessIdentityWithName retrieves all cloudfront.CloudFrontOriginAccessIdentity items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFrontDistributionWithName ¶
func (t *Template) GetCloudFrontDistributionWithName(name string) (*cloudfront.Distribution, error)
GetCloudFrontDistributionWithName retrieves all cloudfront.Distribution items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFrontFunctionWithName ¶
func (t *Template) GetCloudFrontFunctionWithName(name string) (*cloudfront.Function, error)
GetCloudFrontFunctionWithName retrieves all cloudfront.Function items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFrontKeyGroupWithName ¶
func (t *Template) GetCloudFrontKeyGroupWithName(name string) (*cloudfront.KeyGroup, error)
GetCloudFrontKeyGroupWithName retrieves all cloudfront.KeyGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFrontOriginRequestPolicyWithName ¶
func (t *Template) GetCloudFrontOriginRequestPolicyWithName(name string) (*cloudfront.OriginRequestPolicy, error)
GetCloudFrontOriginRequestPolicyWithName retrieves all cloudfront.OriginRequestPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFrontPublicKeyWithName ¶
func (t *Template) GetCloudFrontPublicKeyWithName(name string) (*cloudfront.PublicKey, error)
GetCloudFrontPublicKeyWithName retrieves all cloudfront.PublicKey items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFrontRealtimeLogConfigWithName ¶
func (t *Template) GetCloudFrontRealtimeLogConfigWithName(name string) (*cloudfront.RealtimeLogConfig, error)
GetCloudFrontRealtimeLogConfigWithName retrieves all cloudfront.RealtimeLogConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFrontResponseHeadersPolicyWithName ¶
func (t *Template) GetCloudFrontResponseHeadersPolicyWithName(name string) (*cloudfront.ResponseHeadersPolicy, error)
GetCloudFrontResponseHeadersPolicyWithName retrieves all cloudfront.ResponseHeadersPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudFrontStreamingDistributionWithName ¶
func (t *Template) GetCloudFrontStreamingDistributionWithName(name string) (*cloudfront.StreamingDistribution, error)
GetCloudFrontStreamingDistributionWithName retrieves all cloudfront.StreamingDistribution items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudTrailTrailWithName ¶
func (t *Template) GetCloudTrailTrailWithName(name string) (*cloudtrail.Trail, error)
GetCloudTrailTrailWithName retrieves all cloudtrail.Trail items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudWatchAlarmWithName ¶
func (t *Template) GetCloudWatchAlarmWithName(name string) (*cloudwatch.Alarm, error)
GetCloudWatchAlarmWithName retrieves all cloudwatch.Alarm items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudWatchAnomalyDetectorWithName ¶
func (t *Template) GetCloudWatchAnomalyDetectorWithName(name string) (*cloudwatch.AnomalyDetector, error)
GetCloudWatchAnomalyDetectorWithName retrieves all cloudwatch.AnomalyDetector items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudWatchCompositeAlarmWithName ¶
func (t *Template) GetCloudWatchCompositeAlarmWithName(name string) (*cloudwatch.CompositeAlarm, error)
GetCloudWatchCompositeAlarmWithName retrieves all cloudwatch.CompositeAlarm items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudWatchDashboardWithName ¶
func (t *Template) GetCloudWatchDashboardWithName(name string) (*cloudwatch.Dashboard, error)
GetCloudWatchDashboardWithName retrieves all cloudwatch.Dashboard items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudWatchInsightRuleWithName ¶
func (t *Template) GetCloudWatchInsightRuleWithName(name string) (*cloudwatch.InsightRule, error)
GetCloudWatchInsightRuleWithName retrieves all cloudwatch.InsightRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCloudWatchMetricStreamWithName ¶
func (t *Template) GetCloudWatchMetricStreamWithName(name string) (*cloudwatch.MetricStream, error)
GetCloudWatchMetricStreamWithName retrieves all cloudwatch.MetricStream items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeArtifactDomainWithName ¶
func (t *Template) GetCodeArtifactDomainWithName(name string) (*codeartifact.Domain, error)
GetCodeArtifactDomainWithName retrieves all codeartifact.Domain items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeArtifactRepositoryWithName ¶
func (t *Template) GetCodeArtifactRepositoryWithName(name string) (*codeartifact.Repository, error)
GetCodeArtifactRepositoryWithName retrieves all codeartifact.Repository items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeBuildProjectWithName ¶
GetCodeBuildProjectWithName retrieves all codebuild.Project items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeBuildReportGroupWithName ¶
func (t *Template) GetCodeBuildReportGroupWithName(name string) (*codebuild.ReportGroup, error)
GetCodeBuildReportGroupWithName retrieves all codebuild.ReportGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeBuildSourceCredentialWithName ¶
func (t *Template) GetCodeBuildSourceCredentialWithName(name string) (*codebuild.SourceCredential, error)
GetCodeBuildSourceCredentialWithName retrieves all codebuild.SourceCredential items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeCommitRepositoryWithName ¶
func (t *Template) GetCodeCommitRepositoryWithName(name string) (*codecommit.Repository, error)
GetCodeCommitRepositoryWithName retrieves all codecommit.Repository items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeDeployApplicationWithName ¶
func (t *Template) GetCodeDeployApplicationWithName(name string) (*codedeploy.Application, error)
GetCodeDeployApplicationWithName retrieves all codedeploy.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeDeployDeploymentConfigWithName ¶
func (t *Template) GetCodeDeployDeploymentConfigWithName(name string) (*codedeploy.DeploymentConfig, error)
GetCodeDeployDeploymentConfigWithName retrieves all codedeploy.DeploymentConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeDeployDeploymentGroupWithName ¶
func (t *Template) GetCodeDeployDeploymentGroupWithName(name string) (*codedeploy.DeploymentGroup, error)
GetCodeDeployDeploymentGroupWithName retrieves all codedeploy.DeploymentGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeGuruProfilerProfilingGroupWithName ¶
func (t *Template) GetCodeGuruProfilerProfilingGroupWithName(name string) (*codeguruprofiler.ProfilingGroup, error)
GetCodeGuruProfilerProfilingGroupWithName retrieves all codeguruprofiler.ProfilingGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeGuruReviewerRepositoryAssociationWithName ¶
func (t *Template) GetCodeGuruReviewerRepositoryAssociationWithName(name string) (*codegurureviewer.RepositoryAssociation, error)
GetCodeGuruReviewerRepositoryAssociationWithName retrieves all codegurureviewer.RepositoryAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodePipelineCustomActionTypeWithName ¶
func (t *Template) GetCodePipelineCustomActionTypeWithName(name string) (*codepipeline.CustomActionType, error)
GetCodePipelineCustomActionTypeWithName retrieves all codepipeline.CustomActionType items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodePipelinePipelineWithName ¶
func (t *Template) GetCodePipelinePipelineWithName(name string) (*codepipeline.Pipeline, error)
GetCodePipelinePipelineWithName retrieves all codepipeline.Pipeline items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodePipelineWebhookWithName ¶
func (t *Template) GetCodePipelineWebhookWithName(name string) (*codepipeline.Webhook, error)
GetCodePipelineWebhookWithName retrieves all codepipeline.Webhook items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeStarConnectionsConnectionWithName ¶
func (t *Template) GetCodeStarConnectionsConnectionWithName(name string) (*codestarconnections.Connection, error)
GetCodeStarConnectionsConnectionWithName retrieves all codestarconnections.Connection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeStarGitHubRepositoryWithName ¶
func (t *Template) GetCodeStarGitHubRepositoryWithName(name string) (*codestar.GitHubRepository, error)
GetCodeStarGitHubRepositoryWithName retrieves all codestar.GitHubRepository items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCodeStarNotificationsNotificationRuleWithName ¶
func (t *Template) GetCodeStarNotificationsNotificationRuleWithName(name string) (*codestarnotifications.NotificationRule, error)
GetCodeStarNotificationsNotificationRuleWithName retrieves all codestarnotifications.NotificationRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoIdentityPoolRoleAttachmentWithName ¶
func (t *Template) GetCognitoIdentityPoolRoleAttachmentWithName(name string) (*cognito.IdentityPoolRoleAttachment, error)
GetCognitoIdentityPoolRoleAttachmentWithName retrieves all cognito.IdentityPoolRoleAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoIdentityPoolWithName ¶
func (t *Template) GetCognitoIdentityPoolWithName(name string) (*cognito.IdentityPool, error)
GetCognitoIdentityPoolWithName retrieves all cognito.IdentityPool items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoUserPoolClientWithName ¶
func (t *Template) GetCognitoUserPoolClientWithName(name string) (*cognito.UserPoolClient, error)
GetCognitoUserPoolClientWithName retrieves all cognito.UserPoolClient items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoUserPoolDomainWithName ¶
func (t *Template) GetCognitoUserPoolDomainWithName(name string) (*cognito.UserPoolDomain, error)
GetCognitoUserPoolDomainWithName retrieves all cognito.UserPoolDomain items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoUserPoolGroupWithName ¶
func (t *Template) GetCognitoUserPoolGroupWithName(name string) (*cognito.UserPoolGroup, error)
GetCognitoUserPoolGroupWithName retrieves all cognito.UserPoolGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoUserPoolIdentityProviderWithName ¶
func (t *Template) GetCognitoUserPoolIdentityProviderWithName(name string) (*cognito.UserPoolIdentityProvider, error)
GetCognitoUserPoolIdentityProviderWithName retrieves all cognito.UserPoolIdentityProvider items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoUserPoolResourceServerWithName ¶
func (t *Template) GetCognitoUserPoolResourceServerWithName(name string) (*cognito.UserPoolResourceServer, error)
GetCognitoUserPoolResourceServerWithName retrieves all cognito.UserPoolResourceServer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoUserPoolRiskConfigurationAttachmentWithName ¶
func (t *Template) GetCognitoUserPoolRiskConfigurationAttachmentWithName(name string) (*cognito.UserPoolRiskConfigurationAttachment, error)
GetCognitoUserPoolRiskConfigurationAttachmentWithName retrieves all cognito.UserPoolRiskConfigurationAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoUserPoolUICustomizationAttachmentWithName ¶
func (t *Template) GetCognitoUserPoolUICustomizationAttachmentWithName(name string) (*cognito.UserPoolUICustomizationAttachment, error)
GetCognitoUserPoolUICustomizationAttachmentWithName retrieves all cognito.UserPoolUICustomizationAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoUserPoolUserToGroupAttachmentWithName ¶
func (t *Template) GetCognitoUserPoolUserToGroupAttachmentWithName(name string) (*cognito.UserPoolUserToGroupAttachment, error)
GetCognitoUserPoolUserToGroupAttachmentWithName retrieves all cognito.UserPoolUserToGroupAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoUserPoolUserWithName ¶
func (t *Template) GetCognitoUserPoolUserWithName(name string) (*cognito.UserPoolUser, error)
GetCognitoUserPoolUserWithName retrieves all cognito.UserPoolUser items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCognitoUserPoolWithName ¶
GetCognitoUserPoolWithName retrieves all cognito.UserPool items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConfigAggregationAuthorizationWithName ¶
func (t *Template) GetConfigAggregationAuthorizationWithName(name string) (*config.AggregationAuthorization, error)
GetConfigAggregationAuthorizationWithName retrieves all config.AggregationAuthorization items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConfigConfigRuleWithName ¶
func (t *Template) GetConfigConfigRuleWithName(name string) (*config.ConfigRule, error)
GetConfigConfigRuleWithName retrieves all config.ConfigRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConfigConfigurationAggregatorWithName ¶
func (t *Template) GetConfigConfigurationAggregatorWithName(name string) (*config.ConfigurationAggregator, error)
GetConfigConfigurationAggregatorWithName retrieves all config.ConfigurationAggregator items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConfigConfigurationRecorderWithName ¶
func (t *Template) GetConfigConfigurationRecorderWithName(name string) (*config.ConfigurationRecorder, error)
GetConfigConfigurationRecorderWithName retrieves all config.ConfigurationRecorder items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConfigConformancePackWithName ¶
func (t *Template) GetConfigConformancePackWithName(name string) (*config.ConformancePack, error)
GetConfigConformancePackWithName retrieves all config.ConformancePack items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConfigDeliveryChannelWithName ¶
func (t *Template) GetConfigDeliveryChannelWithName(name string) (*config.DeliveryChannel, error)
GetConfigDeliveryChannelWithName retrieves all config.DeliveryChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConfigOrganizationConfigRuleWithName ¶
func (t *Template) GetConfigOrganizationConfigRuleWithName(name string) (*config.OrganizationConfigRule, error)
GetConfigOrganizationConfigRuleWithName retrieves all config.OrganizationConfigRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConfigOrganizationConformancePackWithName ¶
func (t *Template) GetConfigOrganizationConformancePackWithName(name string) (*config.OrganizationConformancePack, error)
GetConfigOrganizationConformancePackWithName retrieves all config.OrganizationConformancePack items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConfigRemediationConfigurationWithName ¶
func (t *Template) GetConfigRemediationConfigurationWithName(name string) (*config.RemediationConfiguration, error)
GetConfigRemediationConfigurationWithName retrieves all config.RemediationConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConfigStoredQueryWithName ¶
func (t *Template) GetConfigStoredQueryWithName(name string) (*config.StoredQuery, error)
GetConfigStoredQueryWithName retrieves all config.StoredQuery items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectContactFlowModuleWithName ¶
func (t *Template) GetConnectContactFlowModuleWithName(name string) (*connect.ContactFlowModule, error)
GetConnectContactFlowModuleWithName retrieves all connect.ContactFlowModule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectContactFlowWithName ¶
func (t *Template) GetConnectContactFlowWithName(name string) (*connect.ContactFlow, error)
GetConnectContactFlowWithName retrieves all connect.ContactFlow items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectHoursOfOperationWithName ¶
func (t *Template) GetConnectHoursOfOperationWithName(name string) (*connect.HoursOfOperation, error)
GetConnectHoursOfOperationWithName retrieves all connect.HoursOfOperation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectQuickConnectWithName ¶
func (t *Template) GetConnectQuickConnectWithName(name string) (*connect.QuickConnect, error)
GetConnectQuickConnectWithName retrieves all connect.QuickConnect items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectUserHierarchyGroupWithName ¶
func (t *Template) GetConnectUserHierarchyGroupWithName(name string) (*connect.UserHierarchyGroup, error)
GetConnectUserHierarchyGroupWithName retrieves all connect.UserHierarchyGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetConnectUserWithName ¶
GetConnectUserWithName retrieves all connect.User items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCustomResourceWithName ¶
func (t *Template) GetCustomResourceWithName(name string) (*CustomResource, error)
GetCustomResourceWithName retrieves all CustomResource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCustomerProfilesDomainWithName ¶
func (t *Template) GetCustomerProfilesDomainWithName(name string) (*customerprofiles.Domain, error)
GetCustomerProfilesDomainWithName retrieves all customerprofiles.Domain items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCustomerProfilesIntegrationWithName ¶
func (t *Template) GetCustomerProfilesIntegrationWithName(name string) (*customerprofiles.Integration, error)
GetCustomerProfilesIntegrationWithName retrieves all customerprofiles.Integration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetCustomerProfilesObjectTypeWithName ¶
func (t *Template) GetCustomerProfilesObjectTypeWithName(name string) (*customerprofiles.ObjectType, error)
GetCustomerProfilesObjectTypeWithName retrieves all customerprofiles.ObjectType items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDAXClusterWithName ¶
GetDAXClusterWithName retrieves all dax.Cluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDAXParameterGroupWithName ¶
func (t *Template) GetDAXParameterGroupWithName(name string) (*dax.ParameterGroup, error)
GetDAXParameterGroupWithName retrieves all dax.ParameterGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDAXSubnetGroupWithName ¶
func (t *Template) GetDAXSubnetGroupWithName(name string) (*dax.SubnetGroup, error)
GetDAXSubnetGroupWithName retrieves all dax.SubnetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDLMLifecyclePolicyWithName ¶
func (t *Template) GetDLMLifecyclePolicyWithName(name string) (*dlm.LifecyclePolicy, error)
GetDLMLifecyclePolicyWithName retrieves all dlm.LifecyclePolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDMSCertificateWithName ¶
func (t *Template) GetDMSCertificateWithName(name string) (*dms.Certificate, error)
GetDMSCertificateWithName retrieves all dms.Certificate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDMSEndpointWithName ¶
GetDMSEndpointWithName retrieves all dms.Endpoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDMSEventSubscriptionWithName ¶
func (t *Template) GetDMSEventSubscriptionWithName(name string) (*dms.EventSubscription, error)
GetDMSEventSubscriptionWithName retrieves all dms.EventSubscription items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDMSReplicationInstanceWithName ¶
func (t *Template) GetDMSReplicationInstanceWithName(name string) (*dms.ReplicationInstance, error)
GetDMSReplicationInstanceWithName retrieves all dms.ReplicationInstance items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDMSReplicationSubnetGroupWithName ¶
func (t *Template) GetDMSReplicationSubnetGroupWithName(name string) (*dms.ReplicationSubnetGroup, error)
GetDMSReplicationSubnetGroupWithName retrieves all dms.ReplicationSubnetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDMSReplicationTaskWithName ¶
func (t *Template) GetDMSReplicationTaskWithName(name string) (*dms.ReplicationTask, error)
GetDMSReplicationTaskWithName retrieves all dms.ReplicationTask items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataBrewDatasetWithName ¶
GetDataBrewDatasetWithName retrieves all databrew.Dataset items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataBrewJobWithName ¶
GetDataBrewJobWithName retrieves all databrew.Job items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataBrewProjectWithName ¶
GetDataBrewProjectWithName retrieves all databrew.Project items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataBrewRecipeWithName ¶
GetDataBrewRecipeWithName retrieves all databrew.Recipe items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataBrewRulesetWithName ¶
GetDataBrewRulesetWithName retrieves all databrew.Ruleset items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataBrewScheduleWithName ¶
GetDataBrewScheduleWithName retrieves all databrew.Schedule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataPipelinePipelineWithName ¶
func (t *Template) GetDataPipelinePipelineWithName(name string) (*datapipeline.Pipeline, error)
GetDataPipelinePipelineWithName retrieves all datapipeline.Pipeline items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataSyncAgentWithName ¶
GetDataSyncAgentWithName retrieves all datasync.Agent items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataSyncLocationEFSWithName ¶
func (t *Template) GetDataSyncLocationEFSWithName(name string) (*datasync.LocationEFS, error)
GetDataSyncLocationEFSWithName retrieves all datasync.LocationEFS items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataSyncLocationFSxWindowsWithName ¶
func (t *Template) GetDataSyncLocationFSxWindowsWithName(name string) (*datasync.LocationFSxWindows, error)
GetDataSyncLocationFSxWindowsWithName retrieves all datasync.LocationFSxWindows items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataSyncLocationHDFSWithName ¶
func (t *Template) GetDataSyncLocationHDFSWithName(name string) (*datasync.LocationHDFS, error)
GetDataSyncLocationHDFSWithName retrieves all datasync.LocationHDFS items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataSyncLocationNFSWithName ¶
func (t *Template) GetDataSyncLocationNFSWithName(name string) (*datasync.LocationNFS, error)
GetDataSyncLocationNFSWithName retrieves all datasync.LocationNFS items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataSyncLocationObjectStorageWithName ¶
func (t *Template) GetDataSyncLocationObjectStorageWithName(name string) (*datasync.LocationObjectStorage, error)
GetDataSyncLocationObjectStorageWithName retrieves all datasync.LocationObjectStorage items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataSyncLocationS3WithName ¶
func (t *Template) GetDataSyncLocationS3WithName(name string) (*datasync.LocationS3, error)
GetDataSyncLocationS3WithName retrieves all datasync.LocationS3 items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataSyncLocationSMBWithName ¶
func (t *Template) GetDataSyncLocationSMBWithName(name string) (*datasync.LocationSMB, error)
GetDataSyncLocationSMBWithName retrieves all datasync.LocationSMB items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDataSyncTaskWithName ¶
GetDataSyncTaskWithName retrieves all datasync.Task items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDetectiveGraphWithName ¶
GetDetectiveGraphWithName retrieves all detective.Graph items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDetectiveMemberInvitationWithName ¶
func (t *Template) GetDetectiveMemberInvitationWithName(name string) (*detective.MemberInvitation, error)
GetDetectiveMemberInvitationWithName retrieves all detective.MemberInvitation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDevOpsGuruNotificationChannelWithName ¶
func (t *Template) GetDevOpsGuruNotificationChannelWithName(name string) (*devopsguru.NotificationChannel, error)
GetDevOpsGuruNotificationChannelWithName retrieves all devopsguru.NotificationChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDevOpsGuruResourceCollectionWithName ¶
func (t *Template) GetDevOpsGuruResourceCollectionWithName(name string) (*devopsguru.ResourceCollection, error)
GetDevOpsGuruResourceCollectionWithName retrieves all devopsguru.ResourceCollection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDirectoryServiceMicrosoftADWithName ¶
func (t *Template) GetDirectoryServiceMicrosoftADWithName(name string) (*directoryservice.MicrosoftAD, error)
GetDirectoryServiceMicrosoftADWithName retrieves all directoryservice.MicrosoftAD items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDirectoryServiceSimpleADWithName ¶
func (t *Template) GetDirectoryServiceSimpleADWithName(name string) (*directoryservice.SimpleAD, error)
GetDirectoryServiceSimpleADWithName retrieves all directoryservice.SimpleAD items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDocDBDBClusterParameterGroupWithName ¶
func (t *Template) GetDocDBDBClusterParameterGroupWithName(name string) (*docdb.DBClusterParameterGroup, error)
GetDocDBDBClusterParameterGroupWithName retrieves all docdb.DBClusterParameterGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDocDBDBClusterWithName ¶
GetDocDBDBClusterWithName retrieves all docdb.DBCluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDocDBDBInstanceWithName ¶
func (t *Template) GetDocDBDBInstanceWithName(name string) (*docdb.DBInstance, error)
GetDocDBDBInstanceWithName retrieves all docdb.DBInstance items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDocDBDBSubnetGroupWithName ¶
func (t *Template) GetDocDBDBSubnetGroupWithName(name string) (*docdb.DBSubnetGroup, error)
GetDocDBDBSubnetGroupWithName retrieves all docdb.DBSubnetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDynamoDBGlobalTableWithName ¶
func (t *Template) GetDynamoDBGlobalTableWithName(name string) (*dynamodb.GlobalTable, error)
GetDynamoDBGlobalTableWithName retrieves all dynamodb.GlobalTable items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetDynamoDBTableWithName ¶
GetDynamoDBTableWithName retrieves all dynamodb.Table items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2CapacityReservationFleetWithName ¶
func (t *Template) GetEC2CapacityReservationFleetWithName(name string) (*ec2.CapacityReservationFleet, error)
GetEC2CapacityReservationFleetWithName retrieves all ec2.CapacityReservationFleet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2CapacityReservationWithName ¶
func (t *Template) GetEC2CapacityReservationWithName(name string) (*ec2.CapacityReservation, error)
GetEC2CapacityReservationWithName retrieves all ec2.CapacityReservation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2CarrierGatewayWithName ¶
func (t *Template) GetEC2CarrierGatewayWithName(name string) (*ec2.CarrierGateway, error)
GetEC2CarrierGatewayWithName retrieves all ec2.CarrierGateway items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2ClientVpnAuthorizationRuleWithName ¶
func (t *Template) GetEC2ClientVpnAuthorizationRuleWithName(name string) (*ec2.ClientVpnAuthorizationRule, error)
GetEC2ClientVpnAuthorizationRuleWithName retrieves all ec2.ClientVpnAuthorizationRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2ClientVpnEndpointWithName ¶
func (t *Template) GetEC2ClientVpnEndpointWithName(name string) (*ec2.ClientVpnEndpoint, error)
GetEC2ClientVpnEndpointWithName retrieves all ec2.ClientVpnEndpoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2ClientVpnRouteWithName ¶
func (t *Template) GetEC2ClientVpnRouteWithName(name string) (*ec2.ClientVpnRoute, error)
GetEC2ClientVpnRouteWithName retrieves all ec2.ClientVpnRoute items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2ClientVpnTargetNetworkAssociationWithName ¶
func (t *Template) GetEC2ClientVpnTargetNetworkAssociationWithName(name string) (*ec2.ClientVpnTargetNetworkAssociation, error)
GetEC2ClientVpnTargetNetworkAssociationWithName retrieves all ec2.ClientVpnTargetNetworkAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2CustomerGatewayWithName ¶
func (t *Template) GetEC2CustomerGatewayWithName(name string) (*ec2.CustomerGateway, error)
GetEC2CustomerGatewayWithName retrieves all ec2.CustomerGateway items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2DHCPOptionsWithName ¶
func (t *Template) GetEC2DHCPOptionsWithName(name string) (*ec2.DHCPOptions, error)
GetEC2DHCPOptionsWithName retrieves all ec2.DHCPOptions items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2EC2FleetWithName ¶
GetEC2EC2FleetWithName retrieves all ec2.EC2Fleet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2EIPAssociationWithName ¶
func (t *Template) GetEC2EIPAssociationWithName(name string) (*ec2.EIPAssociation, error)
GetEC2EIPAssociationWithName retrieves all ec2.EIPAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2EIPWithName ¶
GetEC2EIPWithName retrieves all ec2.EIP items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2EgressOnlyInternetGatewayWithName ¶
func (t *Template) GetEC2EgressOnlyInternetGatewayWithName(name string) (*ec2.EgressOnlyInternetGateway, error)
GetEC2EgressOnlyInternetGatewayWithName retrieves all ec2.EgressOnlyInternetGateway items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2EnclaveCertificateIamRoleAssociationWithName ¶
func (t *Template) GetEC2EnclaveCertificateIamRoleAssociationWithName(name string) (*ec2.EnclaveCertificateIamRoleAssociation, error)
GetEC2EnclaveCertificateIamRoleAssociationWithName retrieves all ec2.EnclaveCertificateIamRoleAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2FlowLogWithName ¶
GetEC2FlowLogWithName retrieves all ec2.FlowLog items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2GatewayRouteTableAssociationWithName ¶
func (t *Template) GetEC2GatewayRouteTableAssociationWithName(name string) (*ec2.GatewayRouteTableAssociation, error)
GetEC2GatewayRouteTableAssociationWithName retrieves all ec2.GatewayRouteTableAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2HostWithName ¶
GetEC2HostWithName retrieves all ec2.Host items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2IPAMAllocationWithName ¶
func (t *Template) GetEC2IPAMAllocationWithName(name string) (*ec2.IPAMAllocation, error)
GetEC2IPAMAllocationWithName retrieves all ec2.IPAMAllocation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2IPAMPoolWithName ¶
GetEC2IPAMPoolWithName retrieves all ec2.IPAMPool items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2IPAMScopeWithName ¶
GetEC2IPAMScopeWithName retrieves all ec2.IPAMScope items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2IPAMWithName ¶
GetEC2IPAMWithName retrieves all ec2.IPAM items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2InstanceWithName ¶
GetEC2InstanceWithName retrieves all ec2.Instance items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2InternetGatewayWithName ¶
func (t *Template) GetEC2InternetGatewayWithName(name string) (*ec2.InternetGateway, error)
GetEC2InternetGatewayWithName retrieves all ec2.InternetGateway items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2LaunchTemplateWithName ¶
func (t *Template) GetEC2LaunchTemplateWithName(name string) (*ec2.LaunchTemplate, error)
GetEC2LaunchTemplateWithName retrieves all ec2.LaunchTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2LocalGatewayRouteTableVPCAssociationWithName ¶
func (t *Template) GetEC2LocalGatewayRouteTableVPCAssociationWithName(name string) (*ec2.LocalGatewayRouteTableVPCAssociation, error)
GetEC2LocalGatewayRouteTableVPCAssociationWithName retrieves all ec2.LocalGatewayRouteTableVPCAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2LocalGatewayRouteWithName ¶
func (t *Template) GetEC2LocalGatewayRouteWithName(name string) (*ec2.LocalGatewayRoute, error)
GetEC2LocalGatewayRouteWithName retrieves all ec2.LocalGatewayRoute items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2NatGatewayWithName ¶
func (t *Template) GetEC2NatGatewayWithName(name string) (*ec2.NatGateway, error)
GetEC2NatGatewayWithName retrieves all ec2.NatGateway items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2NetworkAclEntryWithName ¶
func (t *Template) GetEC2NetworkAclEntryWithName(name string) (*ec2.NetworkAclEntry, error)
GetEC2NetworkAclEntryWithName retrieves all ec2.NetworkAclEntry items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2NetworkAclWithName ¶
func (t *Template) GetEC2NetworkAclWithName(name string) (*ec2.NetworkAcl, error)
GetEC2NetworkAclWithName retrieves all ec2.NetworkAcl items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2NetworkInsightsAnalysisWithName ¶
func (t *Template) GetEC2NetworkInsightsAnalysisWithName(name string) (*ec2.NetworkInsightsAnalysis, error)
GetEC2NetworkInsightsAnalysisWithName retrieves all ec2.NetworkInsightsAnalysis items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2NetworkInsightsPathWithName ¶
func (t *Template) GetEC2NetworkInsightsPathWithName(name string) (*ec2.NetworkInsightsPath, error)
GetEC2NetworkInsightsPathWithName retrieves all ec2.NetworkInsightsPath items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2NetworkInterfaceAttachmentWithName ¶
func (t *Template) GetEC2NetworkInterfaceAttachmentWithName(name string) (*ec2.NetworkInterfaceAttachment, error)
GetEC2NetworkInterfaceAttachmentWithName retrieves all ec2.NetworkInterfaceAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2NetworkInterfacePermissionWithName ¶
func (t *Template) GetEC2NetworkInterfacePermissionWithName(name string) (*ec2.NetworkInterfacePermission, error)
GetEC2NetworkInterfacePermissionWithName retrieves all ec2.NetworkInterfacePermission items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2NetworkInterfaceWithName ¶
func (t *Template) GetEC2NetworkInterfaceWithName(name string) (*ec2.NetworkInterface, error)
GetEC2NetworkInterfaceWithName retrieves all ec2.NetworkInterface items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2PlacementGroupWithName ¶
func (t *Template) GetEC2PlacementGroupWithName(name string) (*ec2.PlacementGroup, error)
GetEC2PlacementGroupWithName retrieves all ec2.PlacementGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2PrefixListWithName ¶
func (t *Template) GetEC2PrefixListWithName(name string) (*ec2.PrefixList, error)
GetEC2PrefixListWithName retrieves all ec2.PrefixList items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2RouteTableWithName ¶
func (t *Template) GetEC2RouteTableWithName(name string) (*ec2.RouteTable, error)
GetEC2RouteTableWithName retrieves all ec2.RouteTable items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2RouteWithName ¶
GetEC2RouteWithName retrieves all ec2.Route items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2SecurityGroupEgressWithName ¶
func (t *Template) GetEC2SecurityGroupEgressWithName(name string) (*ec2.SecurityGroupEgress, error)
GetEC2SecurityGroupEgressWithName retrieves all ec2.SecurityGroupEgress items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2SecurityGroupIngressWithName ¶
func (t *Template) GetEC2SecurityGroupIngressWithName(name string) (*ec2.SecurityGroupIngress, error)
GetEC2SecurityGroupIngressWithName retrieves all ec2.SecurityGroupIngress items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2SecurityGroupWithName ¶
func (t *Template) GetEC2SecurityGroupWithName(name string) (*ec2.SecurityGroup, error)
GetEC2SecurityGroupWithName retrieves all ec2.SecurityGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2SpotFleetWithName ¶
GetEC2SpotFleetWithName retrieves all ec2.SpotFleet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2SubnetCidrBlockWithName ¶
func (t *Template) GetEC2SubnetCidrBlockWithName(name string) (*ec2.SubnetCidrBlock, error)
GetEC2SubnetCidrBlockWithName retrieves all ec2.SubnetCidrBlock items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2SubnetNetworkAclAssociationWithName ¶
func (t *Template) GetEC2SubnetNetworkAclAssociationWithName(name string) (*ec2.SubnetNetworkAclAssociation, error)
GetEC2SubnetNetworkAclAssociationWithName retrieves all ec2.SubnetNetworkAclAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2SubnetRouteTableAssociationWithName ¶
func (t *Template) GetEC2SubnetRouteTableAssociationWithName(name string) (*ec2.SubnetRouteTableAssociation, error)
GetEC2SubnetRouteTableAssociationWithName retrieves all ec2.SubnetRouteTableAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2SubnetWithName ¶
GetEC2SubnetWithName retrieves all ec2.Subnet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TrafficMirrorFilterRuleWithName ¶
func (t *Template) GetEC2TrafficMirrorFilterRuleWithName(name string) (*ec2.TrafficMirrorFilterRule, error)
GetEC2TrafficMirrorFilterRuleWithName retrieves all ec2.TrafficMirrorFilterRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TrafficMirrorFilterWithName ¶
func (t *Template) GetEC2TrafficMirrorFilterWithName(name string) (*ec2.TrafficMirrorFilter, error)
GetEC2TrafficMirrorFilterWithName retrieves all ec2.TrafficMirrorFilter items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TrafficMirrorSessionWithName ¶
func (t *Template) GetEC2TrafficMirrorSessionWithName(name string) (*ec2.TrafficMirrorSession, error)
GetEC2TrafficMirrorSessionWithName retrieves all ec2.TrafficMirrorSession items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TrafficMirrorTargetWithName ¶
func (t *Template) GetEC2TrafficMirrorTargetWithName(name string) (*ec2.TrafficMirrorTarget, error)
GetEC2TrafficMirrorTargetWithName retrieves all ec2.TrafficMirrorTarget items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayAttachmentWithName ¶
func (t *Template) GetEC2TransitGatewayAttachmentWithName(name string) (*ec2.TransitGatewayAttachment, error)
GetEC2TransitGatewayAttachmentWithName retrieves all ec2.TransitGatewayAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayConnectWithName ¶
func (t *Template) GetEC2TransitGatewayConnectWithName(name string) (*ec2.TransitGatewayConnect, error)
GetEC2TransitGatewayConnectWithName retrieves all ec2.TransitGatewayConnect items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayMulticastDomainAssociationWithName ¶
func (t *Template) GetEC2TransitGatewayMulticastDomainAssociationWithName(name string) (*ec2.TransitGatewayMulticastDomainAssociation, error)
GetEC2TransitGatewayMulticastDomainAssociationWithName retrieves all ec2.TransitGatewayMulticastDomainAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayMulticastDomainWithName ¶
func (t *Template) GetEC2TransitGatewayMulticastDomainWithName(name string) (*ec2.TransitGatewayMulticastDomain, error)
GetEC2TransitGatewayMulticastDomainWithName retrieves all ec2.TransitGatewayMulticastDomain items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayMulticastGroupMemberWithName ¶
func (t *Template) GetEC2TransitGatewayMulticastGroupMemberWithName(name string) (*ec2.TransitGatewayMulticastGroupMember, error)
GetEC2TransitGatewayMulticastGroupMemberWithName retrieves all ec2.TransitGatewayMulticastGroupMember items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayMulticastGroupSourceWithName ¶
func (t *Template) GetEC2TransitGatewayMulticastGroupSourceWithName(name string) (*ec2.TransitGatewayMulticastGroupSource, error)
GetEC2TransitGatewayMulticastGroupSourceWithName retrieves all ec2.TransitGatewayMulticastGroupSource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayPeeringAttachmentWithName ¶
func (t *Template) GetEC2TransitGatewayPeeringAttachmentWithName(name string) (*ec2.TransitGatewayPeeringAttachment, error)
GetEC2TransitGatewayPeeringAttachmentWithName retrieves all ec2.TransitGatewayPeeringAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayRouteTableAssociationWithName ¶
func (t *Template) GetEC2TransitGatewayRouteTableAssociationWithName(name string) (*ec2.TransitGatewayRouteTableAssociation, error)
GetEC2TransitGatewayRouteTableAssociationWithName retrieves all ec2.TransitGatewayRouteTableAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayRouteTablePropagationWithName ¶
func (t *Template) GetEC2TransitGatewayRouteTablePropagationWithName(name string) (*ec2.TransitGatewayRouteTablePropagation, error)
GetEC2TransitGatewayRouteTablePropagationWithName retrieves all ec2.TransitGatewayRouteTablePropagation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayRouteTableWithName ¶
func (t *Template) GetEC2TransitGatewayRouteTableWithName(name string) (*ec2.TransitGatewayRouteTable, error)
GetEC2TransitGatewayRouteTableWithName retrieves all ec2.TransitGatewayRouteTable items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayRouteWithName ¶
func (t *Template) GetEC2TransitGatewayRouteWithName(name string) (*ec2.TransitGatewayRoute, error)
GetEC2TransitGatewayRouteWithName retrieves all ec2.TransitGatewayRoute items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayVpcAttachmentWithName ¶
func (t *Template) GetEC2TransitGatewayVpcAttachmentWithName(name string) (*ec2.TransitGatewayVpcAttachment, error)
GetEC2TransitGatewayVpcAttachmentWithName retrieves all ec2.TransitGatewayVpcAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2TransitGatewayWithName ¶
func (t *Template) GetEC2TransitGatewayWithName(name string) (*ec2.TransitGateway, error)
GetEC2TransitGatewayWithName retrieves all ec2.TransitGateway items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPCCidrBlockWithName ¶
func (t *Template) GetEC2VPCCidrBlockWithName(name string) (*ec2.VPCCidrBlock, error)
GetEC2VPCCidrBlockWithName retrieves all ec2.VPCCidrBlock items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPCDHCPOptionsAssociationWithName ¶
func (t *Template) GetEC2VPCDHCPOptionsAssociationWithName(name string) (*ec2.VPCDHCPOptionsAssociation, error)
GetEC2VPCDHCPOptionsAssociationWithName retrieves all ec2.VPCDHCPOptionsAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPCEndpointConnectionNotificationWithName ¶
func (t *Template) GetEC2VPCEndpointConnectionNotificationWithName(name string) (*ec2.VPCEndpointConnectionNotification, error)
GetEC2VPCEndpointConnectionNotificationWithName retrieves all ec2.VPCEndpointConnectionNotification items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPCEndpointServicePermissionsWithName ¶
func (t *Template) GetEC2VPCEndpointServicePermissionsWithName(name string) (*ec2.VPCEndpointServicePermissions, error)
GetEC2VPCEndpointServicePermissionsWithName retrieves all ec2.VPCEndpointServicePermissions items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPCEndpointServiceWithName ¶
func (t *Template) GetEC2VPCEndpointServiceWithName(name string) (*ec2.VPCEndpointService, error)
GetEC2VPCEndpointServiceWithName retrieves all ec2.VPCEndpointService items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPCEndpointWithName ¶
func (t *Template) GetEC2VPCEndpointWithName(name string) (*ec2.VPCEndpoint, error)
GetEC2VPCEndpointWithName retrieves all ec2.VPCEndpoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPCGatewayAttachmentWithName ¶
func (t *Template) GetEC2VPCGatewayAttachmentWithName(name string) (*ec2.VPCGatewayAttachment, error)
GetEC2VPCGatewayAttachmentWithName retrieves all ec2.VPCGatewayAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPCPeeringConnectionWithName ¶
func (t *Template) GetEC2VPCPeeringConnectionWithName(name string) (*ec2.VPCPeeringConnection, error)
GetEC2VPCPeeringConnectionWithName retrieves all ec2.VPCPeeringConnection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPCWithName ¶
GetEC2VPCWithName retrieves all ec2.VPC items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPNConnectionRouteWithName ¶
func (t *Template) GetEC2VPNConnectionRouteWithName(name string) (*ec2.VPNConnectionRoute, error)
GetEC2VPNConnectionRouteWithName retrieves all ec2.VPNConnectionRoute items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPNConnectionWithName ¶
func (t *Template) GetEC2VPNConnectionWithName(name string) (*ec2.VPNConnection, error)
GetEC2VPNConnectionWithName retrieves all ec2.VPNConnection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPNGatewayRoutePropagationWithName ¶
func (t *Template) GetEC2VPNGatewayRoutePropagationWithName(name string) (*ec2.VPNGatewayRoutePropagation, error)
GetEC2VPNGatewayRoutePropagationWithName retrieves all ec2.VPNGatewayRoutePropagation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VPNGatewayWithName ¶
func (t *Template) GetEC2VPNGatewayWithName(name string) (*ec2.VPNGateway, error)
GetEC2VPNGatewayWithName retrieves all ec2.VPNGateway items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VolumeAttachmentWithName ¶
func (t *Template) GetEC2VolumeAttachmentWithName(name string) (*ec2.VolumeAttachment, error)
GetEC2VolumeAttachmentWithName retrieves all ec2.VolumeAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEC2VolumeWithName ¶
GetEC2VolumeWithName retrieves all ec2.Volume items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetECRPublicRepositoryWithName ¶
func (t *Template) GetECRPublicRepositoryWithName(name string) (*ecr.PublicRepository, error)
GetECRPublicRepositoryWithName retrieves all ecr.PublicRepository items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetECRRegistryPolicyWithName ¶
func (t *Template) GetECRRegistryPolicyWithName(name string) (*ecr.RegistryPolicy, error)
GetECRRegistryPolicyWithName retrieves all ecr.RegistryPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetECRReplicationConfigurationWithName ¶
func (t *Template) GetECRReplicationConfigurationWithName(name string) (*ecr.ReplicationConfiguration, error)
GetECRReplicationConfigurationWithName retrieves all ecr.ReplicationConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetECRRepositoryWithName ¶
func (t *Template) GetECRRepositoryWithName(name string) (*ecr.Repository, error)
GetECRRepositoryWithName retrieves all ecr.Repository items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetECSCapacityProviderWithName ¶
func (t *Template) GetECSCapacityProviderWithName(name string) (*ecs.CapacityProvider, error)
GetECSCapacityProviderWithName retrieves all ecs.CapacityProvider items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetECSClusterCapacityProviderAssociationsWithName ¶
func (t *Template) GetECSClusterCapacityProviderAssociationsWithName(name string) (*ecs.ClusterCapacityProviderAssociations, error)
GetECSClusterCapacityProviderAssociationsWithName retrieves all ecs.ClusterCapacityProviderAssociations items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetECSClusterWithName ¶
GetECSClusterWithName retrieves all ecs.Cluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetECSPrimaryTaskSetWithName ¶
func (t *Template) GetECSPrimaryTaskSetWithName(name string) (*ecs.PrimaryTaskSet, error)
GetECSPrimaryTaskSetWithName retrieves all ecs.PrimaryTaskSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetECSServiceWithName ¶
GetECSServiceWithName retrieves all ecs.Service items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetECSTaskDefinitionWithName ¶
func (t *Template) GetECSTaskDefinitionWithName(name string) (*ecs.TaskDefinition, error)
GetECSTaskDefinitionWithName retrieves all ecs.TaskDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetECSTaskSetWithName ¶
GetECSTaskSetWithName retrieves all ecs.TaskSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEFSAccessPointWithName ¶
func (t *Template) GetEFSAccessPointWithName(name string) (*efs.AccessPoint, error)
GetEFSAccessPointWithName retrieves all efs.AccessPoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEFSFileSystemWithName ¶
func (t *Template) GetEFSFileSystemWithName(name string) (*efs.FileSystem, error)
GetEFSFileSystemWithName retrieves all efs.FileSystem items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEFSMountTargetWithName ¶
func (t *Template) GetEFSMountTargetWithName(name string) (*efs.MountTarget, error)
GetEFSMountTargetWithName retrieves all efs.MountTarget items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEKSAddonWithName ¶
GetEKSAddonWithName retrieves all eks.Addon items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEKSClusterWithName ¶
GetEKSClusterWithName retrieves all eks.Cluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEKSFargateProfileWithName ¶
func (t *Template) GetEKSFargateProfileWithName(name string) (*eks.FargateProfile, error)
GetEKSFargateProfileWithName retrieves all eks.FargateProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEKSNodegroupWithName ¶
GetEKSNodegroupWithName retrieves all eks.Nodegroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEMRClusterWithName ¶
GetEMRClusterWithName retrieves all emr.Cluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEMRContainersVirtualClusterWithName ¶
func (t *Template) GetEMRContainersVirtualClusterWithName(name string) (*emrcontainers.VirtualCluster, error)
GetEMRContainersVirtualClusterWithName retrieves all emrcontainers.VirtualCluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEMRInstanceFleetConfigWithName ¶
func (t *Template) GetEMRInstanceFleetConfigWithName(name string) (*emr.InstanceFleetConfig, error)
GetEMRInstanceFleetConfigWithName retrieves all emr.InstanceFleetConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEMRInstanceGroupConfigWithName ¶
func (t *Template) GetEMRInstanceGroupConfigWithName(name string) (*emr.InstanceGroupConfig, error)
GetEMRInstanceGroupConfigWithName retrieves all emr.InstanceGroupConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEMRSecurityConfigurationWithName ¶
func (t *Template) GetEMRSecurityConfigurationWithName(name string) (*emr.SecurityConfiguration, error)
GetEMRSecurityConfigurationWithName retrieves all emr.SecurityConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEMRStepWithName ¶
GetEMRStepWithName retrieves all emr.Step items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEMRStudioSessionMappingWithName ¶
func (t *Template) GetEMRStudioSessionMappingWithName(name string) (*emr.StudioSessionMapping, error)
GetEMRStudioSessionMappingWithName retrieves all emr.StudioSessionMapping items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEMRStudioWithName ¶
GetEMRStudioWithName retrieves all emr.Studio items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElastiCacheCacheClusterWithName ¶
func (t *Template) GetElastiCacheCacheClusterWithName(name string) (*elasticache.CacheCluster, error)
GetElastiCacheCacheClusterWithName retrieves all elasticache.CacheCluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElastiCacheGlobalReplicationGroupWithName ¶
func (t *Template) GetElastiCacheGlobalReplicationGroupWithName(name string) (*elasticache.GlobalReplicationGroup, error)
GetElastiCacheGlobalReplicationGroupWithName retrieves all elasticache.GlobalReplicationGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElastiCacheParameterGroupWithName ¶
func (t *Template) GetElastiCacheParameterGroupWithName(name string) (*elasticache.ParameterGroup, error)
GetElastiCacheParameterGroupWithName retrieves all elasticache.ParameterGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElastiCacheReplicationGroupWithName ¶
func (t *Template) GetElastiCacheReplicationGroupWithName(name string) (*elasticache.ReplicationGroup, error)
GetElastiCacheReplicationGroupWithName retrieves all elasticache.ReplicationGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElastiCacheSecurityGroupIngressWithName ¶
func (t *Template) GetElastiCacheSecurityGroupIngressWithName(name string) (*elasticache.SecurityGroupIngress, error)
GetElastiCacheSecurityGroupIngressWithName retrieves all elasticache.SecurityGroupIngress items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElastiCacheSecurityGroupWithName ¶
func (t *Template) GetElastiCacheSecurityGroupWithName(name string) (*elasticache.SecurityGroup, error)
GetElastiCacheSecurityGroupWithName retrieves all elasticache.SecurityGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElastiCacheSubnetGroupWithName ¶
func (t *Template) GetElastiCacheSubnetGroupWithName(name string) (*elasticache.SubnetGroup, error)
GetElastiCacheSubnetGroupWithName retrieves all elasticache.SubnetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElastiCacheUserGroupWithName ¶
func (t *Template) GetElastiCacheUserGroupWithName(name string) (*elasticache.UserGroup, error)
GetElastiCacheUserGroupWithName retrieves all elasticache.UserGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElastiCacheUserWithName ¶
func (t *Template) GetElastiCacheUserWithName(name string) (*elasticache.User, error)
GetElastiCacheUserWithName retrieves all elasticache.User items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElasticBeanstalkApplicationVersionWithName ¶
func (t *Template) GetElasticBeanstalkApplicationVersionWithName(name string) (*elasticbeanstalk.ApplicationVersion, error)
GetElasticBeanstalkApplicationVersionWithName retrieves all elasticbeanstalk.ApplicationVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElasticBeanstalkApplicationWithName ¶
func (t *Template) GetElasticBeanstalkApplicationWithName(name string) (*elasticbeanstalk.Application, error)
GetElasticBeanstalkApplicationWithName retrieves all elasticbeanstalk.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElasticBeanstalkConfigurationTemplateWithName ¶
func (t *Template) GetElasticBeanstalkConfigurationTemplateWithName(name string) (*elasticbeanstalk.ConfigurationTemplate, error)
GetElasticBeanstalkConfigurationTemplateWithName retrieves all elasticbeanstalk.ConfigurationTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElasticBeanstalkEnvironmentWithName ¶
func (t *Template) GetElasticBeanstalkEnvironmentWithName(name string) (*elasticbeanstalk.Environment, error)
GetElasticBeanstalkEnvironmentWithName retrieves all elasticbeanstalk.Environment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElasticLoadBalancingLoadBalancerWithName ¶
func (t *Template) GetElasticLoadBalancingLoadBalancerWithName(name string) (*elasticloadbalancing.LoadBalancer, error)
GetElasticLoadBalancingLoadBalancerWithName retrieves all elasticloadbalancing.LoadBalancer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElasticLoadBalancingV2ListenerCertificateWithName ¶
func (t *Template) GetElasticLoadBalancingV2ListenerCertificateWithName(name string) (*elasticloadbalancingv2.ListenerCertificate, error)
GetElasticLoadBalancingV2ListenerCertificateWithName retrieves all elasticloadbalancingv2.ListenerCertificate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElasticLoadBalancingV2ListenerRuleWithName ¶
func (t *Template) GetElasticLoadBalancingV2ListenerRuleWithName(name string) (*elasticloadbalancingv2.ListenerRule, error)
GetElasticLoadBalancingV2ListenerRuleWithName retrieves all elasticloadbalancingv2.ListenerRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElasticLoadBalancingV2ListenerWithName ¶
func (t *Template) GetElasticLoadBalancingV2ListenerWithName(name string) (*elasticloadbalancingv2.Listener, error)
GetElasticLoadBalancingV2ListenerWithName retrieves all elasticloadbalancingv2.Listener items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElasticLoadBalancingV2LoadBalancerWithName ¶
func (t *Template) GetElasticLoadBalancingV2LoadBalancerWithName(name string) (*elasticloadbalancingv2.LoadBalancer, error)
GetElasticLoadBalancingV2LoadBalancerWithName retrieves all elasticloadbalancingv2.LoadBalancer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElasticLoadBalancingV2TargetGroupWithName ¶
func (t *Template) GetElasticLoadBalancingV2TargetGroupWithName(name string) (*elasticloadbalancingv2.TargetGroup, error)
GetElasticLoadBalancingV2TargetGroupWithName retrieves all elasticloadbalancingv2.TargetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetElasticsearchDomainWithName ¶
func (t *Template) GetElasticsearchDomainWithName(name string) (*elasticsearch.Domain, error)
GetElasticsearchDomainWithName retrieves all elasticsearch.Domain items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEventSchemasDiscovererWithName ¶
func (t *Template) GetEventSchemasDiscovererWithName(name string) (*eventschemas.Discoverer, error)
GetEventSchemasDiscovererWithName retrieves all eventschemas.Discoverer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEventSchemasRegistryPolicyWithName ¶
func (t *Template) GetEventSchemasRegistryPolicyWithName(name string) (*eventschemas.RegistryPolicy, error)
GetEventSchemasRegistryPolicyWithName retrieves all eventschemas.RegistryPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEventSchemasRegistryWithName ¶
func (t *Template) GetEventSchemasRegistryWithName(name string) (*eventschemas.Registry, error)
GetEventSchemasRegistryWithName retrieves all eventschemas.Registry items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEventSchemasSchemaWithName ¶
func (t *Template) GetEventSchemasSchemaWithName(name string) (*eventschemas.Schema, error)
GetEventSchemasSchemaWithName retrieves all eventschemas.Schema items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEventsApiDestinationWithName ¶
func (t *Template) GetEventsApiDestinationWithName(name string) (*events.ApiDestination, error)
GetEventsApiDestinationWithName retrieves all events.ApiDestination items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEventsArchiveWithName ¶
GetEventsArchiveWithName retrieves all events.Archive items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEventsConnectionWithName ¶
func (t *Template) GetEventsConnectionWithName(name string) (*events.Connection, error)
GetEventsConnectionWithName retrieves all events.Connection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEventsEventBusPolicyWithName ¶
func (t *Template) GetEventsEventBusPolicyWithName(name string) (*events.EventBusPolicy, error)
GetEventsEventBusPolicyWithName retrieves all events.EventBusPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEventsEventBusWithName ¶
GetEventsEventBusWithName retrieves all events.EventBus items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEventsRuleWithName ¶
GetEventsRuleWithName retrieves all events.Rule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEvidentlyExperimentWithName ¶
func (t *Template) GetEvidentlyExperimentWithName(name string) (*evidently.Experiment, error)
GetEvidentlyExperimentWithName retrieves all evidently.Experiment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEvidentlyFeatureWithName ¶
GetEvidentlyFeatureWithName retrieves all evidently.Feature items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEvidentlyLaunchWithName ¶
GetEvidentlyLaunchWithName retrieves all evidently.Launch items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetEvidentlyProjectWithName ¶
GetEvidentlyProjectWithName retrieves all evidently.Project items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFISExperimentTemplateWithName ¶
func (t *Template) GetFISExperimentTemplateWithName(name string) (*fis.ExperimentTemplate, error)
GetFISExperimentTemplateWithName retrieves all fis.ExperimentTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFMSNotificationChannelWithName ¶
func (t *Template) GetFMSNotificationChannelWithName(name string) (*fms.NotificationChannel, error)
GetFMSNotificationChannelWithName retrieves all fms.NotificationChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFMSPolicyWithName ¶
GetFMSPolicyWithName retrieves all fms.Policy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFSxFileSystemWithName ¶
func (t *Template) GetFSxFileSystemWithName(name string) (*fsx.FileSystem, error)
GetFSxFileSystemWithName retrieves all fsx.FileSystem items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFinSpaceEnvironmentWithName ¶
func (t *Template) GetFinSpaceEnvironmentWithName(name string) (*finspace.Environment, error)
GetFinSpaceEnvironmentWithName retrieves all finspace.Environment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFraudDetectorDetectorWithName ¶
func (t *Template) GetFraudDetectorDetectorWithName(name string) (*frauddetector.Detector, error)
GetFraudDetectorDetectorWithName retrieves all frauddetector.Detector items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFraudDetectorEntityTypeWithName ¶
func (t *Template) GetFraudDetectorEntityTypeWithName(name string) (*frauddetector.EntityType, error)
GetFraudDetectorEntityTypeWithName retrieves all frauddetector.EntityType items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFraudDetectorEventTypeWithName ¶
func (t *Template) GetFraudDetectorEventTypeWithName(name string) (*frauddetector.EventType, error)
GetFraudDetectorEventTypeWithName retrieves all frauddetector.EventType items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFraudDetectorLabelWithName ¶
func (t *Template) GetFraudDetectorLabelWithName(name string) (*frauddetector.Label, error)
GetFraudDetectorLabelWithName retrieves all frauddetector.Label items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFraudDetectorOutcomeWithName ¶
func (t *Template) GetFraudDetectorOutcomeWithName(name string) (*frauddetector.Outcome, error)
GetFraudDetectorOutcomeWithName retrieves all frauddetector.Outcome items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetFraudDetectorVariableWithName ¶
func (t *Template) GetFraudDetectorVariableWithName(name string) (*frauddetector.Variable, error)
GetFraudDetectorVariableWithName retrieves all frauddetector.Variable items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGameLiftAliasWithName ¶
GetGameLiftAliasWithName retrieves all gamelift.Alias items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGameLiftBuildWithName ¶
GetGameLiftBuildWithName retrieves all gamelift.Build items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGameLiftFleetWithName ¶
GetGameLiftFleetWithName retrieves all gamelift.Fleet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGameLiftGameServerGroupWithName ¶
func (t *Template) GetGameLiftGameServerGroupWithName(name string) (*gamelift.GameServerGroup, error)
GetGameLiftGameServerGroupWithName retrieves all gamelift.GameServerGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGameLiftGameSessionQueueWithName ¶
func (t *Template) GetGameLiftGameSessionQueueWithName(name string) (*gamelift.GameSessionQueue, error)
GetGameLiftGameSessionQueueWithName retrieves all gamelift.GameSessionQueue items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGameLiftMatchmakingConfigurationWithName ¶
func (t *Template) GetGameLiftMatchmakingConfigurationWithName(name string) (*gamelift.MatchmakingConfiguration, error)
GetGameLiftMatchmakingConfigurationWithName retrieves all gamelift.MatchmakingConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGameLiftMatchmakingRuleSetWithName ¶
func (t *Template) GetGameLiftMatchmakingRuleSetWithName(name string) (*gamelift.MatchmakingRuleSet, error)
GetGameLiftMatchmakingRuleSetWithName retrieves all gamelift.MatchmakingRuleSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGameLiftScriptWithName ¶
GetGameLiftScriptWithName retrieves all gamelift.Script items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlobalAcceleratorAcceleratorWithName ¶
func (t *Template) GetGlobalAcceleratorAcceleratorWithName(name string) (*globalaccelerator.Accelerator, error)
GetGlobalAcceleratorAcceleratorWithName retrieves all globalaccelerator.Accelerator items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlobalAcceleratorEndpointGroupWithName ¶
func (t *Template) GetGlobalAcceleratorEndpointGroupWithName(name string) (*globalaccelerator.EndpointGroup, error)
GetGlobalAcceleratorEndpointGroupWithName retrieves all globalaccelerator.EndpointGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlobalAcceleratorListenerWithName ¶
func (t *Template) GetGlobalAcceleratorListenerWithName(name string) (*globalaccelerator.Listener, error)
GetGlobalAcceleratorListenerWithName retrieves all globalaccelerator.Listener items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueClassifierWithName ¶
func (t *Template) GetGlueClassifierWithName(name string) (*glue.Classifier, error)
GetGlueClassifierWithName retrieves all glue.Classifier items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueConnectionWithName ¶
func (t *Template) GetGlueConnectionWithName(name string) (*glue.Connection, error)
GetGlueConnectionWithName retrieves all glue.Connection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueCrawlerWithName ¶
GetGlueCrawlerWithName retrieves all glue.Crawler items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueDataCatalogEncryptionSettingsWithName ¶
func (t *Template) GetGlueDataCatalogEncryptionSettingsWithName(name string) (*glue.DataCatalogEncryptionSettings, error)
GetGlueDataCatalogEncryptionSettingsWithName retrieves all glue.DataCatalogEncryptionSettings items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueDatabaseWithName ¶
GetGlueDatabaseWithName retrieves all glue.Database items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueDevEndpointWithName ¶
func (t *Template) GetGlueDevEndpointWithName(name string) (*glue.DevEndpoint, error)
GetGlueDevEndpointWithName retrieves all glue.DevEndpoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueJobWithName ¶
GetGlueJobWithName retrieves all glue.Job items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueMLTransformWithName ¶
func (t *Template) GetGlueMLTransformWithName(name string) (*glue.MLTransform, error)
GetGlueMLTransformWithName retrieves all glue.MLTransform items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGluePartitionWithName ¶
GetGluePartitionWithName retrieves all glue.Partition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueRegistryWithName ¶
GetGlueRegistryWithName retrieves all glue.Registry items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueSchemaVersionMetadataWithName ¶
func (t *Template) GetGlueSchemaVersionMetadataWithName(name string) (*glue.SchemaVersionMetadata, error)
GetGlueSchemaVersionMetadataWithName retrieves all glue.SchemaVersionMetadata items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueSchemaVersionWithName ¶
func (t *Template) GetGlueSchemaVersionWithName(name string) (*glue.SchemaVersion, error)
GetGlueSchemaVersionWithName retrieves all glue.SchemaVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueSchemaWithName ¶
GetGlueSchemaWithName retrieves all glue.Schema items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueSecurityConfigurationWithName ¶
func (t *Template) GetGlueSecurityConfigurationWithName(name string) (*glue.SecurityConfiguration, error)
GetGlueSecurityConfigurationWithName retrieves all glue.SecurityConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueTableWithName ¶
GetGlueTableWithName retrieves all glue.Table items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueTriggerWithName ¶
GetGlueTriggerWithName retrieves all glue.Trigger items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGlueWorkflowWithName ¶
GetGlueWorkflowWithName retrieves all glue.Workflow items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassConnectorDefinitionVersionWithName ¶
func (t *Template) GetGreengrassConnectorDefinitionVersionWithName(name string) (*greengrass.ConnectorDefinitionVersion, error)
GetGreengrassConnectorDefinitionVersionWithName retrieves all greengrass.ConnectorDefinitionVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassConnectorDefinitionWithName ¶
func (t *Template) GetGreengrassConnectorDefinitionWithName(name string) (*greengrass.ConnectorDefinition, error)
GetGreengrassConnectorDefinitionWithName retrieves all greengrass.ConnectorDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassCoreDefinitionVersionWithName ¶
func (t *Template) GetGreengrassCoreDefinitionVersionWithName(name string) (*greengrass.CoreDefinitionVersion, error)
GetGreengrassCoreDefinitionVersionWithName retrieves all greengrass.CoreDefinitionVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassCoreDefinitionWithName ¶
func (t *Template) GetGreengrassCoreDefinitionWithName(name string) (*greengrass.CoreDefinition, error)
GetGreengrassCoreDefinitionWithName retrieves all greengrass.CoreDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassDeviceDefinitionVersionWithName ¶
func (t *Template) GetGreengrassDeviceDefinitionVersionWithName(name string) (*greengrass.DeviceDefinitionVersion, error)
GetGreengrassDeviceDefinitionVersionWithName retrieves all greengrass.DeviceDefinitionVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassDeviceDefinitionWithName ¶
func (t *Template) GetGreengrassDeviceDefinitionWithName(name string) (*greengrass.DeviceDefinition, error)
GetGreengrassDeviceDefinitionWithName retrieves all greengrass.DeviceDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassFunctionDefinitionVersionWithName ¶
func (t *Template) GetGreengrassFunctionDefinitionVersionWithName(name string) (*greengrass.FunctionDefinitionVersion, error)
GetGreengrassFunctionDefinitionVersionWithName retrieves all greengrass.FunctionDefinitionVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassFunctionDefinitionWithName ¶
func (t *Template) GetGreengrassFunctionDefinitionWithName(name string) (*greengrass.FunctionDefinition, error)
GetGreengrassFunctionDefinitionWithName retrieves all greengrass.FunctionDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassGroupVersionWithName ¶
func (t *Template) GetGreengrassGroupVersionWithName(name string) (*greengrass.GroupVersion, error)
GetGreengrassGroupVersionWithName retrieves all greengrass.GroupVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassGroupWithName ¶
func (t *Template) GetGreengrassGroupWithName(name string) (*greengrass.Group, error)
GetGreengrassGroupWithName retrieves all greengrass.Group items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassLoggerDefinitionVersionWithName ¶
func (t *Template) GetGreengrassLoggerDefinitionVersionWithName(name string) (*greengrass.LoggerDefinitionVersion, error)
GetGreengrassLoggerDefinitionVersionWithName retrieves all greengrass.LoggerDefinitionVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassLoggerDefinitionWithName ¶
func (t *Template) GetGreengrassLoggerDefinitionWithName(name string) (*greengrass.LoggerDefinition, error)
GetGreengrassLoggerDefinitionWithName retrieves all greengrass.LoggerDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassResourceDefinitionVersionWithName ¶
func (t *Template) GetGreengrassResourceDefinitionVersionWithName(name string) (*greengrass.ResourceDefinitionVersion, error)
GetGreengrassResourceDefinitionVersionWithName retrieves all greengrass.ResourceDefinitionVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassResourceDefinitionWithName ¶
func (t *Template) GetGreengrassResourceDefinitionWithName(name string) (*greengrass.ResourceDefinition, error)
GetGreengrassResourceDefinitionWithName retrieves all greengrass.ResourceDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassSubscriptionDefinitionVersionWithName ¶
func (t *Template) GetGreengrassSubscriptionDefinitionVersionWithName(name string) (*greengrass.SubscriptionDefinitionVersion, error)
GetGreengrassSubscriptionDefinitionVersionWithName retrieves all greengrass.SubscriptionDefinitionVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassSubscriptionDefinitionWithName ¶
func (t *Template) GetGreengrassSubscriptionDefinitionWithName(name string) (*greengrass.SubscriptionDefinition, error)
GetGreengrassSubscriptionDefinitionWithName retrieves all greengrass.SubscriptionDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGreengrassV2ComponentVersionWithName ¶
func (t *Template) GetGreengrassV2ComponentVersionWithName(name string) (*greengrassv2.ComponentVersion, error)
GetGreengrassV2ComponentVersionWithName retrieves all greengrassv2.ComponentVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGroundStationConfigWithName ¶
func (t *Template) GetGroundStationConfigWithName(name string) (*groundstation.Config, error)
GetGroundStationConfigWithName retrieves all groundstation.Config items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGroundStationDataflowEndpointGroupWithName ¶
func (t *Template) GetGroundStationDataflowEndpointGroupWithName(name string) (*groundstation.DataflowEndpointGroup, error)
GetGroundStationDataflowEndpointGroupWithName retrieves all groundstation.DataflowEndpointGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGroundStationMissionProfileWithName ¶
func (t *Template) GetGroundStationMissionProfileWithName(name string) (*groundstation.MissionProfile, error)
GetGroundStationMissionProfileWithName retrieves all groundstation.MissionProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGuardDutyDetectorWithName ¶
GetGuardDutyDetectorWithName retrieves all guardduty.Detector items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGuardDutyFilterWithName ¶
GetGuardDutyFilterWithName retrieves all guardduty.Filter items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGuardDutyIPSetWithName ¶
GetGuardDutyIPSetWithName retrieves all guardduty.IPSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGuardDutyMasterWithName ¶
GetGuardDutyMasterWithName retrieves all guardduty.Master items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGuardDutyMemberWithName ¶
GetGuardDutyMemberWithName retrieves all guardduty.Member items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetGuardDutyThreatIntelSetWithName ¶
func (t *Template) GetGuardDutyThreatIntelSetWithName(name string) (*guardduty.ThreatIntelSet, error)
GetGuardDutyThreatIntelSetWithName retrieves all guardduty.ThreatIntelSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetHealthLakeFHIRDatastoreWithName ¶
func (t *Template) GetHealthLakeFHIRDatastoreWithName(name string) (*healthlake.FHIRDatastore, error)
GetHealthLakeFHIRDatastoreWithName retrieves all healthlake.FHIRDatastore items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMAccessKeyWithName ¶
GetIAMAccessKeyWithName retrieves all iam.AccessKey items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMGroupWithName ¶
GetIAMGroupWithName retrieves all iam.Group items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMInstanceProfileWithName ¶
func (t *Template) GetIAMInstanceProfileWithName(name string) (*iam.InstanceProfile, error)
GetIAMInstanceProfileWithName retrieves all iam.InstanceProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMManagedPolicyWithName ¶
func (t *Template) GetIAMManagedPolicyWithName(name string) (*iam.ManagedPolicy, error)
GetIAMManagedPolicyWithName retrieves all iam.ManagedPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMOIDCProviderWithName ¶
func (t *Template) GetIAMOIDCProviderWithName(name string) (*iam.OIDCProvider, error)
GetIAMOIDCProviderWithName retrieves all iam.OIDCProvider items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMPolicyWithName ¶
GetIAMPolicyWithName retrieves all iam.Policy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMRoleWithName ¶
GetIAMRoleWithName retrieves all iam.Role items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMSAMLProviderWithName ¶
func (t *Template) GetIAMSAMLProviderWithName(name string) (*iam.SAMLProvider, error)
GetIAMSAMLProviderWithName retrieves all iam.SAMLProvider items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMServerCertificateWithName ¶
func (t *Template) GetIAMServerCertificateWithName(name string) (*iam.ServerCertificate, error)
GetIAMServerCertificateWithName retrieves all iam.ServerCertificate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMServiceLinkedRoleWithName ¶
func (t *Template) GetIAMServiceLinkedRoleWithName(name string) (*iam.ServiceLinkedRole, error)
GetIAMServiceLinkedRoleWithName retrieves all iam.ServiceLinkedRole items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMUserToGroupAdditionWithName ¶
func (t *Template) GetIAMUserToGroupAdditionWithName(name string) (*iam.UserToGroupAddition, error)
GetIAMUserToGroupAdditionWithName retrieves all iam.UserToGroupAddition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMUserWithName ¶
GetIAMUserWithName retrieves all iam.User items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIAMVirtualMFADeviceWithName ¶
func (t *Template) GetIAMVirtualMFADeviceWithName(name string) (*iam.VirtualMFADevice, error)
GetIAMVirtualMFADeviceWithName retrieves all iam.VirtualMFADevice items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIVSChannelWithName ¶
GetIVSChannelWithName retrieves all ivs.Channel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIVSPlaybackKeyPairWithName ¶
func (t *Template) GetIVSPlaybackKeyPairWithName(name string) (*ivs.PlaybackKeyPair, error)
GetIVSPlaybackKeyPairWithName retrieves all ivs.PlaybackKeyPair items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIVSRecordingConfigurationWithName ¶
func (t *Template) GetIVSRecordingConfigurationWithName(name string) (*ivs.RecordingConfiguration, error)
GetIVSRecordingConfigurationWithName retrieves all ivs.RecordingConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIVSStreamKeyWithName ¶
GetIVSStreamKeyWithName retrieves all ivs.StreamKey items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetImageBuilderComponentWithName ¶
func (t *Template) GetImageBuilderComponentWithName(name string) (*imagebuilder.Component, error)
GetImageBuilderComponentWithName retrieves all imagebuilder.Component items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetImageBuilderContainerRecipeWithName ¶
func (t *Template) GetImageBuilderContainerRecipeWithName(name string) (*imagebuilder.ContainerRecipe, error)
GetImageBuilderContainerRecipeWithName retrieves all imagebuilder.ContainerRecipe items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetImageBuilderDistributionConfigurationWithName ¶
func (t *Template) GetImageBuilderDistributionConfigurationWithName(name string) (*imagebuilder.DistributionConfiguration, error)
GetImageBuilderDistributionConfigurationWithName retrieves all imagebuilder.DistributionConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetImageBuilderImagePipelineWithName ¶
func (t *Template) GetImageBuilderImagePipelineWithName(name string) (*imagebuilder.ImagePipeline, error)
GetImageBuilderImagePipelineWithName retrieves all imagebuilder.ImagePipeline items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetImageBuilderImageRecipeWithName ¶
func (t *Template) GetImageBuilderImageRecipeWithName(name string) (*imagebuilder.ImageRecipe, error)
GetImageBuilderImageRecipeWithName retrieves all imagebuilder.ImageRecipe items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetImageBuilderImageWithName ¶
func (t *Template) GetImageBuilderImageWithName(name string) (*imagebuilder.Image, error)
GetImageBuilderImageWithName retrieves all imagebuilder.Image items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetImageBuilderInfrastructureConfigurationWithName ¶
func (t *Template) GetImageBuilderInfrastructureConfigurationWithName(name string) (*imagebuilder.InfrastructureConfiguration, error)
GetImageBuilderInfrastructureConfigurationWithName retrieves all imagebuilder.InfrastructureConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetInspectorAssessmentTargetWithName ¶
func (t *Template) GetInspectorAssessmentTargetWithName(name string) (*inspector.AssessmentTarget, error)
GetInspectorAssessmentTargetWithName retrieves all inspector.AssessmentTarget items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetInspectorAssessmentTemplateWithName ¶
func (t *Template) GetInspectorAssessmentTemplateWithName(name string) (*inspector.AssessmentTemplate, error)
GetInspectorAssessmentTemplateWithName retrieves all inspector.AssessmentTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetInspectorResourceGroupWithName ¶
func (t *Template) GetInspectorResourceGroupWithName(name string) (*inspector.ResourceGroup, error)
GetInspectorResourceGroupWithName retrieves all inspector.ResourceGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoT1ClickDeviceWithName ¶
GetIoT1ClickDeviceWithName retrieves all iot1click.Device items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoT1ClickPlacementWithName ¶
GetIoT1ClickPlacementWithName retrieves all iot1click.Placement items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoT1ClickProjectWithName ¶
GetIoT1ClickProjectWithName retrieves all iot1click.Project items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTAccountAuditConfigurationWithName ¶
func (t *Template) GetIoTAccountAuditConfigurationWithName(name string) (*iot.AccountAuditConfiguration, error)
GetIoTAccountAuditConfigurationWithName retrieves all iot.AccountAuditConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTAnalyticsChannelWithName ¶
func (t *Template) GetIoTAnalyticsChannelWithName(name string) (*iotanalytics.Channel, error)
GetIoTAnalyticsChannelWithName retrieves all iotanalytics.Channel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTAnalyticsDatasetWithName ¶
func (t *Template) GetIoTAnalyticsDatasetWithName(name string) (*iotanalytics.Dataset, error)
GetIoTAnalyticsDatasetWithName retrieves all iotanalytics.Dataset items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTAnalyticsDatastoreWithName ¶
func (t *Template) GetIoTAnalyticsDatastoreWithName(name string) (*iotanalytics.Datastore, error)
GetIoTAnalyticsDatastoreWithName retrieves all iotanalytics.Datastore items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTAnalyticsPipelineWithName ¶
func (t *Template) GetIoTAnalyticsPipelineWithName(name string) (*iotanalytics.Pipeline, error)
GetIoTAnalyticsPipelineWithName retrieves all iotanalytics.Pipeline items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTAuthorizerWithName ¶
func (t *Template) GetIoTAuthorizerWithName(name string) (*iot.Authorizer, error)
GetIoTAuthorizerWithName retrieves all iot.Authorizer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTCertificateWithName ¶
func (t *Template) GetIoTCertificateWithName(name string) (*iot.Certificate, error)
GetIoTCertificateWithName retrieves all iot.Certificate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTCoreDeviceAdvisorSuiteDefinitionWithName ¶
func (t *Template) GetIoTCoreDeviceAdvisorSuiteDefinitionWithName(name string) (*iotcoredeviceadvisor.SuiteDefinition, error)
GetIoTCoreDeviceAdvisorSuiteDefinitionWithName retrieves all iotcoredeviceadvisor.SuiteDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTCustomMetricWithName ¶
func (t *Template) GetIoTCustomMetricWithName(name string) (*iot.CustomMetric, error)
GetIoTCustomMetricWithName retrieves all iot.CustomMetric items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTDimensionWithName ¶
GetIoTDimensionWithName retrieves all iot.Dimension items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTDomainConfigurationWithName ¶
func (t *Template) GetIoTDomainConfigurationWithName(name string) (*iot.DomainConfiguration, error)
GetIoTDomainConfigurationWithName retrieves all iot.DomainConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTEventsDetectorModelWithName ¶
func (t *Template) GetIoTEventsDetectorModelWithName(name string) (*iotevents.DetectorModel, error)
GetIoTEventsDetectorModelWithName retrieves all iotevents.DetectorModel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTEventsInputWithName ¶
GetIoTEventsInputWithName retrieves all iotevents.Input items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTFleetHubApplicationWithName ¶
func (t *Template) GetIoTFleetHubApplicationWithName(name string) (*iotfleethub.Application, error)
GetIoTFleetHubApplicationWithName retrieves all iotfleethub.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTFleetMetricWithName ¶
func (t *Template) GetIoTFleetMetricWithName(name string) (*iot.FleetMetric, error)
GetIoTFleetMetricWithName retrieves all iot.FleetMetric items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTJobTemplateWithName ¶
func (t *Template) GetIoTJobTemplateWithName(name string) (*iot.JobTemplate, error)
GetIoTJobTemplateWithName retrieves all iot.JobTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTLoggingWithName ¶
GetIoTLoggingWithName retrieves all iot.Logging items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTMitigationActionWithName ¶
func (t *Template) GetIoTMitigationActionWithName(name string) (*iot.MitigationAction, error)
GetIoTMitigationActionWithName retrieves all iot.MitigationAction items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTPolicyPrincipalAttachmentWithName ¶
func (t *Template) GetIoTPolicyPrincipalAttachmentWithName(name string) (*iot.PolicyPrincipalAttachment, error)
GetIoTPolicyPrincipalAttachmentWithName retrieves all iot.PolicyPrincipalAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTPolicyWithName ¶
GetIoTPolicyWithName retrieves all iot.Policy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTProvisioningTemplateWithName ¶
func (t *Template) GetIoTProvisioningTemplateWithName(name string) (*iot.ProvisioningTemplate, error)
GetIoTProvisioningTemplateWithName retrieves all iot.ProvisioningTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTResourceSpecificLoggingWithName ¶
func (t *Template) GetIoTResourceSpecificLoggingWithName(name string) (*iot.ResourceSpecificLogging, error)
GetIoTResourceSpecificLoggingWithName retrieves all iot.ResourceSpecificLogging items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTScheduledAuditWithName ¶
func (t *Template) GetIoTScheduledAuditWithName(name string) (*iot.ScheduledAudit, error)
GetIoTScheduledAuditWithName retrieves all iot.ScheduledAudit items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTSecurityProfileWithName ¶
func (t *Template) GetIoTSecurityProfileWithName(name string) (*iot.SecurityProfile, error)
GetIoTSecurityProfileWithName retrieves all iot.SecurityProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTSiteWiseAccessPolicyWithName ¶
func (t *Template) GetIoTSiteWiseAccessPolicyWithName(name string) (*iotsitewise.AccessPolicy, error)
GetIoTSiteWiseAccessPolicyWithName retrieves all iotsitewise.AccessPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTSiteWiseAssetModelWithName ¶
func (t *Template) GetIoTSiteWiseAssetModelWithName(name string) (*iotsitewise.AssetModel, error)
GetIoTSiteWiseAssetModelWithName retrieves all iotsitewise.AssetModel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTSiteWiseAssetWithName ¶
func (t *Template) GetIoTSiteWiseAssetWithName(name string) (*iotsitewise.Asset, error)
GetIoTSiteWiseAssetWithName retrieves all iotsitewise.Asset items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTSiteWiseDashboardWithName ¶
func (t *Template) GetIoTSiteWiseDashboardWithName(name string) (*iotsitewise.Dashboard, error)
GetIoTSiteWiseDashboardWithName retrieves all iotsitewise.Dashboard items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTSiteWiseGatewayWithName ¶
func (t *Template) GetIoTSiteWiseGatewayWithName(name string) (*iotsitewise.Gateway, error)
GetIoTSiteWiseGatewayWithName retrieves all iotsitewise.Gateway items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTSiteWisePortalWithName ¶
func (t *Template) GetIoTSiteWisePortalWithName(name string) (*iotsitewise.Portal, error)
GetIoTSiteWisePortalWithName retrieves all iotsitewise.Portal items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTSiteWiseProjectWithName ¶
func (t *Template) GetIoTSiteWiseProjectWithName(name string) (*iotsitewise.Project, error)
GetIoTSiteWiseProjectWithName retrieves all iotsitewise.Project items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTThingPrincipalAttachmentWithName ¶
func (t *Template) GetIoTThingPrincipalAttachmentWithName(name string) (*iot.ThingPrincipalAttachment, error)
GetIoTThingPrincipalAttachmentWithName retrieves all iot.ThingPrincipalAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTThingWithName ¶
GetIoTThingWithName retrieves all iot.Thing items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTThingsGraphFlowTemplateWithName ¶
func (t *Template) GetIoTThingsGraphFlowTemplateWithName(name string) (*iotthingsgraph.FlowTemplate, error)
GetIoTThingsGraphFlowTemplateWithName retrieves all iotthingsgraph.FlowTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTTopicRuleDestinationWithName ¶
func (t *Template) GetIoTTopicRuleDestinationWithName(name string) (*iot.TopicRuleDestination, error)
GetIoTTopicRuleDestinationWithName retrieves all iot.TopicRuleDestination items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTTopicRuleWithName ¶
GetIoTTopicRuleWithName retrieves all iot.TopicRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTWirelessDestinationWithName ¶
func (t *Template) GetIoTWirelessDestinationWithName(name string) (*iotwireless.Destination, error)
GetIoTWirelessDestinationWithName retrieves all iotwireless.Destination items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTWirelessDeviceProfileWithName ¶
func (t *Template) GetIoTWirelessDeviceProfileWithName(name string) (*iotwireless.DeviceProfile, error)
GetIoTWirelessDeviceProfileWithName retrieves all iotwireless.DeviceProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTWirelessFuotaTaskWithName ¶
func (t *Template) GetIoTWirelessFuotaTaskWithName(name string) (*iotwireless.FuotaTask, error)
GetIoTWirelessFuotaTaskWithName retrieves all iotwireless.FuotaTask items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTWirelessMulticastGroupWithName ¶
func (t *Template) GetIoTWirelessMulticastGroupWithName(name string) (*iotwireless.MulticastGroup, error)
GetIoTWirelessMulticastGroupWithName retrieves all iotwireless.MulticastGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTWirelessPartnerAccountWithName ¶
func (t *Template) GetIoTWirelessPartnerAccountWithName(name string) (*iotwireless.PartnerAccount, error)
GetIoTWirelessPartnerAccountWithName retrieves all iotwireless.PartnerAccount items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTWirelessServiceProfileWithName ¶
func (t *Template) GetIoTWirelessServiceProfileWithName(name string) (*iotwireless.ServiceProfile, error)
GetIoTWirelessServiceProfileWithName retrieves all iotwireless.ServiceProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTWirelessTaskDefinitionWithName ¶
func (t *Template) GetIoTWirelessTaskDefinitionWithName(name string) (*iotwireless.TaskDefinition, error)
GetIoTWirelessTaskDefinitionWithName retrieves all iotwireless.TaskDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTWirelessWirelessDeviceWithName ¶
func (t *Template) GetIoTWirelessWirelessDeviceWithName(name string) (*iotwireless.WirelessDevice, error)
GetIoTWirelessWirelessDeviceWithName retrieves all iotwireless.WirelessDevice items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetIoTWirelessWirelessGatewayWithName ¶
func (t *Template) GetIoTWirelessWirelessGatewayWithName(name string) (*iotwireless.WirelessGateway, error)
GetIoTWirelessWirelessGatewayWithName retrieves all iotwireless.WirelessGateway items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKMSAliasWithName ¶
GetKMSAliasWithName retrieves all kms.Alias items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKMSKeyWithName ¶
GetKMSKeyWithName retrieves all kms.Key items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKMSReplicaKeyWithName ¶
func (t *Template) GetKMSReplicaKeyWithName(name string) (*kms.ReplicaKey, error)
GetKMSReplicaKeyWithName retrieves all kms.ReplicaKey items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKendraDataSourceWithName ¶
func (t *Template) GetKendraDataSourceWithName(name string) (*kendra.DataSource, error)
GetKendraDataSourceWithName retrieves all kendra.DataSource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKendraFaqWithName ¶
GetKendraFaqWithName retrieves all kendra.Faq items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKendraIndexWithName ¶
GetKendraIndexWithName retrieves all kendra.Index items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKinesisAnalyticsApplicationOutputWithName ¶
func (t *Template) GetKinesisAnalyticsApplicationOutputWithName(name string) (*kinesisanalytics.ApplicationOutput, error)
GetKinesisAnalyticsApplicationOutputWithName retrieves all kinesisanalytics.ApplicationOutput items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKinesisAnalyticsApplicationReferenceDataSourceWithName ¶
func (t *Template) GetKinesisAnalyticsApplicationReferenceDataSourceWithName(name string) (*kinesisanalytics.ApplicationReferenceDataSource, error)
GetKinesisAnalyticsApplicationReferenceDataSourceWithName retrieves all kinesisanalytics.ApplicationReferenceDataSource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKinesisAnalyticsApplicationWithName ¶
func (t *Template) GetKinesisAnalyticsApplicationWithName(name string) (*kinesisanalytics.Application, error)
GetKinesisAnalyticsApplicationWithName retrieves all kinesisanalytics.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKinesisAnalyticsV2ApplicationCloudWatchLoggingOptionWithName ¶
func (t *Template) GetKinesisAnalyticsV2ApplicationCloudWatchLoggingOptionWithName(name string) (*kinesisanalyticsv2.ApplicationCloudWatchLoggingOption, error)
GetKinesisAnalyticsV2ApplicationCloudWatchLoggingOptionWithName retrieves all kinesisanalyticsv2.ApplicationCloudWatchLoggingOption items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKinesisAnalyticsV2ApplicationOutputWithName ¶
func (t *Template) GetKinesisAnalyticsV2ApplicationOutputWithName(name string) (*kinesisanalyticsv2.ApplicationOutput, error)
GetKinesisAnalyticsV2ApplicationOutputWithName retrieves all kinesisanalyticsv2.ApplicationOutput items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKinesisAnalyticsV2ApplicationReferenceDataSourceWithName ¶
func (t *Template) GetKinesisAnalyticsV2ApplicationReferenceDataSourceWithName(name string) (*kinesisanalyticsv2.ApplicationReferenceDataSource, error)
GetKinesisAnalyticsV2ApplicationReferenceDataSourceWithName retrieves all kinesisanalyticsv2.ApplicationReferenceDataSource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKinesisAnalyticsV2ApplicationWithName ¶
func (t *Template) GetKinesisAnalyticsV2ApplicationWithName(name string) (*kinesisanalyticsv2.Application, error)
GetKinesisAnalyticsV2ApplicationWithName retrieves all kinesisanalyticsv2.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKinesisFirehoseDeliveryStreamWithName ¶
func (t *Template) GetKinesisFirehoseDeliveryStreamWithName(name string) (*kinesisfirehose.DeliveryStream, error)
GetKinesisFirehoseDeliveryStreamWithName retrieves all kinesisfirehose.DeliveryStream items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKinesisStreamConsumerWithName ¶
func (t *Template) GetKinesisStreamConsumerWithName(name string) (*kinesis.StreamConsumer, error)
GetKinesisStreamConsumerWithName retrieves all kinesis.StreamConsumer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetKinesisStreamWithName ¶
GetKinesisStreamWithName retrieves all kinesis.Stream items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLakeFormationDataLakeSettingsWithName ¶
func (t *Template) GetLakeFormationDataLakeSettingsWithName(name string) (*lakeformation.DataLakeSettings, error)
GetLakeFormationDataLakeSettingsWithName retrieves all lakeformation.DataLakeSettings items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLakeFormationPermissionsWithName ¶
func (t *Template) GetLakeFormationPermissionsWithName(name string) (*lakeformation.Permissions, error)
GetLakeFormationPermissionsWithName retrieves all lakeformation.Permissions items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLakeFormationResourceWithName ¶
func (t *Template) GetLakeFormationResourceWithName(name string) (*lakeformation.Resource, error)
GetLakeFormationResourceWithName retrieves all lakeformation.Resource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLambdaAliasWithName ¶
GetLambdaAliasWithName retrieves all lambda.Alias items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLambdaCodeSigningConfigWithName ¶
func (t *Template) GetLambdaCodeSigningConfigWithName(name string) (*lambda.CodeSigningConfig, error)
GetLambdaCodeSigningConfigWithName retrieves all lambda.CodeSigningConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLambdaEventInvokeConfigWithName ¶
func (t *Template) GetLambdaEventInvokeConfigWithName(name string) (*lambda.EventInvokeConfig, error)
GetLambdaEventInvokeConfigWithName retrieves all lambda.EventInvokeConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLambdaEventSourceMappingWithName ¶
func (t *Template) GetLambdaEventSourceMappingWithName(name string) (*lambda.EventSourceMapping, error)
GetLambdaEventSourceMappingWithName retrieves all lambda.EventSourceMapping items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLambdaFunctionWithName ¶
GetLambdaFunctionWithName retrieves all lambda.Function items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLambdaLayerVersionPermissionWithName ¶
func (t *Template) GetLambdaLayerVersionPermissionWithName(name string) (*lambda.LayerVersionPermission, error)
GetLambdaLayerVersionPermissionWithName retrieves all lambda.LayerVersionPermission items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLambdaLayerVersionWithName ¶
func (t *Template) GetLambdaLayerVersionWithName(name string) (*lambda.LayerVersion, error)
GetLambdaLayerVersionWithName retrieves all lambda.LayerVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLambdaPermissionWithName ¶
func (t *Template) GetLambdaPermissionWithName(name string) (*lambda.Permission, error)
GetLambdaPermissionWithName retrieves all lambda.Permission items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLambdaVersionWithName ¶
GetLambdaVersionWithName retrieves all lambda.Version items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLicenseManagerGrantWithName ¶
func (t *Template) GetLicenseManagerGrantWithName(name string) (*licensemanager.Grant, error)
GetLicenseManagerGrantWithName retrieves all licensemanager.Grant items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLicenseManagerLicenseWithName ¶
func (t *Template) GetLicenseManagerLicenseWithName(name string) (*licensemanager.License, error)
GetLicenseManagerLicenseWithName retrieves all licensemanager.License items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLightsailDatabaseWithName ¶
GetLightsailDatabaseWithName retrieves all lightsail.Database items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLightsailDiskWithName ¶
GetLightsailDiskWithName retrieves all lightsail.Disk items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLightsailInstanceWithName ¶
GetLightsailInstanceWithName retrieves all lightsail.Instance items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLightsailStaticIpWithName ¶
GetLightsailStaticIpWithName retrieves all lightsail.StaticIp items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLocationGeofenceCollectionWithName ¶
func (t *Template) GetLocationGeofenceCollectionWithName(name string) (*location.GeofenceCollection, error)
GetLocationGeofenceCollectionWithName retrieves all location.GeofenceCollection items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLocationMapWithName ¶
GetLocationMapWithName retrieves all location.Map items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLocationPlaceIndexWithName ¶
func (t *Template) GetLocationPlaceIndexWithName(name string) (*location.PlaceIndex, error)
GetLocationPlaceIndexWithName retrieves all location.PlaceIndex items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLocationRouteCalculatorWithName ¶
func (t *Template) GetLocationRouteCalculatorWithName(name string) (*location.RouteCalculator, error)
GetLocationRouteCalculatorWithName retrieves all location.RouteCalculator items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLocationTrackerConsumerWithName ¶
func (t *Template) GetLocationTrackerConsumerWithName(name string) (*location.TrackerConsumer, error)
GetLocationTrackerConsumerWithName retrieves all location.TrackerConsumer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLocationTrackerWithName ¶
GetLocationTrackerWithName retrieves all location.Tracker items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLogsDestinationWithName ¶
func (t *Template) GetLogsDestinationWithName(name string) (*logs.Destination, error)
GetLogsDestinationWithName retrieves all logs.Destination items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLogsLogGroupWithName ¶
GetLogsLogGroupWithName retrieves all logs.LogGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLogsLogStreamWithName ¶
GetLogsLogStreamWithName retrieves all logs.LogStream items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLogsMetricFilterWithName ¶
func (t *Template) GetLogsMetricFilterWithName(name string) (*logs.MetricFilter, error)
GetLogsMetricFilterWithName retrieves all logs.MetricFilter items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLogsQueryDefinitionWithName ¶
func (t *Template) GetLogsQueryDefinitionWithName(name string) (*logs.QueryDefinition, error)
GetLogsQueryDefinitionWithName retrieves all logs.QueryDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLogsResourcePolicyWithName ¶
func (t *Template) GetLogsResourcePolicyWithName(name string) (*logs.ResourcePolicy, error)
GetLogsResourcePolicyWithName retrieves all logs.ResourcePolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLogsSubscriptionFilterWithName ¶
func (t *Template) GetLogsSubscriptionFilterWithName(name string) (*logs.SubscriptionFilter, error)
GetLogsSubscriptionFilterWithName retrieves all logs.SubscriptionFilter items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLookoutEquipmentInferenceSchedulerWithName ¶
func (t *Template) GetLookoutEquipmentInferenceSchedulerWithName(name string) (*lookoutequipment.InferenceScheduler, error)
GetLookoutEquipmentInferenceSchedulerWithName retrieves all lookoutequipment.InferenceScheduler items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLookoutMetricsAlertWithName ¶
func (t *Template) GetLookoutMetricsAlertWithName(name string) (*lookoutmetrics.Alert, error)
GetLookoutMetricsAlertWithName retrieves all lookoutmetrics.Alert items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLookoutMetricsAnomalyDetectorWithName ¶
func (t *Template) GetLookoutMetricsAnomalyDetectorWithName(name string) (*lookoutmetrics.AnomalyDetector, error)
GetLookoutMetricsAnomalyDetectorWithName retrieves all lookoutmetrics.AnomalyDetector items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetLookoutVisionProjectWithName ¶
func (t *Template) GetLookoutVisionProjectWithName(name string) (*lookoutvision.Project, error)
GetLookoutVisionProjectWithName retrieves all lookoutvision.Project items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMSKClusterWithName ¶
GetMSKClusterWithName retrieves all msk.Cluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMWAAEnvironmentWithName ¶
func (t *Template) GetMWAAEnvironmentWithName(name string) (*mwaa.Environment, error)
GetMWAAEnvironmentWithName retrieves all mwaa.Environment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMacieCustomDataIdentifierWithName ¶
func (t *Template) GetMacieCustomDataIdentifierWithName(name string) (*macie.CustomDataIdentifier, error)
GetMacieCustomDataIdentifierWithName retrieves all macie.CustomDataIdentifier items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMacieFindingsFilterWithName ¶
func (t *Template) GetMacieFindingsFilterWithName(name string) (*macie.FindingsFilter, error)
GetMacieFindingsFilterWithName retrieves all macie.FindingsFilter items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMacieSessionWithName ¶
GetMacieSessionWithName retrieves all macie.Session items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetManagedBlockchainMemberWithName ¶
func (t *Template) GetManagedBlockchainMemberWithName(name string) (*managedblockchain.Member, error)
GetManagedBlockchainMemberWithName retrieves all managedblockchain.Member items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetManagedBlockchainNodeWithName ¶
func (t *Template) GetManagedBlockchainNodeWithName(name string) (*managedblockchain.Node, error)
GetManagedBlockchainNodeWithName retrieves all managedblockchain.Node items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaConnectFlowEntitlementWithName ¶
func (t *Template) GetMediaConnectFlowEntitlementWithName(name string) (*mediaconnect.FlowEntitlement, error)
GetMediaConnectFlowEntitlementWithName retrieves all mediaconnect.FlowEntitlement items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaConnectFlowOutputWithName ¶
func (t *Template) GetMediaConnectFlowOutputWithName(name string) (*mediaconnect.FlowOutput, error)
GetMediaConnectFlowOutputWithName retrieves all mediaconnect.FlowOutput items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaConnectFlowSourceWithName ¶
func (t *Template) GetMediaConnectFlowSourceWithName(name string) (*mediaconnect.FlowSource, error)
GetMediaConnectFlowSourceWithName retrieves all mediaconnect.FlowSource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaConnectFlowVpcInterfaceWithName ¶
func (t *Template) GetMediaConnectFlowVpcInterfaceWithName(name string) (*mediaconnect.FlowVpcInterface, error)
GetMediaConnectFlowVpcInterfaceWithName retrieves all mediaconnect.FlowVpcInterface items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaConnectFlowWithName ¶
func (t *Template) GetMediaConnectFlowWithName(name string) (*mediaconnect.Flow, error)
GetMediaConnectFlowWithName retrieves all mediaconnect.Flow items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaConvertJobTemplateWithName ¶
func (t *Template) GetMediaConvertJobTemplateWithName(name string) (*mediaconvert.JobTemplate, error)
GetMediaConvertJobTemplateWithName retrieves all mediaconvert.JobTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaConvertPresetWithName ¶
func (t *Template) GetMediaConvertPresetWithName(name string) (*mediaconvert.Preset, error)
GetMediaConvertPresetWithName retrieves all mediaconvert.Preset items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaConvertQueueWithName ¶
func (t *Template) GetMediaConvertQueueWithName(name string) (*mediaconvert.Queue, error)
GetMediaConvertQueueWithName retrieves all mediaconvert.Queue items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaLiveChannelWithName ¶
GetMediaLiveChannelWithName retrieves all medialive.Channel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaLiveInputSecurityGroupWithName ¶
func (t *Template) GetMediaLiveInputSecurityGroupWithName(name string) (*medialive.InputSecurityGroup, error)
GetMediaLiveInputSecurityGroupWithName retrieves all medialive.InputSecurityGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaLiveInputWithName ¶
GetMediaLiveInputWithName retrieves all medialive.Input items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaPackageAssetWithName ¶
func (t *Template) GetMediaPackageAssetWithName(name string) (*mediapackage.Asset, error)
GetMediaPackageAssetWithName retrieves all mediapackage.Asset items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaPackageChannelWithName ¶
func (t *Template) GetMediaPackageChannelWithName(name string) (*mediapackage.Channel, error)
GetMediaPackageChannelWithName retrieves all mediapackage.Channel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaPackageOriginEndpointWithName ¶
func (t *Template) GetMediaPackageOriginEndpointWithName(name string) (*mediapackage.OriginEndpoint, error)
GetMediaPackageOriginEndpointWithName retrieves all mediapackage.OriginEndpoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaPackagePackagingConfigurationWithName ¶
func (t *Template) GetMediaPackagePackagingConfigurationWithName(name string) (*mediapackage.PackagingConfiguration, error)
GetMediaPackagePackagingConfigurationWithName retrieves all mediapackage.PackagingConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaPackagePackagingGroupWithName ¶
func (t *Template) GetMediaPackagePackagingGroupWithName(name string) (*mediapackage.PackagingGroup, error)
GetMediaPackagePackagingGroupWithName retrieves all mediapackage.PackagingGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMediaStoreContainerWithName ¶
func (t *Template) GetMediaStoreContainerWithName(name string) (*mediastore.Container, error)
GetMediaStoreContainerWithName retrieves all mediastore.Container items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMemoryDBACLWithName ¶
GetMemoryDBACLWithName retrieves all memorydb.ACL items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMemoryDBClusterWithName ¶
GetMemoryDBClusterWithName retrieves all memorydb.Cluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMemoryDBParameterGroupWithName ¶
func (t *Template) GetMemoryDBParameterGroupWithName(name string) (*memorydb.ParameterGroup, error)
GetMemoryDBParameterGroupWithName retrieves all memorydb.ParameterGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMemoryDBSubnetGroupWithName ¶
func (t *Template) GetMemoryDBSubnetGroupWithName(name string) (*memorydb.SubnetGroup, error)
GetMemoryDBSubnetGroupWithName retrieves all memorydb.SubnetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetMemoryDBUserWithName ¶
GetMemoryDBUserWithName retrieves all memorydb.User items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNeptuneDBClusterParameterGroupWithName ¶
func (t *Template) GetNeptuneDBClusterParameterGroupWithName(name string) (*neptune.DBClusterParameterGroup, error)
GetNeptuneDBClusterParameterGroupWithName retrieves all neptune.DBClusterParameterGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNeptuneDBClusterWithName ¶
GetNeptuneDBClusterWithName retrieves all neptune.DBCluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNeptuneDBInstanceWithName ¶
func (t *Template) GetNeptuneDBInstanceWithName(name string) (*neptune.DBInstance, error)
GetNeptuneDBInstanceWithName retrieves all neptune.DBInstance items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNeptuneDBParameterGroupWithName ¶
func (t *Template) GetNeptuneDBParameterGroupWithName(name string) (*neptune.DBParameterGroup, error)
GetNeptuneDBParameterGroupWithName retrieves all neptune.DBParameterGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNeptuneDBSubnetGroupWithName ¶
func (t *Template) GetNeptuneDBSubnetGroupWithName(name string) (*neptune.DBSubnetGroup, error)
GetNeptuneDBSubnetGroupWithName retrieves all neptune.DBSubnetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkFirewallFirewallPolicyWithName ¶
func (t *Template) GetNetworkFirewallFirewallPolicyWithName(name string) (*networkfirewall.FirewallPolicy, error)
GetNetworkFirewallFirewallPolicyWithName retrieves all networkfirewall.FirewallPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkFirewallFirewallWithName ¶
func (t *Template) GetNetworkFirewallFirewallWithName(name string) (*networkfirewall.Firewall, error)
GetNetworkFirewallFirewallWithName retrieves all networkfirewall.Firewall items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkFirewallLoggingConfigurationWithName ¶
func (t *Template) GetNetworkFirewallLoggingConfigurationWithName(name string) (*networkfirewall.LoggingConfiguration, error)
GetNetworkFirewallLoggingConfigurationWithName retrieves all networkfirewall.LoggingConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkFirewallRuleGroupWithName ¶
func (t *Template) GetNetworkFirewallRuleGroupWithName(name string) (*networkfirewall.RuleGroup, error)
GetNetworkFirewallRuleGroupWithName retrieves all networkfirewall.RuleGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkManagerCustomerGatewayAssociationWithName ¶
func (t *Template) GetNetworkManagerCustomerGatewayAssociationWithName(name string) (*networkmanager.CustomerGatewayAssociation, error)
GetNetworkManagerCustomerGatewayAssociationWithName retrieves all networkmanager.CustomerGatewayAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkManagerDeviceWithName ¶
func (t *Template) GetNetworkManagerDeviceWithName(name string) (*networkmanager.Device, error)
GetNetworkManagerDeviceWithName retrieves all networkmanager.Device items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkManagerGlobalNetworkWithName ¶
func (t *Template) GetNetworkManagerGlobalNetworkWithName(name string) (*networkmanager.GlobalNetwork, error)
GetNetworkManagerGlobalNetworkWithName retrieves all networkmanager.GlobalNetwork items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkManagerLinkAssociationWithName ¶
func (t *Template) GetNetworkManagerLinkAssociationWithName(name string) (*networkmanager.LinkAssociation, error)
GetNetworkManagerLinkAssociationWithName retrieves all networkmanager.LinkAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkManagerLinkWithName ¶
func (t *Template) GetNetworkManagerLinkWithName(name string) (*networkmanager.Link, error)
GetNetworkManagerLinkWithName retrieves all networkmanager.Link items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkManagerSiteWithName ¶
func (t *Template) GetNetworkManagerSiteWithName(name string) (*networkmanager.Site, error)
GetNetworkManagerSiteWithName retrieves all networkmanager.Site items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNetworkManagerTransitGatewayRegistrationWithName ¶
func (t *Template) GetNetworkManagerTransitGatewayRegistrationWithName(name string) (*networkmanager.TransitGatewayRegistration, error)
GetNetworkManagerTransitGatewayRegistrationWithName retrieves all networkmanager.TransitGatewayRegistration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNimbleStudioLaunchProfileWithName ¶
func (t *Template) GetNimbleStudioLaunchProfileWithName(name string) (*nimblestudio.LaunchProfile, error)
GetNimbleStudioLaunchProfileWithName retrieves all nimblestudio.LaunchProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNimbleStudioStreamingImageWithName ¶
func (t *Template) GetNimbleStudioStreamingImageWithName(name string) (*nimblestudio.StreamingImage, error)
GetNimbleStudioStreamingImageWithName retrieves all nimblestudio.StreamingImage items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNimbleStudioStudioComponentWithName ¶
func (t *Template) GetNimbleStudioStudioComponentWithName(name string) (*nimblestudio.StudioComponent, error)
GetNimbleStudioStudioComponentWithName retrieves all nimblestudio.StudioComponent items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetNimbleStudioStudioWithName ¶
func (t *Template) GetNimbleStudioStudioWithName(name string) (*nimblestudio.Studio, error)
GetNimbleStudioStudioWithName retrieves all nimblestudio.Studio items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOpenSearchServiceDomainWithName ¶
func (t *Template) GetOpenSearchServiceDomainWithName(name string) (*opensearchservice.Domain, error)
GetOpenSearchServiceDomainWithName retrieves all opensearchservice.Domain items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOpsWorksAppWithName ¶
GetOpsWorksAppWithName retrieves all opsworks.App items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOpsWorksCMServerWithName ¶
func (t *Template) GetOpsWorksCMServerWithName(name string) (*opsworkscm.Server, error)
GetOpsWorksCMServerWithName retrieves all opsworkscm.Server items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOpsWorksElasticLoadBalancerAttachmentWithName ¶
func (t *Template) GetOpsWorksElasticLoadBalancerAttachmentWithName(name string) (*opsworks.ElasticLoadBalancerAttachment, error)
GetOpsWorksElasticLoadBalancerAttachmentWithName retrieves all opsworks.ElasticLoadBalancerAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOpsWorksInstanceWithName ¶
GetOpsWorksInstanceWithName retrieves all opsworks.Instance items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOpsWorksLayerWithName ¶
GetOpsWorksLayerWithName retrieves all opsworks.Layer items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOpsWorksStackWithName ¶
GetOpsWorksStackWithName retrieves all opsworks.Stack items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOpsWorksUserProfileWithName ¶
func (t *Template) GetOpsWorksUserProfileWithName(name string) (*opsworks.UserProfile, error)
GetOpsWorksUserProfileWithName retrieves all opsworks.UserProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetOpsWorksVolumeWithName ¶
GetOpsWorksVolumeWithName retrieves all opsworks.Volume items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPanoramaApplicationInstanceWithName ¶
func (t *Template) GetPanoramaApplicationInstanceWithName(name string) (*panorama.ApplicationInstance, error)
GetPanoramaApplicationInstanceWithName retrieves all panorama.ApplicationInstance items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPanoramaPackageVersionWithName ¶
func (t *Template) GetPanoramaPackageVersionWithName(name string) (*panorama.PackageVersion, error)
GetPanoramaPackageVersionWithName retrieves all panorama.PackageVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPanoramaPackageWithName ¶
GetPanoramaPackageWithName retrieves all panorama.Package items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointADMChannelWithName ¶
func (t *Template) GetPinpointADMChannelWithName(name string) (*pinpoint.ADMChannel, error)
GetPinpointADMChannelWithName retrieves all pinpoint.ADMChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointAPNSChannelWithName ¶
func (t *Template) GetPinpointAPNSChannelWithName(name string) (*pinpoint.APNSChannel, error)
GetPinpointAPNSChannelWithName retrieves all pinpoint.APNSChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointAPNSSandboxChannelWithName ¶
func (t *Template) GetPinpointAPNSSandboxChannelWithName(name string) (*pinpoint.APNSSandboxChannel, error)
GetPinpointAPNSSandboxChannelWithName retrieves all pinpoint.APNSSandboxChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointAPNSVoipChannelWithName ¶
func (t *Template) GetPinpointAPNSVoipChannelWithName(name string) (*pinpoint.APNSVoipChannel, error)
GetPinpointAPNSVoipChannelWithName retrieves all pinpoint.APNSVoipChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointAPNSVoipSandboxChannelWithName ¶
func (t *Template) GetPinpointAPNSVoipSandboxChannelWithName(name string) (*pinpoint.APNSVoipSandboxChannel, error)
GetPinpointAPNSVoipSandboxChannelWithName retrieves all pinpoint.APNSVoipSandboxChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointAppWithName ¶
GetPinpointAppWithName retrieves all pinpoint.App items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointApplicationSettingsWithName ¶
func (t *Template) GetPinpointApplicationSettingsWithName(name string) (*pinpoint.ApplicationSettings, error)
GetPinpointApplicationSettingsWithName retrieves all pinpoint.ApplicationSettings items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointBaiduChannelWithName ¶
func (t *Template) GetPinpointBaiduChannelWithName(name string) (*pinpoint.BaiduChannel, error)
GetPinpointBaiduChannelWithName retrieves all pinpoint.BaiduChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointCampaignWithName ¶
GetPinpointCampaignWithName retrieves all pinpoint.Campaign items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointEmailChannelWithName ¶
func (t *Template) GetPinpointEmailChannelWithName(name string) (*pinpoint.EmailChannel, error)
GetPinpointEmailChannelWithName retrieves all pinpoint.EmailChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointEmailConfigurationSetEventDestinationWithName ¶
func (t *Template) GetPinpointEmailConfigurationSetEventDestinationWithName(name string) (*pinpointemail.ConfigurationSetEventDestination, error)
GetPinpointEmailConfigurationSetEventDestinationWithName retrieves all pinpointemail.ConfigurationSetEventDestination items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointEmailConfigurationSetWithName ¶
func (t *Template) GetPinpointEmailConfigurationSetWithName(name string) (*pinpointemail.ConfigurationSet, error)
GetPinpointEmailConfigurationSetWithName retrieves all pinpointemail.ConfigurationSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointEmailDedicatedIpPoolWithName ¶
func (t *Template) GetPinpointEmailDedicatedIpPoolWithName(name string) (*pinpointemail.DedicatedIpPool, error)
GetPinpointEmailDedicatedIpPoolWithName retrieves all pinpointemail.DedicatedIpPool items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointEmailIdentityWithName ¶
func (t *Template) GetPinpointEmailIdentityWithName(name string) (*pinpointemail.Identity, error)
GetPinpointEmailIdentityWithName retrieves all pinpointemail.Identity items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointEmailTemplateWithName ¶
func (t *Template) GetPinpointEmailTemplateWithName(name string) (*pinpoint.EmailTemplate, error)
GetPinpointEmailTemplateWithName retrieves all pinpoint.EmailTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointEventStreamWithName ¶
func (t *Template) GetPinpointEventStreamWithName(name string) (*pinpoint.EventStream, error)
GetPinpointEventStreamWithName retrieves all pinpoint.EventStream items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointGCMChannelWithName ¶
func (t *Template) GetPinpointGCMChannelWithName(name string) (*pinpoint.GCMChannel, error)
GetPinpointGCMChannelWithName retrieves all pinpoint.GCMChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointInAppTemplateWithName ¶
func (t *Template) GetPinpointInAppTemplateWithName(name string) (*pinpoint.InAppTemplate, error)
GetPinpointInAppTemplateWithName retrieves all pinpoint.InAppTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointPushTemplateWithName ¶
func (t *Template) GetPinpointPushTemplateWithName(name string) (*pinpoint.PushTemplate, error)
GetPinpointPushTemplateWithName retrieves all pinpoint.PushTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointSMSChannelWithName ¶
func (t *Template) GetPinpointSMSChannelWithName(name string) (*pinpoint.SMSChannel, error)
GetPinpointSMSChannelWithName retrieves all pinpoint.SMSChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointSegmentWithName ¶
GetPinpointSegmentWithName retrieves all pinpoint.Segment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointSmsTemplateWithName ¶
func (t *Template) GetPinpointSmsTemplateWithName(name string) (*pinpoint.SmsTemplate, error)
GetPinpointSmsTemplateWithName retrieves all pinpoint.SmsTemplate items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetPinpointVoiceChannelWithName ¶
func (t *Template) GetPinpointVoiceChannelWithName(name string) (*pinpoint.VoiceChannel, error)
GetPinpointVoiceChannelWithName retrieves all pinpoint.VoiceChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetQLDBLedgerWithName ¶
GetQLDBLedgerWithName retrieves all qldb.Ledger items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetQLDBStreamWithName ¶
GetQLDBStreamWithName retrieves all qldb.Stream items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetQuickSightAnalysisWithName ¶
func (t *Template) GetQuickSightAnalysisWithName(name string) (*quicksight.Analysis, error)
GetQuickSightAnalysisWithName retrieves all quicksight.Analysis items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetQuickSightDashboardWithName ¶
func (t *Template) GetQuickSightDashboardWithName(name string) (*quicksight.Dashboard, error)
GetQuickSightDashboardWithName retrieves all quicksight.Dashboard items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetQuickSightDataSetWithName ¶
func (t *Template) GetQuickSightDataSetWithName(name string) (*quicksight.DataSet, error)
GetQuickSightDataSetWithName retrieves all quicksight.DataSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetQuickSightDataSourceWithName ¶
func (t *Template) GetQuickSightDataSourceWithName(name string) (*quicksight.DataSource, error)
GetQuickSightDataSourceWithName retrieves all quicksight.DataSource items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetQuickSightTemplateWithName ¶
func (t *Template) GetQuickSightTemplateWithName(name string) (*quicksight.Template, error)
GetQuickSightTemplateWithName retrieves all quicksight.Template items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetQuickSightThemeWithName ¶
func (t *Template) GetQuickSightThemeWithName(name string) (*quicksight.Theme, error)
GetQuickSightThemeWithName retrieves all quicksight.Theme items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRAMResourceShareWithName ¶
func (t *Template) GetRAMResourceShareWithName(name string) (*ram.ResourceShare, error)
GetRAMResourceShareWithName retrieves all ram.ResourceShare items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSDBClusterParameterGroupWithName ¶
func (t *Template) GetRDSDBClusterParameterGroupWithName(name string) (*rds.DBClusterParameterGroup, error)
GetRDSDBClusterParameterGroupWithName retrieves all rds.DBClusterParameterGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSDBClusterWithName ¶
GetRDSDBClusterWithName retrieves all rds.DBCluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSDBInstanceWithName ¶
func (t *Template) GetRDSDBInstanceWithName(name string) (*rds.DBInstance, error)
GetRDSDBInstanceWithName retrieves all rds.DBInstance items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSDBParameterGroupWithName ¶
func (t *Template) GetRDSDBParameterGroupWithName(name string) (*rds.DBParameterGroup, error)
GetRDSDBParameterGroupWithName retrieves all rds.DBParameterGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSDBProxyEndpointWithName ¶
func (t *Template) GetRDSDBProxyEndpointWithName(name string) (*rds.DBProxyEndpoint, error)
GetRDSDBProxyEndpointWithName retrieves all rds.DBProxyEndpoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSDBProxyTargetGroupWithName ¶
func (t *Template) GetRDSDBProxyTargetGroupWithName(name string) (*rds.DBProxyTargetGroup, error)
GetRDSDBProxyTargetGroupWithName retrieves all rds.DBProxyTargetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSDBProxyWithName ¶
GetRDSDBProxyWithName retrieves all rds.DBProxy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSDBSecurityGroupIngressWithName ¶
func (t *Template) GetRDSDBSecurityGroupIngressWithName(name string) (*rds.DBSecurityGroupIngress, error)
GetRDSDBSecurityGroupIngressWithName retrieves all rds.DBSecurityGroupIngress items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSDBSecurityGroupWithName ¶
func (t *Template) GetRDSDBSecurityGroupWithName(name string) (*rds.DBSecurityGroup, error)
GetRDSDBSecurityGroupWithName retrieves all rds.DBSecurityGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSDBSubnetGroupWithName ¶
func (t *Template) GetRDSDBSubnetGroupWithName(name string) (*rds.DBSubnetGroup, error)
GetRDSDBSubnetGroupWithName retrieves all rds.DBSubnetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSEventSubscriptionWithName ¶
func (t *Template) GetRDSEventSubscriptionWithName(name string) (*rds.EventSubscription, error)
GetRDSEventSubscriptionWithName retrieves all rds.EventSubscription items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSGlobalClusterWithName ¶
func (t *Template) GetRDSGlobalClusterWithName(name string) (*rds.GlobalCluster, error)
GetRDSGlobalClusterWithName retrieves all rds.GlobalCluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRDSOptionGroupWithName ¶
func (t *Template) GetRDSOptionGroupWithName(name string) (*rds.OptionGroup, error)
GetRDSOptionGroupWithName retrieves all rds.OptionGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRUMAppMonitorWithName ¶
func (t *Template) GetRUMAppMonitorWithName(name string) (*rum.AppMonitor, error)
GetRUMAppMonitorWithName retrieves all rum.AppMonitor items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRedshiftClusterParameterGroupWithName ¶
func (t *Template) GetRedshiftClusterParameterGroupWithName(name string) (*redshift.ClusterParameterGroup, error)
GetRedshiftClusterParameterGroupWithName retrieves all redshift.ClusterParameterGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRedshiftClusterSecurityGroupIngressWithName ¶
func (t *Template) GetRedshiftClusterSecurityGroupIngressWithName(name string) (*redshift.ClusterSecurityGroupIngress, error)
GetRedshiftClusterSecurityGroupIngressWithName retrieves all redshift.ClusterSecurityGroupIngress items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRedshiftClusterSecurityGroupWithName ¶
func (t *Template) GetRedshiftClusterSecurityGroupWithName(name string) (*redshift.ClusterSecurityGroup, error)
GetRedshiftClusterSecurityGroupWithName retrieves all redshift.ClusterSecurityGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRedshiftClusterSubnetGroupWithName ¶
func (t *Template) GetRedshiftClusterSubnetGroupWithName(name string) (*redshift.ClusterSubnetGroup, error)
GetRedshiftClusterSubnetGroupWithName retrieves all redshift.ClusterSubnetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRedshiftClusterWithName ¶
GetRedshiftClusterWithName retrieves all redshift.Cluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRedshiftEndpointAccessWithName ¶
func (t *Template) GetRedshiftEndpointAccessWithName(name string) (*redshift.EndpointAccess, error)
GetRedshiftEndpointAccessWithName retrieves all redshift.EndpointAccess items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRedshiftEndpointAuthorizationWithName ¶
func (t *Template) GetRedshiftEndpointAuthorizationWithName(name string) (*redshift.EndpointAuthorization, error)
GetRedshiftEndpointAuthorizationWithName retrieves all redshift.EndpointAuthorization items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRedshiftEventSubscriptionWithName ¶
func (t *Template) GetRedshiftEventSubscriptionWithName(name string) (*redshift.EventSubscription, error)
GetRedshiftEventSubscriptionWithName retrieves all redshift.EventSubscription items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRedshiftScheduledActionWithName ¶
func (t *Template) GetRedshiftScheduledActionWithName(name string) (*redshift.ScheduledAction, error)
GetRedshiftScheduledActionWithName retrieves all redshift.ScheduledAction items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRefactorSpacesApplicationWithName ¶
func (t *Template) GetRefactorSpacesApplicationWithName(name string) (*refactorspaces.Application, error)
GetRefactorSpacesApplicationWithName retrieves all refactorspaces.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRefactorSpacesEnvironmentWithName ¶
func (t *Template) GetRefactorSpacesEnvironmentWithName(name string) (*refactorspaces.Environment, error)
GetRefactorSpacesEnvironmentWithName retrieves all refactorspaces.Environment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRefactorSpacesRouteWithName ¶
func (t *Template) GetRefactorSpacesRouteWithName(name string) (*refactorspaces.Route, error)
GetRefactorSpacesRouteWithName retrieves all refactorspaces.Route items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRefactorSpacesServiceWithName ¶
func (t *Template) GetRefactorSpacesServiceWithName(name string) (*refactorspaces.Service, error)
GetRefactorSpacesServiceWithName retrieves all refactorspaces.Service items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRekognitionProjectWithName ¶
func (t *Template) GetRekognitionProjectWithName(name string) (*rekognition.Project, error)
GetRekognitionProjectWithName retrieves all rekognition.Project items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetResilienceHubAppWithName ¶
func (t *Template) GetResilienceHubAppWithName(name string) (*resiliencehub.App, error)
GetResilienceHubAppWithName retrieves all resiliencehub.App items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetResilienceHubResiliencyPolicyWithName ¶
func (t *Template) GetResilienceHubResiliencyPolicyWithName(name string) (*resiliencehub.ResiliencyPolicy, error)
GetResilienceHubResiliencyPolicyWithName retrieves all resiliencehub.ResiliencyPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetResourceGroupsGroupWithName ¶
func (t *Template) GetResourceGroupsGroupWithName(name string) (*resourcegroups.Group, error)
GetResourceGroupsGroupWithName retrieves all resourcegroups.Group items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoboMakerFleetWithName ¶
GetRoboMakerFleetWithName retrieves all robomaker.Fleet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoboMakerRobotApplicationVersionWithName ¶
func (t *Template) GetRoboMakerRobotApplicationVersionWithName(name string) (*robomaker.RobotApplicationVersion, error)
GetRoboMakerRobotApplicationVersionWithName retrieves all robomaker.RobotApplicationVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoboMakerRobotApplicationWithName ¶
func (t *Template) GetRoboMakerRobotApplicationWithName(name string) (*robomaker.RobotApplication, error)
GetRoboMakerRobotApplicationWithName retrieves all robomaker.RobotApplication items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoboMakerRobotWithName ¶
GetRoboMakerRobotWithName retrieves all robomaker.Robot items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoboMakerSimulationApplicationVersionWithName ¶
func (t *Template) GetRoboMakerSimulationApplicationVersionWithName(name string) (*robomaker.SimulationApplicationVersion, error)
GetRoboMakerSimulationApplicationVersionWithName retrieves all robomaker.SimulationApplicationVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoboMakerSimulationApplicationWithName ¶
func (t *Template) GetRoboMakerSimulationApplicationWithName(name string) (*robomaker.SimulationApplication, error)
GetRoboMakerSimulationApplicationWithName retrieves all robomaker.SimulationApplication items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53DNSSECWithName ¶
GetRoute53DNSSECWithName retrieves all route53.DNSSEC items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53HealthCheckWithName ¶
func (t *Template) GetRoute53HealthCheckWithName(name string) (*route53.HealthCheck, error)
GetRoute53HealthCheckWithName retrieves all route53.HealthCheck items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53HostedZoneWithName ¶
func (t *Template) GetRoute53HostedZoneWithName(name string) (*route53.HostedZone, error)
GetRoute53HostedZoneWithName retrieves all route53.HostedZone items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53KeySigningKeyWithName ¶
func (t *Template) GetRoute53KeySigningKeyWithName(name string) (*route53.KeySigningKey, error)
GetRoute53KeySigningKeyWithName retrieves all route53.KeySigningKey items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53RecordSetGroupWithName ¶
func (t *Template) GetRoute53RecordSetGroupWithName(name string) (*route53.RecordSetGroup, error)
GetRoute53RecordSetGroupWithName retrieves all route53.RecordSetGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53RecordSetWithName ¶
GetRoute53RecordSetWithName retrieves all route53.RecordSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53RecoveryControlClusterWithName ¶
func (t *Template) GetRoute53RecoveryControlClusterWithName(name string) (*route53recoverycontrol.Cluster, error)
GetRoute53RecoveryControlClusterWithName retrieves all route53recoverycontrol.Cluster items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53RecoveryControlControlPanelWithName ¶
func (t *Template) GetRoute53RecoveryControlControlPanelWithName(name string) (*route53recoverycontrol.ControlPanel, error)
GetRoute53RecoveryControlControlPanelWithName retrieves all route53recoverycontrol.ControlPanel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53RecoveryControlRoutingControlWithName ¶
func (t *Template) GetRoute53RecoveryControlRoutingControlWithName(name string) (*route53recoverycontrol.RoutingControl, error)
GetRoute53RecoveryControlRoutingControlWithName retrieves all route53recoverycontrol.RoutingControl items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53RecoveryControlSafetyRuleWithName ¶
func (t *Template) GetRoute53RecoveryControlSafetyRuleWithName(name string) (*route53recoverycontrol.SafetyRule, error)
GetRoute53RecoveryControlSafetyRuleWithName retrieves all route53recoverycontrol.SafetyRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53RecoveryReadinessCellWithName ¶
func (t *Template) GetRoute53RecoveryReadinessCellWithName(name string) (*route53recoveryreadiness.Cell, error)
GetRoute53RecoveryReadinessCellWithName retrieves all route53recoveryreadiness.Cell items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53RecoveryReadinessReadinessCheckWithName ¶
func (t *Template) GetRoute53RecoveryReadinessReadinessCheckWithName(name string) (*route53recoveryreadiness.ReadinessCheck, error)
GetRoute53RecoveryReadinessReadinessCheckWithName retrieves all route53recoveryreadiness.ReadinessCheck items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53RecoveryReadinessRecoveryGroupWithName ¶
func (t *Template) GetRoute53RecoveryReadinessRecoveryGroupWithName(name string) (*route53recoveryreadiness.RecoveryGroup, error)
GetRoute53RecoveryReadinessRecoveryGroupWithName retrieves all route53recoveryreadiness.RecoveryGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53RecoveryReadinessResourceSetWithName ¶
func (t *Template) GetRoute53RecoveryReadinessResourceSetWithName(name string) (*route53recoveryreadiness.ResourceSet, error)
GetRoute53RecoveryReadinessResourceSetWithName retrieves all route53recoveryreadiness.ResourceSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53ResolverFirewallDomainListWithName ¶
func (t *Template) GetRoute53ResolverFirewallDomainListWithName(name string) (*route53resolver.FirewallDomainList, error)
GetRoute53ResolverFirewallDomainListWithName retrieves all route53resolver.FirewallDomainList items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53ResolverFirewallRuleGroupAssociationWithName ¶
func (t *Template) GetRoute53ResolverFirewallRuleGroupAssociationWithName(name string) (*route53resolver.FirewallRuleGroupAssociation, error)
GetRoute53ResolverFirewallRuleGroupAssociationWithName retrieves all route53resolver.FirewallRuleGroupAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53ResolverFirewallRuleGroupWithName ¶
func (t *Template) GetRoute53ResolverFirewallRuleGroupWithName(name string) (*route53resolver.FirewallRuleGroup, error)
GetRoute53ResolverFirewallRuleGroupWithName retrieves all route53resolver.FirewallRuleGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53ResolverResolverConfigWithName ¶
func (t *Template) GetRoute53ResolverResolverConfigWithName(name string) (*route53resolver.ResolverConfig, error)
GetRoute53ResolverResolverConfigWithName retrieves all route53resolver.ResolverConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53ResolverResolverDNSSECConfigWithName ¶
func (t *Template) GetRoute53ResolverResolverDNSSECConfigWithName(name string) (*route53resolver.ResolverDNSSECConfig, error)
GetRoute53ResolverResolverDNSSECConfigWithName retrieves all route53resolver.ResolverDNSSECConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53ResolverResolverEndpointWithName ¶
func (t *Template) GetRoute53ResolverResolverEndpointWithName(name string) (*route53resolver.ResolverEndpoint, error)
GetRoute53ResolverResolverEndpointWithName retrieves all route53resolver.ResolverEndpoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53ResolverResolverQueryLoggingConfigAssociationWithName ¶
func (t *Template) GetRoute53ResolverResolverQueryLoggingConfigAssociationWithName(name string) (*route53resolver.ResolverQueryLoggingConfigAssociation, error)
GetRoute53ResolverResolverQueryLoggingConfigAssociationWithName retrieves all route53resolver.ResolverQueryLoggingConfigAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53ResolverResolverQueryLoggingConfigWithName ¶
func (t *Template) GetRoute53ResolverResolverQueryLoggingConfigWithName(name string) (*route53resolver.ResolverQueryLoggingConfig, error)
GetRoute53ResolverResolverQueryLoggingConfigWithName retrieves all route53resolver.ResolverQueryLoggingConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53ResolverResolverRuleAssociationWithName ¶
func (t *Template) GetRoute53ResolverResolverRuleAssociationWithName(name string) (*route53resolver.ResolverRuleAssociation, error)
GetRoute53ResolverResolverRuleAssociationWithName retrieves all route53resolver.ResolverRuleAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetRoute53ResolverResolverRuleWithName ¶
func (t *Template) GetRoute53ResolverResolverRuleWithName(name string) (*route53resolver.ResolverRule, error)
GetRoute53ResolverResolverRuleWithName retrieves all route53resolver.ResolverRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3AccessPointWithName ¶
func (t *Template) GetS3AccessPointWithName(name string) (*s3.AccessPoint, error)
GetS3AccessPointWithName retrieves all s3.AccessPoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3BucketPolicyWithName ¶
func (t *Template) GetS3BucketPolicyWithName(name string) (*s3.BucketPolicy, error)
GetS3BucketPolicyWithName retrieves all s3.BucketPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3BucketWithName ¶
GetS3BucketWithName retrieves all s3.Bucket items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3MultiRegionAccessPointPolicyWithName ¶
func (t *Template) GetS3MultiRegionAccessPointPolicyWithName(name string) (*s3.MultiRegionAccessPointPolicy, error)
GetS3MultiRegionAccessPointPolicyWithName retrieves all s3.MultiRegionAccessPointPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3MultiRegionAccessPointWithName ¶
func (t *Template) GetS3MultiRegionAccessPointWithName(name string) (*s3.MultiRegionAccessPoint, error)
GetS3MultiRegionAccessPointWithName retrieves all s3.MultiRegionAccessPoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3ObjectLambdaAccessPointPolicyWithName ¶
func (t *Template) GetS3ObjectLambdaAccessPointPolicyWithName(name string) (*s3objectlambda.AccessPointPolicy, error)
GetS3ObjectLambdaAccessPointPolicyWithName retrieves all s3objectlambda.AccessPointPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3ObjectLambdaAccessPointWithName ¶
func (t *Template) GetS3ObjectLambdaAccessPointWithName(name string) (*s3objectlambda.AccessPoint, error)
GetS3ObjectLambdaAccessPointWithName retrieves all s3objectlambda.AccessPoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3OutpostsAccessPointWithName ¶
func (t *Template) GetS3OutpostsAccessPointWithName(name string) (*s3outposts.AccessPoint, error)
GetS3OutpostsAccessPointWithName retrieves all s3outposts.AccessPoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3OutpostsBucketPolicyWithName ¶
func (t *Template) GetS3OutpostsBucketPolicyWithName(name string) (*s3outposts.BucketPolicy, error)
GetS3OutpostsBucketPolicyWithName retrieves all s3outposts.BucketPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3OutpostsBucketWithName ¶
func (t *Template) GetS3OutpostsBucketWithName(name string) (*s3outposts.Bucket, error)
GetS3OutpostsBucketWithName retrieves all s3outposts.Bucket items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3OutpostsEndpointWithName ¶
func (t *Template) GetS3OutpostsEndpointWithName(name string) (*s3outposts.Endpoint, error)
GetS3OutpostsEndpointWithName retrieves all s3outposts.Endpoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetS3StorageLensWithName ¶
func (t *Template) GetS3StorageLensWithName(name string) (*s3.StorageLens, error)
GetS3StorageLensWithName retrieves all s3.StorageLens items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSDBDomainWithName ¶
GetSDBDomainWithName retrieves all sdb.Domain items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSESConfigurationSetEventDestinationWithName ¶
func (t *Template) GetSESConfigurationSetEventDestinationWithName(name string) (*ses.ConfigurationSetEventDestination, error)
GetSESConfigurationSetEventDestinationWithName retrieves all ses.ConfigurationSetEventDestination items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSESConfigurationSetWithName ¶
func (t *Template) GetSESConfigurationSetWithName(name string) (*ses.ConfigurationSet, error)
GetSESConfigurationSetWithName retrieves all ses.ConfigurationSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSESContactListWithName ¶
func (t *Template) GetSESContactListWithName(name string) (*ses.ContactList, error)
GetSESContactListWithName retrieves all ses.ContactList items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSESReceiptFilterWithName ¶
func (t *Template) GetSESReceiptFilterWithName(name string) (*ses.ReceiptFilter, error)
GetSESReceiptFilterWithName retrieves all ses.ReceiptFilter items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSESReceiptRuleSetWithName ¶
func (t *Template) GetSESReceiptRuleSetWithName(name string) (*ses.ReceiptRuleSet, error)
GetSESReceiptRuleSetWithName retrieves all ses.ReceiptRuleSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSESReceiptRuleWithName ¶
func (t *Template) GetSESReceiptRuleWithName(name string) (*ses.ReceiptRule, error)
GetSESReceiptRuleWithName retrieves all ses.ReceiptRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSESTemplateWithName ¶
GetSESTemplateWithName retrieves all ses.Template items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSNSSubscriptionWithName ¶
func (t *Template) GetSNSSubscriptionWithName(name string) (*sns.Subscription, error)
GetSNSSubscriptionWithName retrieves all sns.Subscription items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSNSTopicPolicyWithName ¶
func (t *Template) GetSNSTopicPolicyWithName(name string) (*sns.TopicPolicy, error)
GetSNSTopicPolicyWithName retrieves all sns.TopicPolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSNSTopicWithName ¶
GetSNSTopicWithName retrieves all sns.Topic items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSQSQueuePolicyWithName ¶
func (t *Template) GetSQSQueuePolicyWithName(name string) (*sqs.QueuePolicy, error)
GetSQSQueuePolicyWithName retrieves all sqs.QueuePolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSQSQueueWithName ¶
GetSQSQueueWithName retrieves all sqs.Queue items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMAssociationWithName ¶
func (t *Template) GetSSMAssociationWithName(name string) (*ssm.Association, error)
GetSSMAssociationWithName retrieves all ssm.Association items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMContactsContactChannelWithName ¶
func (t *Template) GetSSMContactsContactChannelWithName(name string) (*ssmcontacts.ContactChannel, error)
GetSSMContactsContactChannelWithName retrieves all ssmcontacts.ContactChannel items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMContactsContactWithName ¶
func (t *Template) GetSSMContactsContactWithName(name string) (*ssmcontacts.Contact, error)
GetSSMContactsContactWithName retrieves all ssmcontacts.Contact items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMDocumentWithName ¶
GetSSMDocumentWithName retrieves all ssm.Document items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMIncidentsReplicationSetWithName ¶
func (t *Template) GetSSMIncidentsReplicationSetWithName(name string) (*ssmincidents.ReplicationSet, error)
GetSSMIncidentsReplicationSetWithName retrieves all ssmincidents.ReplicationSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMIncidentsResponsePlanWithName ¶
func (t *Template) GetSSMIncidentsResponsePlanWithName(name string) (*ssmincidents.ResponsePlan, error)
GetSSMIncidentsResponsePlanWithName retrieves all ssmincidents.ResponsePlan items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMMaintenanceWindowTargetWithName ¶
func (t *Template) GetSSMMaintenanceWindowTargetWithName(name string) (*ssm.MaintenanceWindowTarget, error)
GetSSMMaintenanceWindowTargetWithName retrieves all ssm.MaintenanceWindowTarget items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMMaintenanceWindowTaskWithName ¶
func (t *Template) GetSSMMaintenanceWindowTaskWithName(name string) (*ssm.MaintenanceWindowTask, error)
GetSSMMaintenanceWindowTaskWithName retrieves all ssm.MaintenanceWindowTask items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMMaintenanceWindowWithName ¶
func (t *Template) GetSSMMaintenanceWindowWithName(name string) (*ssm.MaintenanceWindow, error)
GetSSMMaintenanceWindowWithName retrieves all ssm.MaintenanceWindow items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMParameterWithName ¶
GetSSMParameterWithName retrieves all ssm.Parameter items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMPatchBaselineWithName ¶
func (t *Template) GetSSMPatchBaselineWithName(name string) (*ssm.PatchBaseline, error)
GetSSMPatchBaselineWithName retrieves all ssm.PatchBaseline items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSMResourceDataSyncWithName ¶
func (t *Template) GetSSMResourceDataSyncWithName(name string) (*ssm.ResourceDataSync, error)
GetSSMResourceDataSyncWithName retrieves all ssm.ResourceDataSync items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSOAssignmentWithName ¶
func (t *Template) GetSSOAssignmentWithName(name string) (*sso.Assignment, error)
GetSSOAssignmentWithName retrieves all sso.Assignment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSOInstanceAccessControlAttributeConfigurationWithName ¶
func (t *Template) GetSSOInstanceAccessControlAttributeConfigurationWithName(name string) (*sso.InstanceAccessControlAttributeConfiguration, error)
GetSSOInstanceAccessControlAttributeConfigurationWithName retrieves all sso.InstanceAccessControlAttributeConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSSOPermissionSetWithName ¶
func (t *Template) GetSSOPermissionSetWithName(name string) (*sso.PermissionSet, error)
GetSSOPermissionSetWithName retrieves all sso.PermissionSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerAppImageConfigWithName ¶
func (t *Template) GetSageMakerAppImageConfigWithName(name string) (*sagemaker.AppImageConfig, error)
GetSageMakerAppImageConfigWithName retrieves all sagemaker.AppImageConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerAppWithName ¶
GetSageMakerAppWithName retrieves all sagemaker.App items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerCodeRepositoryWithName ¶
func (t *Template) GetSageMakerCodeRepositoryWithName(name string) (*sagemaker.CodeRepository, error)
GetSageMakerCodeRepositoryWithName retrieves all sagemaker.CodeRepository items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerDataQualityJobDefinitionWithName ¶
func (t *Template) GetSageMakerDataQualityJobDefinitionWithName(name string) (*sagemaker.DataQualityJobDefinition, error)
GetSageMakerDataQualityJobDefinitionWithName retrieves all sagemaker.DataQualityJobDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerDeviceFleetWithName ¶
func (t *Template) GetSageMakerDeviceFleetWithName(name string) (*sagemaker.DeviceFleet, error)
GetSageMakerDeviceFleetWithName retrieves all sagemaker.DeviceFleet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerDeviceWithName ¶
GetSageMakerDeviceWithName retrieves all sagemaker.Device items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerDomainWithName ¶
GetSageMakerDomainWithName retrieves all sagemaker.Domain items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerEndpointConfigWithName ¶
func (t *Template) GetSageMakerEndpointConfigWithName(name string) (*sagemaker.EndpointConfig, error)
GetSageMakerEndpointConfigWithName retrieves all sagemaker.EndpointConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerEndpointWithName ¶
GetSageMakerEndpointWithName retrieves all sagemaker.Endpoint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerFeatureGroupWithName ¶
func (t *Template) GetSageMakerFeatureGroupWithName(name string) (*sagemaker.FeatureGroup, error)
GetSageMakerFeatureGroupWithName retrieves all sagemaker.FeatureGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerImageVersionWithName ¶
func (t *Template) GetSageMakerImageVersionWithName(name string) (*sagemaker.ImageVersion, error)
GetSageMakerImageVersionWithName retrieves all sagemaker.ImageVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerImageWithName ¶
GetSageMakerImageWithName retrieves all sagemaker.Image items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerModelBiasJobDefinitionWithName ¶
func (t *Template) GetSageMakerModelBiasJobDefinitionWithName(name string) (*sagemaker.ModelBiasJobDefinition, error)
GetSageMakerModelBiasJobDefinitionWithName retrieves all sagemaker.ModelBiasJobDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerModelExplainabilityJobDefinitionWithName ¶
func (t *Template) GetSageMakerModelExplainabilityJobDefinitionWithName(name string) (*sagemaker.ModelExplainabilityJobDefinition, error)
GetSageMakerModelExplainabilityJobDefinitionWithName retrieves all sagemaker.ModelExplainabilityJobDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerModelPackageGroupWithName ¶
func (t *Template) GetSageMakerModelPackageGroupWithName(name string) (*sagemaker.ModelPackageGroup, error)
GetSageMakerModelPackageGroupWithName retrieves all sagemaker.ModelPackageGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerModelQualityJobDefinitionWithName ¶
func (t *Template) GetSageMakerModelQualityJobDefinitionWithName(name string) (*sagemaker.ModelQualityJobDefinition, error)
GetSageMakerModelQualityJobDefinitionWithName retrieves all sagemaker.ModelQualityJobDefinition items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerModelWithName ¶
GetSageMakerModelWithName retrieves all sagemaker.Model items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerMonitoringScheduleWithName ¶
func (t *Template) GetSageMakerMonitoringScheduleWithName(name string) (*sagemaker.MonitoringSchedule, error)
GetSageMakerMonitoringScheduleWithName retrieves all sagemaker.MonitoringSchedule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerNotebookInstanceLifecycleConfigWithName ¶
func (t *Template) GetSageMakerNotebookInstanceLifecycleConfigWithName(name string) (*sagemaker.NotebookInstanceLifecycleConfig, error)
GetSageMakerNotebookInstanceLifecycleConfigWithName retrieves all sagemaker.NotebookInstanceLifecycleConfig items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerNotebookInstanceWithName ¶
func (t *Template) GetSageMakerNotebookInstanceWithName(name string) (*sagemaker.NotebookInstance, error)
GetSageMakerNotebookInstanceWithName retrieves all sagemaker.NotebookInstance items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerPipelineWithName ¶
GetSageMakerPipelineWithName retrieves all sagemaker.Pipeline items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerProjectWithName ¶
GetSageMakerProjectWithName retrieves all sagemaker.Project items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerUserProfileWithName ¶
func (t *Template) GetSageMakerUserProfileWithName(name string) (*sagemaker.UserProfile, error)
GetSageMakerUserProfileWithName retrieves all sagemaker.UserProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSageMakerWorkteamWithName ¶
GetSageMakerWorkteamWithName retrieves all sagemaker.Workteam items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSecretsManagerResourcePolicyWithName ¶
func (t *Template) GetSecretsManagerResourcePolicyWithName(name string) (*secretsmanager.ResourcePolicy, error)
GetSecretsManagerResourcePolicyWithName retrieves all secretsmanager.ResourcePolicy items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSecretsManagerRotationScheduleWithName ¶
func (t *Template) GetSecretsManagerRotationScheduleWithName(name string) (*secretsmanager.RotationSchedule, error)
GetSecretsManagerRotationScheduleWithName retrieves all secretsmanager.RotationSchedule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSecretsManagerSecretTargetAttachmentWithName ¶
func (t *Template) GetSecretsManagerSecretTargetAttachmentWithName(name string) (*secretsmanager.SecretTargetAttachment, error)
GetSecretsManagerSecretTargetAttachmentWithName retrieves all secretsmanager.SecretTargetAttachment items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSecretsManagerSecretWithName ¶
func (t *Template) GetSecretsManagerSecretWithName(name string) (*secretsmanager.Secret, error)
GetSecretsManagerSecretWithName retrieves all secretsmanager.Secret items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSecurityHubHubWithName ¶
func (t *Template) GetSecurityHubHubWithName(name string) (*securityhub.Hub, error)
GetSecurityHubHubWithName retrieves all securityhub.Hub items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServerlessApiWithName ¶
func (t *Template) GetServerlessApiWithName(name string) (*serverless.Api, error)
GetServerlessApiWithName retrieves all serverless.Api items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServerlessApplicationWithName ¶
func (t *Template) GetServerlessApplicationWithName(name string) (*serverless.Application, error)
GetServerlessApplicationWithName retrieves all serverless.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServerlessFunctionWithName ¶
func (t *Template) GetServerlessFunctionWithName(name string) (*serverless.Function, error)
GetServerlessFunctionWithName retrieves all serverless.Function items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServerlessLayerVersionWithName ¶
func (t *Template) GetServerlessLayerVersionWithName(name string) (*serverless.LayerVersion, error)
GetServerlessLayerVersionWithName retrieves all serverless.LayerVersion items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServerlessSimpleTableWithName ¶
func (t *Template) GetServerlessSimpleTableWithName(name string) (*serverless.SimpleTable, error)
GetServerlessSimpleTableWithName retrieves all serverless.SimpleTable items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServerlessStateMachineWithName ¶
func (t *Template) GetServerlessStateMachineWithName(name string) (*serverless.StateMachine, error)
GetServerlessStateMachineWithName retrieves all serverless.StateMachine items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogAcceptedPortfolioShareWithName ¶
func (t *Template) GetServiceCatalogAcceptedPortfolioShareWithName(name string) (*servicecatalog.AcceptedPortfolioShare, error)
GetServiceCatalogAcceptedPortfolioShareWithName retrieves all servicecatalog.AcceptedPortfolioShare items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogAppRegistryApplicationWithName ¶
func (t *Template) GetServiceCatalogAppRegistryApplicationWithName(name string) (*servicecatalogappregistry.Application, error)
GetServiceCatalogAppRegistryApplicationWithName retrieves all servicecatalogappregistry.Application items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogAppRegistryAttributeGroupAssociationWithName ¶
func (t *Template) GetServiceCatalogAppRegistryAttributeGroupAssociationWithName(name string) (*servicecatalogappregistry.AttributeGroupAssociation, error)
GetServiceCatalogAppRegistryAttributeGroupAssociationWithName retrieves all servicecatalogappregistry.AttributeGroupAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogAppRegistryAttributeGroupWithName ¶
func (t *Template) GetServiceCatalogAppRegistryAttributeGroupWithName(name string) (*servicecatalogappregistry.AttributeGroup, error)
GetServiceCatalogAppRegistryAttributeGroupWithName retrieves all servicecatalogappregistry.AttributeGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogAppRegistryResourceAssociationWithName ¶
func (t *Template) GetServiceCatalogAppRegistryResourceAssociationWithName(name string) (*servicecatalogappregistry.ResourceAssociation, error)
GetServiceCatalogAppRegistryResourceAssociationWithName retrieves all servicecatalogappregistry.ResourceAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogCloudFormationProductWithName ¶
func (t *Template) GetServiceCatalogCloudFormationProductWithName(name string) (*servicecatalog.CloudFormationProduct, error)
GetServiceCatalogCloudFormationProductWithName retrieves all servicecatalog.CloudFormationProduct items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogCloudFormationProvisionedProductWithName ¶
func (t *Template) GetServiceCatalogCloudFormationProvisionedProductWithName(name string) (*servicecatalog.CloudFormationProvisionedProduct, error)
GetServiceCatalogCloudFormationProvisionedProductWithName retrieves all servicecatalog.CloudFormationProvisionedProduct items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogLaunchNotificationConstraintWithName ¶
func (t *Template) GetServiceCatalogLaunchNotificationConstraintWithName(name string) (*servicecatalog.LaunchNotificationConstraint, error)
GetServiceCatalogLaunchNotificationConstraintWithName retrieves all servicecatalog.LaunchNotificationConstraint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogLaunchRoleConstraintWithName ¶
func (t *Template) GetServiceCatalogLaunchRoleConstraintWithName(name string) (*servicecatalog.LaunchRoleConstraint, error)
GetServiceCatalogLaunchRoleConstraintWithName retrieves all servicecatalog.LaunchRoleConstraint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogLaunchTemplateConstraintWithName ¶
func (t *Template) GetServiceCatalogLaunchTemplateConstraintWithName(name string) (*servicecatalog.LaunchTemplateConstraint, error)
GetServiceCatalogLaunchTemplateConstraintWithName retrieves all servicecatalog.LaunchTemplateConstraint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogPortfolioPrincipalAssociationWithName ¶
func (t *Template) GetServiceCatalogPortfolioPrincipalAssociationWithName(name string) (*servicecatalog.PortfolioPrincipalAssociation, error)
GetServiceCatalogPortfolioPrincipalAssociationWithName retrieves all servicecatalog.PortfolioPrincipalAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogPortfolioProductAssociationWithName ¶
func (t *Template) GetServiceCatalogPortfolioProductAssociationWithName(name string) (*servicecatalog.PortfolioProductAssociation, error)
GetServiceCatalogPortfolioProductAssociationWithName retrieves all servicecatalog.PortfolioProductAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogPortfolioShareWithName ¶
func (t *Template) GetServiceCatalogPortfolioShareWithName(name string) (*servicecatalog.PortfolioShare, error)
GetServiceCatalogPortfolioShareWithName retrieves all servicecatalog.PortfolioShare items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogPortfolioWithName ¶
func (t *Template) GetServiceCatalogPortfolioWithName(name string) (*servicecatalog.Portfolio, error)
GetServiceCatalogPortfolioWithName retrieves all servicecatalog.Portfolio items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogResourceUpdateConstraintWithName ¶
func (t *Template) GetServiceCatalogResourceUpdateConstraintWithName(name string) (*servicecatalog.ResourceUpdateConstraint, error)
GetServiceCatalogResourceUpdateConstraintWithName retrieves all servicecatalog.ResourceUpdateConstraint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogServiceActionAssociationWithName ¶
func (t *Template) GetServiceCatalogServiceActionAssociationWithName(name string) (*servicecatalog.ServiceActionAssociation, error)
GetServiceCatalogServiceActionAssociationWithName retrieves all servicecatalog.ServiceActionAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogServiceActionWithName ¶
func (t *Template) GetServiceCatalogServiceActionWithName(name string) (*servicecatalog.ServiceAction, error)
GetServiceCatalogServiceActionWithName retrieves all servicecatalog.ServiceAction items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogStackSetConstraintWithName ¶
func (t *Template) GetServiceCatalogStackSetConstraintWithName(name string) (*servicecatalog.StackSetConstraint, error)
GetServiceCatalogStackSetConstraintWithName retrieves all servicecatalog.StackSetConstraint items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogTagOptionAssociationWithName ¶
func (t *Template) GetServiceCatalogTagOptionAssociationWithName(name string) (*servicecatalog.TagOptionAssociation, error)
GetServiceCatalogTagOptionAssociationWithName retrieves all servicecatalog.TagOptionAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceCatalogTagOptionWithName ¶
func (t *Template) GetServiceCatalogTagOptionWithName(name string) (*servicecatalog.TagOption, error)
GetServiceCatalogTagOptionWithName retrieves all servicecatalog.TagOption items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceDiscoveryHttpNamespaceWithName ¶
func (t *Template) GetServiceDiscoveryHttpNamespaceWithName(name string) (*servicediscovery.HttpNamespace, error)
GetServiceDiscoveryHttpNamespaceWithName retrieves all servicediscovery.HttpNamespace items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceDiscoveryInstanceWithName ¶
func (t *Template) GetServiceDiscoveryInstanceWithName(name string) (*servicediscovery.Instance, error)
GetServiceDiscoveryInstanceWithName retrieves all servicediscovery.Instance items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceDiscoveryPrivateDnsNamespaceWithName ¶
func (t *Template) GetServiceDiscoveryPrivateDnsNamespaceWithName(name string) (*servicediscovery.PrivateDnsNamespace, error)
GetServiceDiscoveryPrivateDnsNamespaceWithName retrieves all servicediscovery.PrivateDnsNamespace items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceDiscoveryPublicDnsNamespaceWithName ¶
func (t *Template) GetServiceDiscoveryPublicDnsNamespaceWithName(name string) (*servicediscovery.PublicDnsNamespace, error)
GetServiceDiscoveryPublicDnsNamespaceWithName retrieves all servicediscovery.PublicDnsNamespace items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetServiceDiscoveryServiceWithName ¶
func (t *Template) GetServiceDiscoveryServiceWithName(name string) (*servicediscovery.Service, error)
GetServiceDiscoveryServiceWithName retrieves all servicediscovery.Service items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSignerProfilePermissionWithName ¶
func (t *Template) GetSignerProfilePermissionWithName(name string) (*signer.ProfilePermission, error)
GetSignerProfilePermissionWithName retrieves all signer.ProfilePermission items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSignerSigningProfileWithName ¶
func (t *Template) GetSignerSigningProfileWithName(name string) (*signer.SigningProfile, error)
GetSignerSigningProfileWithName retrieves all signer.SigningProfile items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetStepFunctionsActivityWithName ¶
func (t *Template) GetStepFunctionsActivityWithName(name string) (*stepfunctions.Activity, error)
GetStepFunctionsActivityWithName retrieves all stepfunctions.Activity items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetStepFunctionsStateMachineWithName ¶
func (t *Template) GetStepFunctionsStateMachineWithName(name string) (*stepfunctions.StateMachine, error)
GetStepFunctionsStateMachineWithName retrieves all stepfunctions.StateMachine items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetSyntheticsCanaryWithName ¶
func (t *Template) GetSyntheticsCanaryWithName(name string) (*synthetics.Canary, error)
GetSyntheticsCanaryWithName retrieves all synthetics.Canary items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetTimestreamDatabaseWithName ¶
func (t *Template) GetTimestreamDatabaseWithName(name string) (*timestream.Database, error)
GetTimestreamDatabaseWithName retrieves all timestream.Database items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetTimestreamScheduledQueryWithName ¶
func (t *Template) GetTimestreamScheduledQueryWithName(name string) (*timestream.ScheduledQuery, error)
GetTimestreamScheduledQueryWithName retrieves all timestream.ScheduledQuery items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetTimestreamTableWithName ¶
func (t *Template) GetTimestreamTableWithName(name string) (*timestream.Table, error)
GetTimestreamTableWithName retrieves all timestream.Table items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetTransferServerWithName ¶
GetTransferServerWithName retrieves all transfer.Server items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetTransferUserWithName ¶
GetTransferUserWithName retrieves all transfer.User items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetTransferWorkflowWithName ¶
GetTransferWorkflowWithName retrieves all transfer.Workflow items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFByteMatchSetWithName ¶
func (t *Template) GetWAFByteMatchSetWithName(name string) (*waf.ByteMatchSet, error)
GetWAFByteMatchSetWithName retrieves all waf.ByteMatchSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFIPSetWithName ¶
GetWAFIPSetWithName retrieves all waf.IPSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRegionalByteMatchSetWithName ¶
func (t *Template) GetWAFRegionalByteMatchSetWithName(name string) (*wafregional.ByteMatchSet, error)
GetWAFRegionalByteMatchSetWithName retrieves all wafregional.ByteMatchSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRegionalGeoMatchSetWithName ¶
func (t *Template) GetWAFRegionalGeoMatchSetWithName(name string) (*wafregional.GeoMatchSet, error)
GetWAFRegionalGeoMatchSetWithName retrieves all wafregional.GeoMatchSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRegionalIPSetWithName ¶
func (t *Template) GetWAFRegionalIPSetWithName(name string) (*wafregional.IPSet, error)
GetWAFRegionalIPSetWithName retrieves all wafregional.IPSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRegionalRateBasedRuleWithName ¶
func (t *Template) GetWAFRegionalRateBasedRuleWithName(name string) (*wafregional.RateBasedRule, error)
GetWAFRegionalRateBasedRuleWithName retrieves all wafregional.RateBasedRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRegionalRegexPatternSetWithName ¶
func (t *Template) GetWAFRegionalRegexPatternSetWithName(name string) (*wafregional.RegexPatternSet, error)
GetWAFRegionalRegexPatternSetWithName retrieves all wafregional.RegexPatternSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRegionalRuleWithName ¶
func (t *Template) GetWAFRegionalRuleWithName(name string) (*wafregional.Rule, error)
GetWAFRegionalRuleWithName retrieves all wafregional.Rule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRegionalSizeConstraintSetWithName ¶
func (t *Template) GetWAFRegionalSizeConstraintSetWithName(name string) (*wafregional.SizeConstraintSet, error)
GetWAFRegionalSizeConstraintSetWithName retrieves all wafregional.SizeConstraintSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRegionalSqlInjectionMatchSetWithName ¶
func (t *Template) GetWAFRegionalSqlInjectionMatchSetWithName(name string) (*wafregional.SqlInjectionMatchSet, error)
GetWAFRegionalSqlInjectionMatchSetWithName retrieves all wafregional.SqlInjectionMatchSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRegionalWebACLAssociationWithName ¶
func (t *Template) GetWAFRegionalWebACLAssociationWithName(name string) (*wafregional.WebACLAssociation, error)
GetWAFRegionalWebACLAssociationWithName retrieves all wafregional.WebACLAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRegionalWebACLWithName ¶
func (t *Template) GetWAFRegionalWebACLWithName(name string) (*wafregional.WebACL, error)
GetWAFRegionalWebACLWithName retrieves all wafregional.WebACL items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRegionalXssMatchSetWithName ¶
func (t *Template) GetWAFRegionalXssMatchSetWithName(name string) (*wafregional.XssMatchSet, error)
GetWAFRegionalXssMatchSetWithName retrieves all wafregional.XssMatchSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFRuleWithName ¶
GetWAFRuleWithName retrieves all waf.Rule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFSizeConstraintSetWithName ¶
func (t *Template) GetWAFSizeConstraintSetWithName(name string) (*waf.SizeConstraintSet, error)
GetWAFSizeConstraintSetWithName retrieves all waf.SizeConstraintSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFSqlInjectionMatchSetWithName ¶
func (t *Template) GetWAFSqlInjectionMatchSetWithName(name string) (*waf.SqlInjectionMatchSet, error)
GetWAFSqlInjectionMatchSetWithName retrieves all waf.SqlInjectionMatchSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFWebACLWithName ¶
GetWAFWebACLWithName retrieves all waf.WebACL items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFXssMatchSetWithName ¶
func (t *Template) GetWAFXssMatchSetWithName(name string) (*waf.XssMatchSet, error)
GetWAFXssMatchSetWithName retrieves all waf.XssMatchSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFv2IPSetWithName ¶
GetWAFv2IPSetWithName retrieves all wafv2.IPSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFv2LoggingConfigurationWithName ¶
func (t *Template) GetWAFv2LoggingConfigurationWithName(name string) (*wafv2.LoggingConfiguration, error)
GetWAFv2LoggingConfigurationWithName retrieves all wafv2.LoggingConfiguration items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFv2RegexPatternSetWithName ¶
func (t *Template) GetWAFv2RegexPatternSetWithName(name string) (*wafv2.RegexPatternSet, error)
GetWAFv2RegexPatternSetWithName retrieves all wafv2.RegexPatternSet items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFv2RuleGroupWithName ¶
GetWAFv2RuleGroupWithName retrieves all wafv2.RuleGroup items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFv2WebACLAssociationWithName ¶
func (t *Template) GetWAFv2WebACLAssociationWithName(name string) (*wafv2.WebACLAssociation, error)
GetWAFv2WebACLAssociationWithName retrieves all wafv2.WebACLAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWAFv2WebACLWithName ¶
GetWAFv2WebACLWithName retrieves all wafv2.WebACL items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWisdomAssistantAssociationWithName ¶
func (t *Template) GetWisdomAssistantAssociationWithName(name string) (*wisdom.AssistantAssociation, error)
GetWisdomAssistantAssociationWithName retrieves all wisdom.AssistantAssociation items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWisdomAssistantWithName ¶
GetWisdomAssistantWithName retrieves all wisdom.Assistant items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWisdomKnowledgeBaseWithName ¶
func (t *Template) GetWisdomKnowledgeBaseWithName(name string) (*wisdom.KnowledgeBase, error)
GetWisdomKnowledgeBaseWithName retrieves all wisdom.KnowledgeBase items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWorkSpacesConnectionAliasWithName ¶
func (t *Template) GetWorkSpacesConnectionAliasWithName(name string) (*workspaces.ConnectionAlias, error)
GetWorkSpacesConnectionAliasWithName retrieves all workspaces.ConnectionAlias items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetWorkSpacesWorkspaceWithName ¶
func (t *Template) GetWorkSpacesWorkspaceWithName(name string) (*workspaces.Workspace, error)
GetWorkSpacesWorkspaceWithName retrieves all workspaces.Workspace items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetXRayGroupWithName ¶
GetXRayGroupWithName retrieves all xray.Group items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.
func (*Template) GetXRaySamplingRuleWithName ¶
func (t *Template) GetXRaySamplingRuleWithName(name string) (*xray.SamplingRule, error)
GetXRaySamplingRuleWithName retrieves all xray.SamplingRule items from an AWS CloudFormation template whose logical ID matches the provided name. Returns an error if not found.