C# Class Material.EBDeployer.DeployLogic.CloudFrontDeployer

Afficher le fichier Open project: MaterialDev/elastic-beanstalk-deploy Class Usage Examples

Méthodes publiques

Méthode Description
CloudFrontDeployer ( ElasticBeanstalkDeploymentConfigurationProvider configProvider, IElasticBeanstalkService elasticBeanstalkService, IS3Service s3Service, ISmokeTestService smokeTestService, IIdentityManagementService iamService, ICloudFrontService cloudFrontService, ISslUploaderService sslUploaderService, IConfigurationOptionSettingsProvider configurationOptionSettingsProvider, IRoute53Service route53Service, ILoggerProvider loggerProvider ) : System.Collections.Generic
DeployApplicationMultiAzAsync ( ) : System.Threading.Tasks.Task
DeployApplicationSingleAzAsync ( ) : System.Threading.Tasks.Task
GetCloudFrontConfugrationOptionSettings ( CloudFrontSettings cloudFrontSettings ) : IEnumerable

Private Methods

Méthode Description
CreateOrUpdateApplicationAsync ( ) : System.Threading.Tasks.Task

Constructs the Configuration Option Settings related to the VPC (Virtual Private Cloud)

GetElbConfigurationOptionSettings ( ) : List

Constructs the Configuration Option Settings related to the ELB (Elastic Load Balancer)

Method Details

CloudFrontDeployer() public méthode

public CloudFrontDeployer ( ElasticBeanstalkDeploymentConfigurationProvider configProvider, IElasticBeanstalkService elasticBeanstalkService, IS3Service s3Service, ISmokeTestService smokeTestService, IIdentityManagementService iamService, ICloudFrontService cloudFrontService, ISslUploaderService sslUploaderService, IConfigurationOptionSettingsProvider configurationOptionSettingsProvider, IRoute53Service route53Service, ILoggerProvider loggerProvider ) : System.Collections.Generic
configProvider ElasticBeanstalkDeploymentConfigurationProvider
elasticBeanstalkService IElasticBeanstalkService
s3Service IS3Service
smokeTestService ISmokeTestService
iamService IIdentityManagementService
cloudFrontService ICloudFrontService
sslUploaderService ISslUploaderService
configurationOptionSettingsProvider IConfigurationOptionSettingsProvider
route53Service IRoute53Service
loggerProvider ILoggerProvider
Résultat System.Collections.Generic

DeployApplicationMultiAzAsync() public méthode

public DeployApplicationMultiAzAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

DeployApplicationSingleAzAsync() public méthode

public DeployApplicationSingleAzAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

GetCloudFrontConfugrationOptionSettings() public static méthode

public static GetCloudFrontConfugrationOptionSettings ( CloudFrontSettings cloudFrontSettings ) : IEnumerable
cloudFrontSettings Material.EBDeployer.DeployLogic.CF.CloudFrontSettings
Résultat IEnumerable